
.div-user-autenticar{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 400px;
    max-width: 400px;
    padding-bottom: -100px;
}
.div-user-autenticar .card{
    width: 100%;
    margin-bottom: 30px;
    border-radius: 30px;
}
.div-user-autenticar .card .card-body{
    background-color: transparent;
}
.div-user-autenticar .card .card-body .card-top{
    text-align: center;
    margin-bottom: 10px;
}
.div-user-autenticar .card .card-body .card-top img{
    max-width: 100px;
    height: auto;
    margin-bottom: 10px;
}
.div-user-autenticar .card .card-body .card-top h4{
    font-weight:900;
}
.div-user-autenticar .recuperar-senha{
    margin-top: 20px;
}
.div-user-autenticar .card .card-footer{
    margin-top: 30px;
    padding-top: 20px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.div-user-autenticar .card .card-footer a{
    margin-bottom: 5px;
    text-decoration: none;
    color: var(--user-autenticar-card-footer-color);
}
.div-user-autenticar .card .card-footer a:hover{
    color: var(--user-autenticar-card-footer-hover-color);
    transition: 0.5s;
}

@media screen and (max-width: 400px){
    .div-user-autenticar{
        width: 90%;
    }
}