/* 登录页布局修正（配合 ucenter 主题） */
.login-wrap.header {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}

#content {
  background: #cefffb;
}

.login-cont {
  position: relative;
  max-width: 990px;
  margin: 0 auto;
  min-height: 600px;
  overflow: hidden;
  background: #cefffb !important;
}

.login-cont > .login-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 475px;
  z-index: 1;
  background: #ca1933 !important;
}

.login-wrap.login-wrap-content {
  position: relative;
  z-index: 2;
  max-width: 990px;
  margin: 0 auto;
  min-height: 600px;
  background-position: 0 0 !important;
  background-size: 470px auto !important;
}

.login-wrap.login-wrap-content::after {
  content: '';
  display: table;
  clear: both;
}

.login-form {
  float: right;
  margin-top: 84px;
  width: 368px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.login-form .login-box {
  visibility: visible !important;
}

.form .item-fore1,
.form .item-fore2:not(.hide) {
  visibility: visible !important;
}

.form .itxt {
  width: 100% !important;
  box-sizing: border-box;
}

#phoneCode .itxt {
  width: calc(100% - 86px) !important;
  padding-right: 6px;
}

.btn-phonecode {
  background: #f7f7f7;
  border-left: 1px solid #bdbdbd;
  font-size: 12px;
  color: #666;
}

.btn-phonecode:disabled {
  color: #bbb;
  cursor: not-allowed;
}

.login-form .msg-error .msg-text {
  display: inline;
}

@media screen and (max-width: 768px) {
  .login-wrap.header {
    padding: 0 12px;
  }

  .login-cont {
    min-height: auto;
  }

  .login-cont > .login-banner {
    display: none;
  }

  .login-wrap.login-wrap-content {
    min-height: auto;
    background: none !important;
  }

  .login-form {
    float: none;
    width: 100%;
    margin-top: 0;
    box-shadow: none;
  }
}
