html, body {
    /* font-size: 14px; */
    height: 100%;
}
* {
    margin: 0;
  }
*,
*:focus {
    outline: 0 !important;
}
.form-control{
    padding: 6px 35px;
}
/* /* Form login * / */
.login-container{
    margin-top: 3% !important;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
.login-form-2{
    padding: 4%;
    background: #e9ecef;
    border: 1px solid #bfc0c0;
    border-radius: 5px;
    max-width: 35% !important;
}
.login-form-2 h3{
    text-align: center;
}
.login-container form{
    /* padding: 10%; */
}
.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
}
.login-form-2 .ForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

#btn_submit{
    background-color: #2e5994 !important;
    font-weight: 500;
    border-radius: 5px;
    border-color: unset;
}
#btn_submit:hover{
    border-color: unset;
}
div#banner_left {
    background: url(../images/login/Logo-Quoc-Huy.png) no-repeat scroll left top transparent;
    float: left;
    font-weight: bold;
    height: 80px;
    width: 100%;
    z-index: 300;
    padding: 10px 80px;
}
#iconefy{
    background: url(../images/login/Logo-EFY.png) no-repeat scroll left top transparent;
}
div#left-container{
    background: url(../images/login/Login_01.png) no-repeat scroll left top transparent;
}
/* // */
#frm_login .fa-user, #frm_login .fa-lock {
    position: absolute;
    padding: 10px;
    /* background: #f5f5f5; */
    left: 16px;
    top: 1px;
    height: 32px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    /* border: 1px solid #cccccc; */
}
input{
    background-color: white !important;
}
#login-body{
    /* font-family: "Times New Roman", Times, serif; */
}
h4{
    /* text-align: center; */
    font-weight: bold;
}
div.clear {
    clear: both;
    width: 100%;
}
.login-footer{
    height: 50px;
    background-color: #192433;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}
.efy-title-banner-title1 {
    left: 15px;
    position: relative;
    color: yellow;
    font-weight: bold;
}
.efy-title-banner-title2 {
    left: 15px;
    position: relative;
    color: rgb(233, 232, 232);
}
.error {
    color: rgb(226, 10, 10);
}
