/* LOGIN */
.div-form{
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}
a{
    text-decoration: none !important;
}
#form-login{
    min-width: 300px;
}
@media (max-width: 480px){
    #form-login{
        width: 100%;
    }
}
#form-login .img-login{
    text-align: center;
}
#form-login img{
    width: 150px;
    padding-bottom: 15px;
}
.has-icon .form-control {
    padding-left: 2.375rem;
}
.has-icon i {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: var(--grey);
    padding: 5px 0 0 5px;
}
.esqueceu-senha{
    font-size: 10pt;
    float: right;
}
.cadastro-link-login{
    text-align: center;
}
.cadastro-link-login a{
 text-decoration: none;
}
.cadastro-link-login a b{
    color: var(--primary);
}
/* LOGIN */
/* RECUPERA SENHA */
.page-recupera-senha{
    background-image: linear-gradient(rgba(0,0,0, .3), rgba(0,0,0, .3)), url(../../../public/img/bd-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#form-senha{
    width: 500px;
}
.div-form-senha form{
    padding: 70px 30px;
    background-color: white;
    border-radius: 10px;
}
@media (max-width: 480px){
    #form-senha{
        width: 100%;
    }
    .div-form-senha form{
        padding: 70px 20px;
    }
}

/* RECUPERA SENHA */
/* CADASTRO */
.page-cadastro{
    background-image: linear-gradient(rgba(0,0,0, .3), rgba(0,0,0, .3)), url(../../../public/img/bd-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#form-cadastro{
    width: 500px;
}
.div-form-cadastro form{
    padding: 70px 30px;
    background-color: white;
    border-radius: 10px;
}
@media (max-width: 480px){
    #form-cadastro{
        width: 100%;
    }
    .div-form-cadastro form{
        padding: 50px 10px;
    }
}
/* CADASTRO */
