.basic-box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.basic {
  padding: 20px 20px;
  min-height: 730px;
}
@font-face {
  font-family: 'Source Han Sans Regular';
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Source Han Sans Bold';
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Source Han Sans Medium';
  font-weight: normal;
  font-style: normal;
}
h1,
h3 {
  color: #F4A000;
}
.nav span {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 18px;
}
.nav li {
  float: left;
}
#loginModal .modal-dialog {
  min-width: 450px;
  width: 450px;
  margin-top: 180px;
  text-align: center;
}
#formLogin {
  width: 350px;
  background-color: #fff;
  padding: 40px 40px;
  border-radius: 4px;
}
#formLogin .form-group {
  margin-bottom: 20px;
}
#formLogin .form-group:first-child {
  margin-bottom: 0;
  color: #F4A000;
}
#formLogin .form-group:first-child .inner-user-line {
  display: inline-block;
  border-left: 2px solid #F4A000;
  height: 44px;
  position: absolute;
  margin-top: 5px;
}
#formLogin .form-group:first-child .inner-user-title {
  display: inline-block;
  width: 50px;
  font-size: 20px;
}
#formLogin .form-group label {
  font-size: 14px;
  font-family: 'Source Han Sans Regular', 'Arial', 'Lato', sans-serif;
}
#formLogin.login-v2 {
  width: 450px;
}
#formLogin:focus {
  border-color: #F4A000;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px #ff8201;
}
#formLogin a {
  font-size: 14px;
  text-decoration: none;
  font-family: 'Source Han Sans Regular', 'Arial', 'Lato', sans-serif;
}
#formLogin .submit-btn-v2 {
  background: #F4A000 !important;
  border-color: #F4A000 !important;
  box-shadow: 2px 3px 5px 0 rgba(244, 160, 0, 0.53) !important;
  border-radius: 4px;
  font-size: 18px;
  padding: 12px;
}
#formLogin .submit-btn-v2:focus {
  outline-color: #F4A000 !important;
}
#formLogin .form-control {
  height: 50px;
  border: 1px solid rgba(32, 53, 128, 0.23);
  padding-left: 45px !important;
  background-position-x: 15px !important;
}
#formLogin .form-control.verify-code {
  padding-left: 15px !important;
}
#formLogin .login-nme,
#formLogin .login-password,
#formLogin .login-phoneVerifyCode {
  position: absolute;
  left: 58px;
  margin-top: 16px;
  z-index: 100;
}
#formLogin .splitter {
  display: inline-block;
  width: 0;
  height: 12px;
  border-left: 1px solid #004098;
  margin: auto 6px -1px;
}
#formLogin .bg-danger {
  background: #FFE6E5;
  border: 1px solid #D46F16;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 20px;
}
#formLogin .bg-danger span {
  font-family: 'Source Han Sans Regular', 'Arial', 'Lato', sans-serif;
}
#formLogin .bg-danger img {
  vertical-align: text-bottom;
}
#formLogin .inner-user {
  clear: both;
}
#formLogin .inner-user a {
  color: #F4A000;
}
#formLogin .session-timeout {
  display: none;
}
.register {
  color: #F4A000;
}
.login-bgimg {
  background-size: 100% 100%;
  background: url('../../images/loginBg.png') no-repeat center top !important;
}
.login-bgimg.login-bgimg-v2 {
  background: url('../../images/img_login.jpg') no-repeat center top !important;
}
.login-logo-img,
.shadow-img {
  margin-bottom: 15px;
}
.login-logo-img.login-logo-img-v2,
.shadow-img.login-logo-img-v2 {
  width: 250px;
  margin-bottom: 30px;
}
.send-btn {
  background-color: #004098 !important;
  border-color: #004098 !important;
  line-height: 35px;
  color: #fff;
  width: 140px;
}
.loginscreen {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -400px;
  margin-left: -225px;
}
.padding-lr-clear {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 20px;
}
.padding-right-clear {
  padding-right: 1px !important;
  margin-bottom: 20px;
}
.bottomRemark {
  width: 100%;
  height: 18%;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  color: #848383;
  padding-top: 30px;
}
.auth-image {
  line-height: 50px;
  height: 50px;
  display: block;
  border-radius: 3px;
}
.auth-image img {
  height: 50px;
  text-align: left;
  vertical-align: bottom;
}
.error {
  font-size: 13px;
  margin-bottom: 10px;
}
.error a {
  color: red;
  text-decoration: underline;
  font-size: 13px;
}
