
.page-signin {
  /* background: url(../img/slogan_bg.png) no-repeat center / 100% 100% */
  /* background-attachment: fixed; */
}

.section-signin {
  width: 400px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  padding: 0 25px;
}
.slogan-box {
  background: url(../img/slogan_bg_renmin.jpg) no-repeat center / cover;
  height: 100%;
  width: calc(100% - 400px);
}
.slogan-box-wence {
  background: url(../img/wence/logoWence.jpg) no-repeat center / cover;
  height: 100%;
  width: calc(100% - 400px);
}

.loginBox .form-group input {
  border: none;
  border-bottom: 1px solid #e9ecef;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  height: 36px;
  font-size: 14px;
  color: #262626;
  letter-spacing: 1px;
}
.loginBox .form-group input + input {
  margin-top: 30px;
}
.loginBox .form-group input::-webkit-input-placeholder {
  color: #666;
  font-size: 14px;
}
.loginBox .form-group input::-moz-placeholder{
  color: #666;
  font-size: 14px;
}
.loginBox .form-group input:-moz-placeholder{
  color: #666;
  font-size: 14px;
}
.loginBox .form-group input:-ms-input-placeholder{
  color: #666;
  font-size: 14px;
}
.loginBox .form-group input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset !important;
  border-radius: 0px !important;
  /* background-image: url('img/text1Bg.png') !important; */
}


.btnBox {
  padding-top: 58px;
  padding-bottom: 66px;
}
#btn-login {
  /* width: 240px; */
  height: 52px;
  border-radius: 24px;
  font-size: 16px;
  color: #fff;
  background-color: #2C7EFB;
  margin: 0 auto;

  
}

