html {
    height: 100% !important;
    background: url("../img/fondo.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

body {
    height: 100%;
    background: none !important;
}

.abm-formulario-usuario-logueado .uploadContainer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}