
body {
  background: white!important;
}

.login-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.login-box > h3.title {
  text-align: center;
  color: rgb(245, 93, 84);
  font-size: 32px;
  position: relative;
  top: 15vh;
} 

.login-con {
  width: 830px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 20px 0px;
}

.login-bg, .login-form {
  width: 50%;
  height: 311px;
  background: white;
  position: relative;
}

.login-bg img {
  width: 100%;
}

.form-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 215px;
}

.form {
  border: 1px solid rgb(187, 187, 187);
  border-radius: 5px;
}

.form-item {
  height: 45px;
  padding: 0 20px;
  border-bottom: 1px solid rgb(187, 187, 187);
}

.form-item:last-of-type {
  border-bottom: none;
}

.form-item span.al-iconfont {
  font-size: 16px;
  margin-right: 15px;
}

.form-item input {
  padding: 6px;
  font-size: 14px;
  width: 155px;
}

.form-item input.vcode {
  width: 85px;
}

.form-item .vcode-img {
  width: 75px;
  cursor: pointer;
}

.rember-me {
  margin-top: 12px;
  color: rgb(16, 16, 16);
  font-size: 12px;
}

.rember-put {
  margin: 0!important;
}

.login-btn {
  width: 100%;
  background-color: rgb(245, 93, 84);
  color: white;
  font-size: 16px;
  padding: 8px 0;
  border-radius: 5px;
  margin-top: 12px;
}

.login-btn.disabled {
  opacity: .8;
  filter: alpha(80);
  cursor: not-allowed;
}

.err-msg {
  padding: 25px 0;
  text-align: center;
}
