.login-content {
  height: calc(100vh - 50px);
  background: url("../images/login/bg.png") no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 32px 28px 0;
}
.login-form {
  background: #ffffff;
  border-radius: 12px 10px 10px 12px;
  padding: 30px 25px 42px;
}
.login-title {
  font-weight: 400;
  font-size: 24px;
  color: #0088ff;
  line-height: 26px;
  margin-bottom: 34px;
}

.login-form-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.login-form-input {
  height: 43px;
  border-radius: 2px;
  border: 1px solid #c2b4a7;
  display: flex;
  padding: 0 8px;
  align-items: center;
  flex: 1;
}
.login-form-input img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.login-form-input input {
  border: 0;
  outline: none;
  font-size: 15px;
  flex: 1;
  width: 0;
}
.login-form-input input::placeholder {
  color: #999999;
  font-size: 15px;
}
.login-form-item .code-img {
  width: 104px;
  height: 43px;
  margin-left: 11px;
}
.login-form .login-btn {
  outline: none;
  border: 0;
  width: 100%;
  color: #ffffff;
  background: #0088ff;
  height: 43px;
  line-height: 43px;
  font-size: 18px;
  border-radius: 2px;
  margin-top: 37px;
}