﻿body {
	font-family: 'Helvetica Neue', Arial;
	margin: 0 auto;
	background-color:#eeeeee !important;
}


/*CSS Trang đăng nhập*/
@font-face {
	font-family: "SanFranciscoText-Regular";
	src: url('../fonts/SanFranciscoText-Regular.otf');
}
@font-face {
	font-family: "SanFranciscoDisplay-Regular";
	src: url('../fonts/SanFranciscoDisplay-Regular.otf');
}
@font-face {
	font-family: "Anurati-Regular";
	src: url('../fonts/Anurati-Regular.otf');
}

.wrapp{
    display: table;
	width: 1248px;
	margin: 0 auto;
	font-family: SanFranciscoDisplay-Regular;
	font-size: 15px;
    background: #eeeeee url(img/background.png) center center no-repeat;
    background-size: 100% 100%;
}

.wrapp .w1248{
    display:block;
    float: left;
    width: 100%;
    height: 840px;
    margin: 0 auto;
}
.wrapp .w1248 .content-left{
    color: #1b3664;
    float: left;
    width: 780px;
    height: 680px;
    font-weight: bold;
}

.wrapp .w1248 .content-right{
    color: #1b3664;
    float: right;
    width: 440px;
    height: 710px;
}
.content-left .huong-dan{
    float: left; 
    width: 760px;
    margin: 450px 10px 0 10px;
    /*height: 500px;*/
}
.content-left .huong-dan h5{
    color: #1b3664;
    font-size: 30px;
    font-weight: normal!important;
    margin: 20px 0 0.656rem 50px;
}
.content-left .huong-dan .dong{
    width: 680px;
    float: left;
    height: 100px;
    margin: 0px 0px 10px 66px;
}
.huong-dan .dong .big-number{
    font-family: 'Myriad Pro';
    font-weight: normal;
    float: left;
    line-height: 45px;
    font-size: 40px;
    margin-right: 17px;
}
.huong-dan .dong a{
    color: #474d60;
}
.huong-dan .dong span.text{
    float: left;
    font-size: 20px;
    margin-left: 40px;
    text-transform: uppercase;
}
.huong-dan .dong img{
    width: 10%;
    float: left;
}
.dong .eportal{
    color: #2accaf;
}
.content-right .log-in{
    float: left;
    width: 400px;
    height: 100%;
    margin-top: 40px;
    background-clip:content-box;
    background: url(img/bg_login_03.png) center center no-repeat;
    background-size:cover;
}
/*.content-right .log-in .top{
    width: 100%;
    float: left;
    height: 150px;
    background: #31436e;
    -webkit-box-shadow: 14px 0px 1px 2px #b6b3b3;
    -moz-box-shadow: 14px 13px 5px 2px #b6b3b3;
    box-shadow: 14px 15px 0px #b6b3b3;
}
.content-right .log-in .below{
    width: 100%;
    float: left;
    height: 520px;
    background: #31436e;
    -webkit-box-shadow: 14px 0px 5px 2px #000;
    -moz-box-shadow: 14px 13px 5px 2px #000;
    box-shadow: 14px 13px 0px #000;
}*/
.content-right h1, .content-right h2, .content-right h3{
    margin: 0px;
    text-align: center;
    color:#fff;
    font-weight: normal;
}
.content-right h3{
   font-size: 40px;
}
.content-right h2{
    margin-top: 15px;
    font-size: 58px;
    font-weight: normal;
}
.content-right h1{
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 72px;
}
.content-right hr{
    margin: 0px;
}
.content-right .login-box{
    width: 100%;
    float: left;
    height: 260px;
    margin-top: 20px;
    /*background: #1b3664;*/
    color: #fff;
}
.login-box .login-item{
    float: left;
    width: 360px;
    margin: 10px 10px;
}
.login-box .login-item label{
    width: 100%;
    float: left;
    margin-left: 15px;
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
    color: #6a6a6a;   
}
.login-box .login-item input[type=text], .login-box .login-item input[type=password]{
    width: 90%;
    height: 40px;
    background: #7b7b7b;
    color: #fff;
    box-shadow:2px 2px 3px 1px #494949 inset;
    font-style:italic;
    margin-left: 15px;
    font-size: 17px;
    border-radius: 5px !important;
    /*border: none !important;*/
    text-indent: 10px;
    border: 1px solid #464646;
}
.login-box .login-item ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.login-box .login-item ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.login-box .login-item :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.login-box .login-item :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.login-box #txtCaptcha{
    float: left;
    box-shadow:2px 2px 3px 1px #494949 inset;
    border: 1px solid #464646;
    width: 50%;
}
.login-box .captcha{
    float: left;
    margin-left: 15px;
    background: #d7d7d7;
    border-radius: 4px;
    width: 35%;
    height: 40px;
    border: 1px solid #464646;
    box-shadow:2px 2px 3px 1px #8c8d8d inset;
}
.captcha img{
    width: 60px;
    height: 32px;
    cursor: pointer;
    
}
.captcha div{
    width: 60px;
    display: initial;
}

