div.cargando{
    width: 98%;
    position: absolute;
    height: 90%;
    font-size: 3em;
    text-align: center;
    margin: 0;
    background-color: white;
    z-index: 99999999;
}
div.cargando i{
    position: absolute;
    top:50%;
}
#login-header{
    position: fixed;
    z-index: 999999;
    background: white;
    width: 100%;
    height: 8%;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.5);
}
#login-logo{
    display: block;
    width: 100%;
    text-align: center;
    padding:1em 0em;
}
#login-logo:not(.logo1169) img{
    max-height: 85%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#login-logo.logo1169 img{
    max-height: 100%;
    max-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
}
#login-logo img.logo-movil{
    display:none;
}
@media only screen and (max-width: 720px) {
    #login-logo.logo1169 img{
        max-height: 85%;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    #login-logo img.logo-movil{
        display:block;
    }
    #login-logo img.logo-desktop{
        display:none;
    }
}

.login-background{
    background-size: initial;
    background-position: initial;
    position:absolute !important;
    width:100% !important;;
    height:100% !important;
}
.absolute-center {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.absolute-center.is-responsive{
    width: 50%;
    height: 36em;
    min-width: 200px;
    max-width: 400px;
    padding: 40px;
}


#login-box{
    background-color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/*FORMS*/
form input {
    border: 1px solid #949494 !important;
}
.margin-b-0{
    margin-bottom:0px;
}

#login-box form{
    margin: 3em 0 2em 0;
}
#login-box form.margin0{
    margin: 0em 0 0em 0;
}
#login-box form input.sinBordeLeft {
    border-left: 0 !important;
}
#login-box form .form-group .input-group-addon {
    /*padding: 10px 8px 10px 10px !important;*/
    border: 1px solid #949494;
    border-right: 0;
}
#login-box input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 30px white inset;
}
#login-box form input::placeholder{
    color: #9c9c9c
}
#login-box form button{
    font-size : 1.1em;
    margin: 3em 0 2em 0;
    color: #4c4c4c;
    background-color: #f1ce49;
}
#login-box label{
    margin-bottom:0;
    margin-left: 0.5em !important;
    margin-top: 0.5em !important;
    font-size: 0.9em !important;
}
div.alert{
    position: absolute;
    min-width: 150%;
    top: -11%;
    left: -25%;
}

.g-recaptcha{
    margin: 1em 0;
}

.loginAlta{
    position: relative !important;
    min-width: 60% !important;
    top: 9em;
    height: 57em !important;
}


@media (max-width: 850px) {
    .loginAlta{
        height: 62em !important;
    }
}

@media (max-width: 750px) {
    .loginAlta {
        height: 92em !important;
    }

    #login-box {
        width: 100%
    }
}



.politicaPrivacidad{
    font-size:12px;
}

/*Dashboard*/

.sidebar .nav li.active a, .sidebar .nav li.active a i{
    color:black !important;
    background-color: #f0ce49!important;
}

.card-body h1, .card-body h6, .card-body table td{
    color: #2a5687
}

.card-body h6{
    margin-left: 1em
}
