.ant-form-item-control {
  min-height: 65px;
}

.blue1 {
  color: #1B5CFF
}

.bg-wdp-blue {
  /* background-color: #0263AD; */
  background-color: #fff;
  background-position: center center;
  width: 67%;
}
.slogon-con{
  font-size: 22px;
  color: white;
  line-height: 1.4;
  position: absolute;
  top: 17%;
  left: 5.2%;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  /* .nav-title-box {
    left: 10px; 
    top: 5px;
    position: absolute;
  } */
  /* .slogan-box {
    left: 20px; 
    top: 138px;
    position: absolute;
  } */
}
.nav-title-box {
  left: 5.2%;
  top: 6.5%;
  position: absolute;
}
.slogan-box {
  left: 5.2%;
  top: 16%;
  position: absolute;
  max-width: 90%;
}
/* @media (min-width: 1280px){
  
} */

.ant-form-vertical .ant-form-item {
  padding-bottom: 0 !important;
}

.ant-form-item {
  margin-bottom: 20px !important;
}

.correlation-panel {
  position: absolute;
  bottom: 15px;
  width: 95%;
}

.ant-input-group, .ant-input {
  height: 56px;
  background-color: #F5F7FA;
  border: 1px solid #F5F7FA
}

.has-error .ant-input:not([disabled]) {
  border-color: #555555;
  background-color: transparent;
}
.ant-btn-primary-disabled, .ant-btn-primary.disabled, .ant-btn-primary[disabled], .ant-btn-primary-disabled:hover, .ant-btn-primary.disabled:hover, .ant-btn-primary[disabled]:hover, .ant-btn-primary-disabled:focus, .ant-btn-primary.disabled:focus, .ant-btn-primary[disabled]:focus, .ant-btn-primary-disabled:active, .ant-btn-primary.disabled:active, .ant-btn-primary[disabled]:active, .ant-btn-primary-disabled.active, .ant-btn-primary.disabled.active, .ant-btn-primary[disabled].active{
  background-color: #92ab77;
  border-color: #92ab77;
}
.ant-input-group, .ant-input{
  color: white;
  border-color: #555555;
  background-color: transparent;
}
input[type="password"]:hover, .ant-input[type="password"]:hover{
  border-color: #92ab77;
}
.has-error .ant-input-affix-wrapper .ant-input, .has-error .ant-input-affix-wrapper .ant-input:hover {
  background: transparent;
} 
.ant-input-password-icon{
  color: white;
}
.ant-input:hover, .ant-input:focus {
  border-color: #78be2d !important; /* 将边框颜色改为红色 */
}
.ant-checkbox-checked .ant-checkbox-inner{
  background-color: #78be2d;
  border-color: #78be2d;
}
.ant-btn-primary{
  background-color: #78be2d;
  border-color: #78be2d;
}
.ant-btn-primary:hover{
  background-color: #3f7900;
  border-color: #3f7900;
}
.login-form input, .login-form button{
  border-radius: 2px;
}
.ant-input-password-icon {
  transform: scale(1.5);
}

.login-form {
  margin-top: 18px;
}

.login-form input, 
.login-form button {
  border-radius: 8px;
}

.mode-list-wrapper {
  padding-top: 10px;
}

.mode-list-wrapper ul {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}
.mode-list-wrapper ul li {
  margin-right: 1.5rem;
  font-size: 20px;
  color: #959BA0;
  cursor: pointer;
}
.mode-list-wrapper ul li.current {
  color: #1E1F26;
  cursor: auto;
}
/* 协议弹框 */
.agreement-modal{
  width: 1200px !important;
  height: 80% !important;
}
.agreement-modal .ant-modal-content{
  height: 100%;
}
.ant-modal-body{
  height: calc(100% - 80px);
}
@media (max-width: 1200px){
  .agreement-modal{
    width: 85% !important;
  }
}
.lang-btn{
  font-size: 18px;
  color: #1E1F26;
  position: absolute;
  right: 5rem;
  top: 1.5rem;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  cursor: pointer;
}
.lang-btn:hover{
  color: #1B5CFF;
}
/* 获取验证码 */
.captcha-bt{
  padding: 0 10px;
  text-align: center;
  line-height: 56px;
}
.captcha-bt span{
  width: 100%;
  overflow: hidden;
}
.forgot-btn{
  color: #959ba0;
}
.forgot-btn:hover{
  color: #78be2d;
}
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled){
  border-color: #78be2d;
}