#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 {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    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: absolute;
    top: 50%;
    right: 9px;
    margin-top: -9px;
    color: #5cb85c !important;
}

.login #main {
    width: 400px;
    margin-left: 0;
    margin: 0 auto;
    padding-top: 350px;
    background-image: url(../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;
    /* EQO6.01EO101[#23625] 2021/05/31 by toanvnguyen [Start]*/
    /* height: 100%; */
    height: calc(100% - 35px);
    /* EQO6.01EO101[#23625] 2021/05/31 by toanvnguyen [End]*/
    position: absolute;
    /* EQO6.01EO101[#23625] 2021/05/31 by toanvnguyen [Start]*/
    /* top: 0; */
    top: 35px;
    /* EQO6.01EO101[#23625] 2021/05/31 by toanvnguyen [End]*/
    bottom: 0;
    left: 0;
    right: 0;
    /* EQO6.01EO101[#23625] 2021/05/31 by toanvnguyen */
    overflow-y: auto;
}

.form-login {
    margin-top: 20px;
}

#login-custom-message p {
    font-size: 20px;
    color: red;
    margin-top: 20px;
}

.btn-login:hover {
    background-color: #286090;
    color: #fff;
    border-color: #204d74;
}
.btn-login {
    background-color: #337ab7;
    color: #fff;
    border-color: #2e6da4;
}

.btn-forgot-pw:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-forgot-pw {
    display: block;
    margin: 30px auto 0;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-forgot-pw-send-mail:hover {
    background-color: #286090;
    color: #fff;
    border-color: #204d74;
}
.btn-forgot-pw-send-mail {
    background-color: #337ab7;
    color: #fff;
    border-color: #2e6da4;
}
#login-custom-message {
    width: 200%;
    margin-left: -200px;
}
/* EQO6.01EO101[#23206] 2021/04/23 by luanbn [Start] */
#iframeLoginMessage {
    width: auto;
    height: 100vh;
    border: none;
}
/* EQO6.01EO101[#23206] 2021/04/23 by luanbn [End] */
.login .content-login {
}
.login .input-login{
}
.login .input-login p {
    text-align: left;
}