#forgot .title {
  font-weight: 500;
  font-size: 36px;
  color: #333333;
  margin-bottom: 30px;
  text-align: left;
}

#forgot .el-main {
  overflow-x: hidden;
}

#forgot .el-form .el-input {
  height: 48px;
  background: #ffffff;
  border-radius: 10px;
  /* border: 1px solid #DFE7EF; */
}

.el-form .el-form-item__content {
  padding: 1px;
}
#forgot .fillet {
  position: relative;
}
#forgot .fillet .eye_box {
  position: absolute;
  right: 5px;
  top: 3px;
  border: none;
}
#forgot .fillet .el-button:hover {
  background: none !important;
}
.el-form .el-input .el-input__inner {
  height: 48px;
  line-height: 48px;
  border-radius: 10px 0 0 10px;
  border-right: none;
  font-weight: 400;
  font-size: 18px;
  border: 1px solid #dfe7ef;
  border-right: none;
}

.el-form .fillet .el-input .el-input__inner {
  border-radius: 10px;
  border: 1px solid #dfe7ef;
}

.el-form .el-input .el-input-group__append {
  padding: 0;
  min-width: 100px;
  text-align: center;
  border: none;
  border: 1px solid #dfe7ef;
  border-left: none;
  border-radius: 0 10px 10px 0;
  background-color: #fff;
  width: 140px;
}

.el-form .el-input .el-input-group__append .el-button {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.el-form .el-input-group__append .el-button span {
  font-weight: 400;
  font-size: 18px;
  color: #1d4dd8;
}

.el-form .verification .el-button span {
  font-weight: bold;
  font-size: 24px;
  color: #4596ff;
  font-style: italic;
}

.el-form .verification .el-input-group__append {
  border: none;
  background: #daecff;
  width: 120px;
}

.el-form .verification .el-button img {
  max-width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
}

.el-form .login-btn .el-button {
  padding: 0;
  border-radius: 10px;
  border: none;
  line-height: 56px;
}

.el-form .login-btn .el-button span {
  display: block;
  width: 350px;
  height: 56px;
  background: linear-gradient(270deg, #1c49d4 0%, #2875fd 100%);
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.el-form .login-btn .el-button.is-disabled span {
  background: linear-gradient(
    270deg,
    rgba(28, 73, 212, 0.5) 0%,
    rgba(40, 117, 253, 0.5) 100%
  );
}

#pane-second .verification {
  margin-bottom: 0;
}

#pane-second .forgot {
  display: block;
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 20px;
}

.el-input .el-input__inner:focus {
  outline: 1px solid #1e4fd9;
  /* border: none; */
}
