@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');


body {
    font-family: 'Lato', sans-serif !important;
}

body.authentication-bg {
    /* background: linear-gradient(90.28deg, #023C53 0%, #05506E 100%); */
    background: #012837;
}

.backgroundUserPassword{
    background-color: #05506e;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.footer-dirai {
    color: #EABC49;
    letter-spacing: 2px;
    font-family: Nunito, sans-serif;
    font-weight: 500;
}

.iconUserPassword, .submitButtonEntrar{
    color: #EABC49 !important;
}

.submitButtonEntrar:hover{
    color: #012837 !important;
}


div.background {
    position: fixed;
    bottom: 100px;
    background: url("../img/Grafismo-onda-20-20.svg") no-repeat center bottom;
    width: 102%;
    height: 102%;
    left: 0px;
    z-index: -1;
}


.login-page {
    margin-top: 8.5rem;
}

.login-page .card {
    margin: 0;
    width: 37.5rem;
    height: 31.25rem;

    background: #FFFFFF;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 3rem;
}

.login-page .card .card-body {
    padding: 0;
}

.login-page .card .card-body .header h4 {
    font-weight: 700;
    font-size: 1.625rem;
    margin: 0 0 1.5rem 0;
    color: #373B3C;
}

.login-page .card .card-body .header p {
    font-weight: 400;
    font-size: 0.875rem;
    color: #373B3C;
    letter-spacing: 0.1rem;
    margin: 0 0 1.5rem 0;
}

#login_form input {
    height: 2.875rem;
    border-left: 0;
    border-radius: 0 .2rem .2rem 0;
    color: #91969B;
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
}

#login_form input:focus {
    border: 1px solid #ced4da;
    border-left: 0;
}

#login_form .input-group-text {
    width: 50px;
    border-right: 0;
    border-radius: .2rem 0 0 .2rem;
    color: #91969B;
}

#login_form .esqueci-senha {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #012837;
    margin: 1.5rem 0;
}

#login_form .esqueci-senha:hover,
#login_form .fale-conosco a:hover {
    cursor: pointer;
}

#login_form .nao-cliente {
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.1rem;
    color: #373B3C;
    margin-bottom: 0.25rem;
}

#login_form .fale-conosco {
    margin-bottom: 2.5rem;
}

#login_form .fale-conosco a {
    font-size: 0.875rem;
    line-height: 1rem;
    color: #012837;
    font-weight: 700;
}

#login_form button {
    border: 1px solid #05506E;
    border-radius: 10px 2px;
    background: #05506E;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1rem;
    padding: 0.75rem 2rem;
}

#login_form button:hover {
    border: 1px solid #05506E;
    background: #fff;
    color: #05506E;
}

#login_form .email-span,
#login_form .password-span {
    color: #f86262;
}