.blue-bg {
    background: blue;
    background-image: url('/static/img/blue_background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    height: 100vh;
}

.light-blue-bg {
    background: #DBE5F2;
    color: #000F52;
}

.btn.event-module {
    /* background: rgba(0, 0, 0, 0.3); */
    background: rgb(0,159,239);
    background: linear-gradient(0deg, rgba(0,159,239,1) 0%, rgba(0,174,239,1) 100%);
    color: white;
    text-align: center;
    border-radius: 200px;
    border: 2px solid #006bef;
    font-weight: bold;
    display: inline-block;
    padding: 20px 40px;
    text-decoration: none;
    font-size: 2.2em;
    width: 400px;
}

.disclaimer {
    /* background: rgba(255,255,255,0.1); */
    border: 2px solid #fff;
    border-radius: 5px;
    color: black;
}

.welcome h2 {
    font-size: 3em;
    color: rgb(48, 131, 214);
    font-weight: normal;
}

.welcome h1.welcome-name {
    color: white;
    font-size: 5em;
    font-weight: bolder;
}

.home .instructions {
    font-size: 1.6em;
    color: #ec008c;
}

.btn-go-home {
    color: #000F52;
    font-size: 5.5rem;
}

.btn-success {
    /* color: #000F52; */
    background: #000F52;
    border-color: #000F52;
    font-size: 2.5rem;
    color: white;
}

.btn-success:hover, .btn-success:active {
    /* color: #000F52; */
    background: #0342C8;
    border-color: #0342C8;
    font-size: 2.5rem;
    color: white;
}


.btn-outline-success {
  border: 1px solid #0342C8;
  color: #0342C8;
}

.btn-outline-success:hover {
    background: #0342C8;
    color: white;
  }

.text-underline {
    text-decoration: underline;
}

.action-area {
    border: 1px solid black;
}

.action-area h2 {
    font-size: 1.2em;
}

.text-white {
    color: white;
}

.expenses .form-control,
.expenses .input-group .input-group-text.units {
    height: 60px;
    font-size: 1.4em;
}