.captcha a img{
    width:initial;
    height: initial;
    margin-bottom: 4px;
}
.login-box .login-item input[type=submit]
{
    float: left;
    margin-left: 15px;
    height: 40px !important;
    width: 90%;
    background: url(img/login_bg.png), url(img/e_bg_line.png) center center no-repeat;
    background-size: cover;
    border: none !important;
    border-radius: 5px !important;
    color: #4f4f4f !important;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
/*.login-box .login-item a{
    color: #fff;
}*/
.login-box .reset{
    width: 100%;
    
}
.login-box .reset  a{
    margin-left: 60px;
    font-size: 20px;
    color:#6a6a6a;
}
.login-box .login-item a:hover{
    color:#05c56d; 
}
.download img{
    width: 40%;
    margin-left: 25px;
}
.captcha a img{
    margin-left: 4px !important;
}
.chinh-sach-bao-mat{
    float: left;
    text-align: center;
    color:#737374;
    margin:0 !important;
    margin-left:5px !important;
}
.foot{
    float: left;
    width: 100%;
    height: 90px;
    /*color:#7f7e7e;*/
}
.foot .w1248{
    /*background: #e4e3e3;*/
    height: 90px;
}
.foot .left{
    float: left;
    width: 100%;
    height: 60px;
}
.foot .right{
    float: right;
    width: 320px;
    height: 60px;
    margin-top: 20px;
}

.right a{
    margin-left: 5px;
}
.right img{
    height: 49px;
}
.left h4{
    font-weight: normal;
    text-align:center;
    margin: 0;
}
.left h4 a.dieu-khoan{
    border-left: 1px solid #000;
    padding: 0 10px;
}
 .left h4 a.bieu-phi{
    border-left: 1px solid #000;
    padding:0 10px;
}
.line-a, .left span{
    float: left;
}
.line-a, .copyright{
    margin-top: 20px;
}
.line-a a{
    padding: 0 10px;
    margin: 0 10px;
    border-right: 1px solid #737374;
    border-left: 1px solid #737374;
}
.line-a a:first-child{
    border-right:none;
    padding-right: 0px;
    margin-right: 0;
}

.reset-pass  {
    width: 98%;
    margin:auto;
}
.reset-pass h4{
    width: 92%;
    margin: 0 0 25px 0;
    text-align: center;
    font-size: 26px;
    background:#64879a;
    color: #fff;
    padding: 4%;
    font-weight: normal;
}
.reset-pass span, .reset-pass input[type=text], .reset-pass input[type=button], .reset-pass a{
    width: 100%;
}     
.reset-pass input[type=button]{
     width: 100%;
     background: #ec4f09;
     color:#fff;
     border: none;
     font-size: 20px;
     cursor: pointer;
     padding: 15px 0;
}
.reset-pass input[type=text]{
     width: 98.9%;
     font-size: 18px;
     height: 40px;
     text-indent: 10px;
     margin: 20px 10px 20px 0;
}
.input-field{
    width: 90%;
    margin: auto;
}

.input-field a{
    width: 90%;
    margin: auto;
}
#back{
     width: 100%;
     background: #00aa43;
     font-size: 15px;
     text-align: left;
     text-indent: 20px;
     color:#fff;
     border: none;
     margin-top: 30px;
     cursor: pointer;
     padding: 15px 0;
}
.below h1{
    margin-top: 20px;
    font-size: 60px;
    font-family: Anurati-Regular;
}