html {
    position: relative;
    min-height: 100%;
    opacity: 0.9;
}
body {
    margin: 0 0 65px;
}
#NAV {
    min-height: 100px;
    background: #0972b3;
    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: 100%;
}
.logo {
    float: left;
    width: 65px;
    height: 50px;
    right: 135px;
    margin-top: 25px;
}
.navbar-brand {
    width: 250px;
    font-size: 30px;
    margin-top: 15px;
    color: white;
    float: left;
    /*background: blue;*/
    margin-top: 25px;
    text-shadow: 2px 2px 2px gray;
}
#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: #0972b3;
}
#login-session {
    margin-top: 20px;
}
.input-group-addon {
    background-color: #fff;
}
.btn-reficoop, .btn-reficoop:hover {
    background: #0972b3;
    color: #fff;
}
.form-control {
    height: 40px;
}
.btn {
    padding: 12px 12px;
    font-weight: bold;
    font-size: 16px;
}
.card-4 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 3px rgba(0, 0, 0, 0.23);
}
main {}
.footer {
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    background: #0972b3;
    text-align: center;
}
.footer p {
    color: #fff;
}
.footer p a {
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}
@media only screen and (max-width: 360px) {
    #NAV {
        height: 50px;
    }
    .logo {
        width: 80px;
        height: 70px;
        display: inline-block;
        margin-top: 10px;
    }
    .navbar-brand {
        width: 200px;
        display: inline-block;
        font-size: 30px;
        color: white;
        text-shadow: 2px 2px 2px gray;
        position: absolute!important;
        left: 44px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 411px) {
    #NAV {
        height: 50px;
    }
    .logo {
        width: 80px;
        height: 70px;
        display: inline-block;
        margin-top: 10px;
    }
    .navbar-brand {
        width: 200px;
        display: inline-block;
        font-size: 30px;
        color: white;
        text-shadow: 2px 2px 2px gray;
        position: absolute!important;
        left: 70px;
        margin-top: 25px;
    }
}
@media only screen and (max-width: 414px) {
    #NAV {
        height: 50px;
    }
    .logo {
        width: 80px;
        height: 70px;
        display: inline-block;
        margin-top: 10px;
    }
    .navbar-brand {
        width: 200px;
        display: inline-block;
        font-size: 30px;
        color: white;
        text-shadow: 2px 2px 2px gray;
        position: absolute!important;
        left: 70px;
        margin-top: 25px;
    }
}
@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: 30px;
        margin-top: 15px;
        color: white;
        display: inline;
        position: relative;
        text-shadow: 2px 2px 2px gray;
    } */
}
@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;
    } */
}