@font-face {
    font-family: 'Roboto';
    src: url('Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Roboto', sans-serif;
}

label {
    color: #777777;
    font-size: 14px;
    margin-bottom: 0;
}

input::placeholder {
    font-size: 13px;
    color: rgb(209, 209, 209);
}

.esterisks {
    color: #4CAF50
}


/* Whatapp CSS - Start */
.whatsapp-button {
    background-color: transparent;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.whatsapp-button .whatsapp-text {
    font-size: 14px;
    color: rgb(0, 116, 62);
    font-weight: 500;
    animation: slideIn 0.8s ease-in;
    text-decoration: none;
}

.whatsapp-icon {
    width: 30px;
    height: 30px;
}

/* End - Whatapp CSS */

@media (max-width:576px) {

    .login-box {
        margin-top: .5rem;
    }
}

.login-box {
    width: 360px
}

.login-box .card {
    margin-bottom: 0
}

.login-card-body {
    background-color: #fff;
    border-top: 0;
    padding: 20px
}

.login-card-body .input-group .input-group-text,
.input-group .input-group-text {
    background-color: transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.login-logo {
    margin-top: 10px;
    height: 32px;
    text-align: center;
}

.login-box-msg {
    margin: 0;
    padding: 10px 10px 20px 20px;
    text-align: center
}

.login-page {
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 92vh;
    -ms-flex-pack: center;
    justify-content: center
}

footer {
    margin-top: 30px;
    color: white;

    /* height: 70px; */
    background-color: #202020;
    /* Light grey */
}

footer p {
    font-size: 13px;

}

.footerlegal a {

    text-decoration: none;
    color: #ffd900
}

.footerlegal a:hover {
    color: white
}

footer hr {
    background-color: white;
}