body {
  padding: 0;
  overflow-y: auto;
  background: url(/images/login/bg.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 40px;
}

.main-container {
  background: unset;
}

.navbar.navbar-fixed-top {
  display: none;
}


.register-container {
  overflow: hidden;
  background: url(/images/login/form-bg.png) no-repeat;
  background-size: 100% 100%;
  height: 100%;
  padding: 30px 40px;
  color: #5B4F47;
}

.register-container a {
  color: #275C9F;
}

.tab {
  white-space: nowrap;
  text-align: center;
  margin-top: -10px;
}

.tab li {
  display: inline-block;
  padding: 10px 60px 20px;
  margin: 0 30px;
  font-size: 24px;
  cursor: pointer;
  color: #E7D6C0;
  background: url(/images/login/tab-bg.png) no-repeat;
  background-size: 100% 100%;
}

.tab li a {
  color: #E7D6C0;
}

.tab li.active {
  background: url(/images/login/tab-active-bg.png) no-repeat;
  background-size: 100% 100%;
  color: #5B4F47;
}

.register-container form {
  box-sizing: border-box;
  display: block;
  margin: 50px auto;
  width: 50%;
}

.form-group {
  margin-bottom: 14px;
  position: relative;
}


.form-group .glyphicon {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -7px;
  cursor: pointer;
  z-index: 99;
  color: #275C9F;
}

.zd-cascader-wrap {
  height: 50px;
}

.input-group {
  width: 100%;
  background: url("/images/login/input-bg.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0 40px;
  height: 50px;
}

.zd-input__inner,
.input-group .form-control,
.form-control {
  line-height: 30px;
  height: 30px;
  margin: 10px 0;
  font-size: 16px;
  color: #5B4E45;
  background: unset;
}

input::placeholder {
  color: #5b4e45;
}

input,
input:active,
input:focus,
input:hover,
input:-webkit-autofill {
  outline: none !important;
  border: unset !important;
  box-shadow: unset !important;
  background: unset !important;
  -webkit-box-shadow: 0 0 0 1000px #cbdeef inset !important;
  box-shadow: 0 0 0 1000px #cbdeef inset !important;
  background-color: transparent !important;
}

.input-group-btn .btn-default:active,
.input-group-btn .btn-default:hover,
.input-group-btn .btn-default:focus,
.input-group-btn .btn-default:active:hover,
.input-group-btn .btn-default:active:focus {
  box-shadow: none;
  background-color: unset;
  outline: none;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

.input-group-btn .btn-default {
  height: 18px;
  width: 18px;
}

.input-group-school .input-group-btn .btn-default {
  background: url(/images/register/school.png) no-repeat center center;
  background-size: 18px;
}

.input-group-nickname .input-group-btn .btn-default {
  background: url(/images/register/nickname.png) no-repeat center center;
  background-size: 18px;
}

.input-group-account .input-group-btn .btn-default {
  background: url(/images/register/account.png) no-repeat center center;
  background-size: 18px;
}

.input-group-org .input-group-btn .btn-default {
  background: url(/images/register/org.png) no-repeat center center;
  background-size: 18px;
}


.input-group-pwd .input-group-btn .btn-default {
  background: url(/images/register/password.png) no-repeat center center;
  background-size: 18px;
}

.input-group-email .input-group-btn .btn-default {
  background: url(/images/register/email.png) no-repeat center center;
  background-size: 18px;
}


.btn-primary.btn-block {
  margin: 20px 0 10px;
}

.btn-default,
.btn-default:hover,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
  border: none;
}


.submit {
  background: url(/images/login/submit-bg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 60px;
  color: #CCDEF1;
  font-size: 18px;
  margin: 20px 0;
  cursor: pointer;
}

.modal-body {
  padding: 30px;
  color: #333;
  font-size: 16px;
}

.modal-body img {
  margin-bottom: 15px;
}

.modal-body p {
  margin: 0;
  line-height: 30px;
}

.modal-body .btn {
  padding: 6px 35px;
  font-size: 16px;
  margin: 30px 15px;
}

.modal-body .btn-default {
  color: #5B4F47;
  border: 1px solid #5B4F47;
}

.notice {
  padding-left: 30px;
  font-size: 14px;
  color: #999;
  margin-bottom: 0;
  height: 20px;
}

.notice.required::before {
  content: '*';
  color: #FF0000;
  font-size: 18px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .container-fluid {
    padding: 20px;
  }

  .container {
    padding: 0;
  }

  .login-container {
    padding: 24px;
  }

  .login-container h6 {
    margin-bottom: 15px;
  }

  .title {
    font-size: 42px;
  }

  .col-sm-12 {
    margin-bottom: 20px;
  }
}

#OrganizationUnitId {
  background: none;
  line-height: 34px;
  height: 34px;
}


.footer {
  background: unset;
}

.form-group label.error {
  position: absolute;
  top: 50%;
  left: unset;
  right: 40px;
  z-index: 999;
  color: #ff0000;
  font-size: 12px;
  line-height: 20px;
  transform: translate(0, -50%);
  white-space: nowrap;
  width: unset;
}

.zd-cascader-wrap label.error {
  right: 0;
}

.footer {
  padding-bottom: 0;
}