html {
    position: relative;
    min-height: 100%;
    opacity: 0.9;
}
.table tr td{
    padding: 0!important;
    margin: 0!important;
    border-top:none!important;
}
body {
    margin: 0 0 65px;
}

.input-group-addon{
    background: #002f87!important;
    color: white;
}

.btn-success{
   background: #002f87!important;
   color: white;
}
#NAV {
    min-height: 100px;
    background: #002f87;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 3px rgba(0, 0, 0, 0.23);
}
.navbar {
    border-radius: 0px;
}
.columna {
    height: 50%;
}
.logo {
    float: left;
    width: 65px;
    height: 60px;
    right: 135px;
    margin-top: 10px;
    margin-left: 32%;
}
.navbar-brand {
    width: 50%;
    font-size: 30px;
    margin-top: 15px;
    color: white;
    float: left;
    /*background: blue;*/
    /* margin-top: 25px; */
    text-shadow: 2px 2px 2px gray;
}
.subtitulo span {
    display: block;
    font-size: 1.2em!important;
    /* text-align: center; */
    color: white!important;
    margin-left: 36.7%;
    margin-top: -15px;
}
#password, #account {
    border-left: none!important;
    border-radius: 0;
}
.input-group-addon {
    border-radius: 0;
}
.fa-lock {
    font-size: 18px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #fff;
}
.panel-title {
    color: #0972b3;
    font-size: 24px;
}
.glyphicon, .fa {
    color: white;
}
#login-session {
    margin-top: 20px;
}
.input-group-addon {
    background-color: #fff;
}
.btn-reficoop, .btn-reficoop:hover {
    background:  #002f87;
    color: #fff;
}
.form-control {
    height: 40px;
}
.btn {
    padding: 12px 12px;
    font-weight: bold;
    font-size: 16px;
}

.normal{
    background: white!important;
    color: red;
    border: none;
    font-size: 1.2em;
}

.card-4 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 3px rgba(0, 0, 0, 0.23);
}

.preview img{
    width: 150px;
    height: 70px;
    float: left;
}

main {}
.footer {
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    background: #002f87;
    text-align: center;
}
.footer p {
    color: #fff;
}
.footer p a {
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}
#load{
    position: absolute;
    width: 100%;
    z-index: 1000;
    margin-top: 10%;
    display: none;
}

#load img{
    margin-left:45%;
}
@media only screen and (max-width: 360px) {

    #NAV {
        height: 50px;
    }
    .logo {
        width: 80px;
        height: 70px;
        display: inline-block;
        margin-top: 10px;
        margin-left: -5px;
    }
    #load{

        margin-top: 40%!important;
    }
    #load img{
        margin-left:22%!important;
    }
    .navbar-brand {
        width: 320px;
        display: inline-block;
        font-size: 30px;
        color: white;
        text-shadow: 2px 2px 2px gray;
        position: absolute!important;
        left: 44px;
        /* margin-top: 20px; */
    }
    .subtitulo span {
        display: block;
        font-size: 1.2em!important;
        /* text-align: center; */
        color: white!important;
        margin-left: 25.7%;
        margin-top: -15px;
    }

}
@media only screen and (max-width: 411px) {
    #NAV {
        height: 50px;
    }
    .logo {
        width: 80px;
        height: 70px;
        display: inline-block;
        margin-top: 10px;
        margin-left: -5px;
    }
    #load{

        margin-top: 40%!important;
    }
    #load img{
        margin-left:22%!important;
    }
    .navbar-brand {
        width: 320px;
        display: inline-block;
        font-size: 30px;
        color: white;
        text-shadow: 2px 2px 2px gray;
        position: absolute!important;
        left: 70px;
        /* margin-top: 25px; */
    }
    .subtitulo span {
        display: block;
        font-size: 1.2em!important;
        /* text-align: center; */
        color: white!important;
        margin-left:22.7%;
        margin-top: -15px;
    }


}
@media only screen and (max-width: 414px) {
    #NAV {
        height: 50px;
    }
    .logo {
        width: 80px;
        height: 70px;
        display: inline-block;
        margin-top: 10px;
        margin-left: -5px;
    }
    #load{

        margin-top: 40%!important;
    }
    #load img{
        margin-left:22%!important;
    }
    .navbar-brand {
        width: 320px;
        display: inline-block;
        font-size: 30px;
        color: white;
        text-shadow: 2px 2px 2px gray;
        position: absolute!important;
        left: 70px;
        /* margin-top: 25px; */
    }
    .subtitulo span {
        display: block;
        font-size: 1.2em!important;
        /* text-align: center; */
        color: white!important;
        margin-left: 21.7%;
        margin-top: -15px;
    }

    
}
@media only screen and (max-width: 320px) {
        /* .logo {
        width: 100px;
        height: 80px;
        display: block;
        margin: auto;
    } */
    .navbar-brand {
        width: inherit;
        text-align: center;
        font-size: 25px;
        margin-top: 15px;
        color: white;
        display: inline;
        position: relative;
        text-shadow: 2px 2px 2px gray;
        margin-left:-30px; 
        }
        .subtitulo span {
        display: block;
        font-size: 1.2em!important;
        /* text-align: center; */
        color: white!important;
        margin-left: 28.7%;
        margin-top: -15px;
    }


    }
    @media only screen and (max-width: 375px) {
    /*     .logo {
        width: 100px;
        height: 80px;
        display: block;
        margin: auto;
    }
    .navbar-brand {
        width: inherit;
        text-align: center;
        font-size: 30px;
        margin-top: 15px;
        color: white;
        display: inline;
        position: relative;
        text-shadow: 2px 2px 2px gray;
        } */

    }

