/* Peronalización pantalla de inicio */
body { 
 background: url('../../imagenes/bg_login.jpg') no-repeat center bottom fixed; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 min-height: 100%;
 height: 100vh;
 overflow-x: hidden;
}

.panel-default {
 opacity: 0.92;
 margin-top:50px;
}
.form-group.last {
 margin-bottom:0px;
}

/* Adaptación de la caja de inicio para diferentes tamaños*/
@media (max-width: 1198px) 
{
    label{
        display: block;
        text-align: left !important;
        width: 100%;
        white-space: normal;
    }

    .col-sm-9{
        width:100% !important
    }

}