body {
    font-family: 'Lato', sans-serif !important;
}

.multi-family-logo {
    width: 235px;
}
body.authentication-bg{
    background: linear-gradient(180deg, #6F929E 0%, #2E3E44 100%);
}
.autenticacao-card {
    border-radius: 20px;
    width: 600px;
    height: 550px;
} 

.autenticacao-bemvindo {
    font-weight: 700;
    font-size: 26px;
    color: #373C3C;
}
.autenticacao-botao{
    background-color: #373C3C;
    box-sizing: border-box;
    border-radius: 10px 2px;
    width: 160px;
    height: 40px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 16.8px;
}

.autenticacao-subtitulo {
    color: #8D9297;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14.4px;
    letter-spacing: 0.1em;
}
.form-control {
    padding: 20px;
}

.custom-esquecisenha p {
    color: #373C3C;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05rem;
}

.custom-esquecisenha p:hover {
    cursor: pointer;
}

.naocliente {
    text-align: center;
    color: #8D9297;
}

.custom-naocliente a {
    color: #8D9297;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.1rem;
}

.custom-naocliente b a {
    color: #373C3C;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05rem;
}

.custom-naocliente b:hover {
    cursor: pointer;
}

.autenticacao-input-user-icon {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: 5px;
}

.input-dados-logo {
    border-radius: 0px;
    border-right: 0px;
    padding-right: 10px;
}

.input-dados {
    border-radius: 0px;
    border-left: 0px;
    padding-left: 5px;
    color: #BABFC5;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1rem;
}

.input-group-prepend, .input-group-prepend input, .input-dados-logo, .input-dados {
    height: 50px;
}

.input-dados-logo i, .input-dados-logo .password-eye {
    color: #BABFC5;
}

div.background {
    position: fixed;
    bottom: -50px;
    background: url('/img/Grafismo-onda-20-20.svg') no-repeat center bottom;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: -1;
}

/* span de alerta após inputs do formulário */
.email-span, .senha-span {
    color: #f86262;
    font-size: 12px;
}

.input-dados:focus {
    border-top: solid #ced4da 1px;
    border-right: solid #ced4da 1px;
    border-bottom: solid #ced4da 1px;
}