* {
    font-family: roboto;
}

.box-login-user {
    width: 96%;
    max-width: 420px;
    box-shadow: 0px 0px 10px #00b6fe22;
    border-radius: 4px;
    background-color: #232734;
    padding: 20px 50px;
}

.box-login-user input {
    font-family: Roboto;
    padding: 7px 10px;
    color: #eee;
}

body {
    background-color: #101423;
}

#data-login h1,
#data-new-account h1,
#data-forgotpassword h1,
.geraltitlebox {
    font-size: 1.3em;
    color: #d7dee7;
    margin-bottom: 15px;
}

.makelogintext {
    color: #1ca3f2;
    text-align: center;
    margin-bottom: 20px;
}

.areaToAfBoostLogo {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.areaToAfBoostLogo img {
    width: 45%;
}

#btn-login {
    background-color: #b3f604;
    color: black;
}

.fogetpasstext {
    color: #9da3ae;
    margin: 0px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.fogetpasstext a {
    text-decoration: none;
    color: #9da3ae;
}

/* =================== NEW ACCOUNT STYLES =================== */
.baccount {
    border-radius: 4px;
    width: 96%;
    max-width: 420px;
    margin: auto;
}

.boxFinallyGoogleOath {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 17;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
}

.boxFinallyGoogleOath .box-prod {
    margin: auto;
    max-height: 90vh;
    overflow-y: auto;
}

.boxFinallyGoogleOath .box-prod h1 {
    color: white;
}


/* ============================================== */
/* ========== ESSE CSS É DA LISTA DE ESPERA ===== */
#formListaEspera input {
    border-radius: 50px;
    background-color: white;
    color: #171717;
}

.indicatorEspera {
    width: 100%;
    height: 20px;
    border-radius: 50px;
    background-color: #232734;
}

.valueEspera {
    width: 15%;
    background-color: #b3f704;
    height: 20px;
    color: #171717;
    border-radius: 50px 0px 0px 50px;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 10px;
    font-weight: bold;
    transition: 1s;
}

.counter {
    width: 100%;
    text-align: center;
    margin: 30px 0px;
    font-family: Montserrat;
    color: white;
}

#numberCounter {
    font-size: 3em;
}