#login-header {
    background-color: #284173;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    text-align: left;
    z-index: 999;
}
#login-header h1.cmsTitle{
    font-size: 36px;
}
#login-header .navbar,  .navbar-nav {
    padding: 0;
    height: 40px;
}
#login-header h1.cmsTitle {
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
    padding: 0 15px;
    color: #fff;
    white-space: nowrap;
}

#login-header-logo, #login-header-logo-inspection {
    height: 40px;
    position: relative;
}   

#login-header .navbar-right > li > a {
    background: none;
    height: 40px;
    padding-top: 10px;
}

#login-header .navbar-right > li > a:focus, #login-header .navbar-right > li > a:hover {
    background: none;
    background-color: #1b2c4d;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.8) inset;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.8) inset;
    -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.8) inset;
}

#login-header ul.navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

#login-header .dropdown-menu, #login-header .sub-menu-lang {
    background-color: #1b2c4d;
}
#login-header .dropdown-menu > li >a {
    color: #fff;
}
#login-header .language-text {
    color: #fff;
}

#login-header .mdi-check {
    position: static;
    color: #5cb85c !important;
    float: right;
}
.login #main {
    width: 400px;
    margin-left: 0;
    margin: 0 auto;
    padding-top: 350px;
    background-image: url(/EQO/styles/images/logo_equios_b.png);
    background-size: auto 300px;
    background-repeat: no-repeat;
    background-position: top 50px center;
    text-align: center;
}

.login {
    background: #fff;
    margin-left: 0;
    height: calc(100% - 35px);
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    position: fixed;
}
.btn-login:hover {
    background-color: #286090 !important;
    color: #fff !important;
    border-color: #204d74 !important;
}
.btn-login {
    background-color: #337ab7 !important;
    color: #fff !important;
    border-color: #2e6da4 !important;
}
.login #main input {
    margin-bottom: 5px !important;
}
.btn-forgot-pw:hover {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}
.btn-forgot-pw {
    display: block !important;
    margin: 30px auto 0;
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

.btn-forgot-pw-send-mail:hover {
    background-color: #286090 !important;
    color: #fff !important;
    border-color: #204d74 !important;
}
.btn-forgot-pw-send-mail {
    background-color: #337ab7 !important;
    color: #fff !important;
    border-color: #2e6da4 !important;
}
.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}
.form-login {
    margin-top: 20px !important;
}
.login .input-login p {
    text-align: left !important;
}

#toMails {
    width: 100%;
}
#login-custom-message p {
    font-size: 20px;
    color: red;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto !important;
    }
}
.navbar-nav > li > a {
    line-height: 20px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px ;
}
/* EQO8.00EO030[#39564] 2025/12/29 by huy [Start] */
/* .dropdown-menu li a,
.sub-menu-lang li a {
    padding: 8px 15px;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:active,
.dropdown-menu li a:focus {
    border-left: 3px solid #5cb85c;
    color: #fff !important;
    background-color: #284173;
}
.sub-menu-lang li a {
    display: block;
}

.dropdown-menu a,
.sub-menu-lang a {
    color: #eee;
}
.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
}
.dropdown-menu li:hover {
    cursor: pointer;
}
.dropdown-menu {
    font-size: 14px !important;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
} */
 /* EQO8.00EO030[#39564] 2025/12/29 by huy [End] */