@charset "UTF-8";
body {
  background-image: url(../images/login/login_bg.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
#header{
  background-color: rgba(255,255,255,0.2);
}
.login_box{
  width: 1100px;
  height: 557px;
  background: #fff;
  border-radius: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 20px;
}
.login_box .top_login_img{
  width: 618.58px;
  height: 381.48px;
}
.login_box .login_right{
  width: 481.42px;
  height: 557px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login_box .login_right .layui-form-item{
  width: 100%;
}
.login_box .login_right .login_title{
  color: #C81725;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.login_box .login_right .login-inline{
  width: 90%;
  margin: 0;
}
.login_box .login_right .login-inline input{
  border: none;
  background: #f1f1f1;
  border-radius: 7px;
  height: 40px;
}
.login_box .login_right .captcha-img{
  margin-bottom: 15px;
}
.login_box .login_right .captcha-img img{
  cursor: pointer;
}
.login_box .login_right .login_btn_tpl{
  width: 90%;
  height: 45px;
  background: #C81725;
  border-radius: 7px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.login_box .login_right .forgot{
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.login_box .login_right .forgot .registered_account{
  color: #C81725;
  font-size: 15px;
  cursor: pointer;
}
.login_box .login_right .forgot .forgot_line{
  color: #333333;
  margin: 0 10px;
}
.login_box .login_right .forgot .forgot_password{
  color: #333333;
  font-size: 15px;
  cursor: pointer;
}
.footer-box{
  background: none;
}
