@charset "utf-8";
/* CSS Document */
.login-box {
  background: #fff;
  padding: 80px 0;
  margin: 0 auto;
}
.login-left, .login-right {
  width: 49%;
}
.login-left {
  border-right: 1px solid #ddd;
}
.login-title {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 40px;
  text-align: center;
}
.login-items {
  width: 300px;
  margin:0 auto;
}
.login-item {
  padding-bottom: 30px;
}
.login-input {
  border: 1px solid #BABABA;
}
.code-item {
  padding-bottom: 4px;
}
.code-input {
  display: inline-block;
  width: 170px;
}
.code-img {
  display: inline-block;
  width: 110px;
  height: 38px;
  margin-left: 20px;
  cursor: pointer;
}
.other-item {
  text-align: right;
  font-size: 14px;
  padding-bottom: 10px;
}
.other-item > a {
  color: #999;
}
.other-item > a:hover {
  color: #EC9044;
}
.error-item {
  height: 30px;
  padding-bottom: 15px;
}
.error-text {
  color: #9A2C3F;
}
.login-btn {
  width: 100%;
}
.login-right {
  width: 300px;
  margin: 0 auto;
  padding-top: 30px;
}
.register-items {
  width: 400px;
}
.register-items .login-item {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.register-items .login-input, .select-item .layui-input {
  width: 280px!important;
  border-color: #BABABA;
}
.select-item {
   margin-right: 0!important;;
}
.form-label {
  width: 120px;
  text-align: right;
}
.login-itemin {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.register-items .code-input {
  width: 150px;
  border-color: #BABABA;
}
.send-btn {
  width: 110px;
  height: 38px;
  line-height: 38px;
  background: #E8E8E8;
  border-radius: 2px;
  cursor: pointer;
  font-size: 15px;
}
.send-btn:disabled {
  cursor: default;
}
.register-items .btn-item {
  width: 240px;
  margin: 30px auto 0;
}
.register-box .login-title {
  padding-bottom: 20px;
}
.register-prompt {
  height: 32px;
  text-align: center;
  color: red;
}
.text-item {
  padding-top: 25px;
  height: 38px;
}
.form-itemtext {
  color: #999;
}
.login-qrcode {
  width: 300px;
  height: 200px;
}
.login-codetext {
  text-align: center;
}
