html,
body {
  height: 100%;
  width: 100%;
}
.login-container {
  background: url(../images/loginbg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  /*  */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 960px){
  .login-container .left-icon {
    display: none;
  }
  .login-container .layui-row{
    width: 70% !important;
  }
  .scp-mode {
    width: 100% !important;
  }
  .nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper {
    width: 80% !important;
  }
}
.login-container .left-icon {
  width: 410px;
  height: 295px;
  padding: 20px 40px;
  /* margin: 15% auto; */
  border-radius: 3px 3px;
  /* position: absolute; */
  /* left: 28%; */
  /* display: none; */
  background: rgba(17, 120, 212, 0.7);
}
.login-container .left-icon h2 {
  padding-top: 95px;
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.login-container .left-icon p {
  padding-top: 20px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 200;
  text-align: center;
}
.login-container .layui-row {
  background: #fff;
  width: 370px;
  height: 295px;
  padding: 20px 40px;
  /* margin: 15% auto; */
  border-radius: 3px 3px;
  /* position: absolute; */
  /* left: 53%; */
  position: relative;
}
.login-container .layui-row .layui-form {
  margin-top: 50px;
}
.login-container .layui-row .layui-form .layui-form-item {
  text-align: center;
  margin: 20px 0;
}
.login-container .layui-row .layui-form .layui-form-item input {
  background-color: #fff;
  height: 45px;
  /* 兼容手机修改 */
  /* width: 366px; */
  width: 100%;
  line-height: 45px;
  border: 2px solid #e6e6e6;
  padding-left: 50px;
}
.login-container .layui-row .layui-form .layui-form-item .name {
  background: url(../images/login_name.png) no-repeat 15px center;
  background-size: 20px 20px;
}
.login-container .layui-row .layui-form .layui-form-item .pass {
  background: url(../images/login_pass.png) no-repeat 20px center;
  background-size: 15px 20px;
}
.login-container .layui-row .layui-form .layui-form-item button {
  /* 兼容手机修改 */
  /* width: 370px; */
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 2px;
}
.login-container .layui-row .layui-form .layui-form-item a {
  color: #2883e0;
}


.code-an{
  height: 45px !important;
  margin: 0 0 0 10px !important;
  border: 0 !important;
  font-size: 14px;
  width: 200px;
  color: #fff;
  background-color: #999999;
}
.code-ans{
  line-height: 50px;
}
.form-code{
  display: flex;
}
.form-code .code{
  background-color: #fff !important;
  height: 45px;
}
.scp-mode{
  width: 450px;
  /* height: 360px; */
  height: 334px;
  border-radius: 3px 3px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  color: #999999;
}
.close-chunk{
  line-height: 45px;
  padding: 0 20px;
  text-align: right;
  color: #666666;
  margin-bottom: 20px;
  border-bottom: 1px #e0dcdc  solid;
  cursor:pointer;
}
.nc-container{
  margin: 60px auto;
  text-align: center;
}
.nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper{
  margin: 0 auto;
}
.layui-input-inline{
  text-align: center;
  margin: 10px 0;
}
.layui-input-inline input{
  background-color: #fff;
  height: 45px;
  width: 356px;
  line-height: 45px;
  border: 2px solid #e6e6e6;
  padding-left: 10px;
}
.close-pass{
  line-height: 45px;
  padding: 0 20px;
  text-align: center;
  color: #000000;
  border-bottom: 1px #e0dcdc  solid;
  position: relative;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
}
.close-pass span{
  position: absolute;
  right: 20px;
  line-height: 45px;
  color: #666666;
  cursor:pointer;
  font-size: 14px;
}
.scp-mode .box h2{
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0;
  color: #0C0C0C;
  letter-spacing: 2px;
}
.scp-mode .box p{
  font-size: 16px;
  margin: 40px 0;
  color: #333333;
}
.change-pass{
  position: absolute;
  bottom: 60px;
  font-size: 16px;
  color: #0e9aef;
  font-weight: bold;
  left: 40%;
}
.title-cue{
  position: absolute;
  color: #e42727;

}

#aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-slider.ok{
  background: #0064c8 !important;
}

#aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-left{
  background: #2883e0 !important;
}

#aliyunCaptcha-captcha-success {
  color: #ffffff !important;
}
#aliyunCaptcha-sliding-text {
  color: #ffffff !important;
}
