.login-page,
.register-page{
    background-color: transparent;    
}
html{
    min-height: 100vh;
    padding-bottom: 50px;
    background-image: url('../../../../images/dc_modulos/admin/login-fondo.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#volverWeb{
    margin-top: 10px;
    /*text-align: center;*/
}
