html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fafafa;
    direction: ltr;
}

header {
    background-color: #0047ba;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#fff;
}
header .nombre-sistema{
    padding-top:10px;
    line-height:15px;
    font-weight:600;
}
    header .version-sistema {
        line-height: 15px;
    }
header .navbar{
    margin-bottom:0px;
}
.input-group{
    margin-bottom:15px;
}
.contenido {
    background: url(/assets/img/bg-bnp.jpg) no-repeat center center fixed;
    background-size: cover;
    min-height: 600px!important;
    padding-top: 40px;
}
.login {
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
.login-head {
    background-color: #0047ba;
    padding:0px!important;
    font-size:17px;
}
    .login-head .siglas-sistema {
        color: #ffffff;
        padding:10px 0px;
    }
        .login-head .siglas-sistema i {
            padding-left: 15px;
            padding-right: 5px;
        }
    .login-head .bienvenido {
        background-color: #000000;
        color: #ffffff;
        padding: 10px 0px;
        padding-left: 15px!important;
    }
.login-content{
    padding:30px 30px 20px 30px!important;
}
    .login-content .input-group-addon {
        background-color: #ffffff;
        border: 1px solid #cccccc!important;
    }

footer {
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 110px;
    background: linear-gradient(to bottom, #ededed 0%, #d8dcd9 100%);
    padding: 20px 0px;
}
footer p{
    line-height:10px;
    font-size:12px;
}
footer p i{
    padding-right:5px;
}
footer p .separador{
    padding:0px 5px;
}

footer .imagenes{
    padding-top:15px;
}

.no-padding{
    padding:0px!important;
}
.btn-primary, .btn-primary:hover, .btn-primary:active {
    width: 100%;
    background-color: #0047ba !important;
    border-radius: 0px !important;
    border-bottom: 4px solid #00368e !important;
}
@media only screen and (max-width: 1024px) {
    footer {
        height: 130px;
    }
        footer img {
            margin-bottom: 10px;
        }
        footer .imagenes {
            padding-top: 0px;
        }
}

@media only screen and (max-width: 768px) {
    footer {
        height: 150px;
    }
        footer img {
            margin-bottom: 10px;
        }
        footer .imagenes {
            padding-top: 0px;
        }
    .contenido {
        min-height: 100% !important;
    }
}
@media only screen and (max-width: 450px) {
    footer {
        height: 270px;
    }
    footer p {
        line-height: 18px;
        font-size: 11px;
    }
    footer img{
        margin-bottom:10px;
    }
    .contenido {
        min-height: 100% !important;
    }
}



