.left-img-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 14%;
  padding-bottom: 8%;
}

.left-box {
  width: 51%;
}

.left-content {
  border-radius: 17px;
  padding-bottom: 40px;
}

.label {
  font-weight: 500;
  font-size: 20px;
  color: #27344A;
  margin-bottom: 8px;
}


.form-input {
  width: 100%;
  font-size: 16px;
}



.submit-btn {
  width: 380px;
  height: 48px;
  background: #C0C0C0;
  border-radius: 10px 10px 10px 10px;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  border: none;
  cursor: not-allowed;
}

.submit-btn.active {
  background: #004986;
  cursor: pointer;
}

.form-item {
  /* padding-bottom: 8px; */
  padding: 24px 40px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.35);
}

.from-err {
  position: absolute;
  color: red;
  font-size: 12px;
  bottom: 7px;
  left: 40px;
  display: none;
}


input::placeholder {
  color: #A0A8AC;
  font-size: 16px;
  /* 设置placeholder颜色为灰色 */
}