 
html {
    position: relative;
}

.h100{height:100%;}

.body-login {
    /* margin-bottom: 60px;*/
    background-image: url("../img/IIUG_Background.jpg");
    background-position: center;
    background-size: cover;
    /*font-family: 'proxima_nova_rgregular' !important;*/
    height: 100%;
}
@media (min-height: 800px) {
    .body-login{
        background-image: url(../img/IIUG_Background.jpg) !important;
    }
}


i.separador {
    font-style: italic !important;
    margin-left: 5px;
    margin-right: 8px;

}

.header-caja {

    color: #fff;
    background-color: #0b293c;
    padding: 20px;
    border-top-left-radius: 8px;
    font-size: 18px;
    line-height: 1.5;
    border-top-right-radius: 8px;
    /*font-family: 'proxima_novasemibold, helvetica, arial' !important;*/
    font-family: 'arial' !important;
    font-weight: 600;

}

.cuerpo-caja {
    padding: 20px;
    font-size: 14px;
    background-color: #ffffff;
}

input {

    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 8px 10px 8px 10px;
    color: #444;
    margin-bottom: 12px;

}

.btn-primary {

    color: #fff;
    background-color: #008ed6 !important;
    border-color: #008ed6 !important;
    background-color: #267ab0 !important;
    border-color: #267ab0 !important;

}


.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-left: 20px;
    height: auto;
    padding-right: 20px;
    font-size: 14px;
    color: #fff;
    background-color: #0d0d0d;
}

.footer span{color:#fff;}
