@media (max-width: 767px){
    .auth-2 {
        width: 500px !important;
        margin: 0px auto;
        float: none;
        border-radius: 5px;
        height: auto;
    }
}
.fondo-manos{
    background-image: url(../images/hands.png); 
    height: 100% !important;
}
    
.letras-blancas{
    color: white;
}