body {
    background: url("../img/fondo1.png") !important;
}

.fondologin {
    background: url("../img/fondo2.png") center !important;

    /* background-repeat: no-repeat !important;
    background-position: unset !important; */
    /* background-attachment: fixed !important; */
    color: white !important;
}

.fondoRegistro {
    background: url("../img/fondo1.png") !important;

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white !important;
}

.fondoFooter {
    background: white !important;
    padding: 10px;   
}
