.forget-main {
  padding-bottom: 140px;
  border-bottom: 1px solid #f5f5f5;
  background-color: #fff;
}
.forget-box {
  padding-top: 70px;
}
.form-line {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.form-line:first-child {
  margin-top: 0;
}
.form-line > input {
  width: 452px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #f3efef;
  border-radius: 6px;
  padding-left: 15px;
  margin-left: 20px;
}
.form-li ne > input::placeholder {
  color: #999;
}
.form-line > .small-input {
  width: 282px;
}
.left-label {
  width: 430px;
  color: #666;
  font-weight: bold;
  text-align: right;
}
.img-code {
  width: 150px;
  height: 40px;
  margin-left: 20px;
  text-align: center;
  user-select: none;
  cursor: pointer;
}
.get-code {
  width: 150px;
  height: 40px;
  background: #2c85ff;
  border: 1px solid #f3efef;
  border-radius: 6px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-left: 20px;
}
#iAgree {
  width: 25px;
  height: 25px;
  background: #ffffff;
  /* border: 1px solid #F3EFEF; */
  border-radius: 4px;
  margin-right: 4px;
}
.forget-btn {
  width: 452px;
  height: 40px;
  background: #2c85ff;
  border-radius: 6px;
  margin-left: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-top: 22px;
}
