.el-form-item {
  margin-bottom: 28px;
}
.reset .el-input__suffix {
  top: 2px !important;
}
.reset .el-input-group__append {
  background-color: #2979cd;
  color: #fff;
}
.reset .el-input-group__append span {
  color: #fff;
}
.reset .el-input-group__append .el-button:hover {
  background: #2979cd !important;
}
.reset .el-input__inner {
  background: #fbfcfd;
  border-color: #ebecf0;
  border-radius: 4px;
}
.reset .el-input__inner:hover {
  background: #fff;
  border: 2px solid #c9bfd8;
}
.reset .el-select .el-input__inner:focus {
  border: 2px solid #c9bfd8;
}
.reset .el-form-item.is-error .el-input__inner,
.reset .el-form-item.is-error .el-input__inner:focus {
  border: 1px solid #f56c6c;
}
.mb-50 {
  margin-bottom: 100px;
}

.reset {
  width: 65%;
  margin-left: -15%;
  padding-bottom: 25px;
}
.reset .reset-tips {
  font-family: AxLLCircular, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0px 0px 40px;
  font-size: 15px;
  line-height: 23px;
  color: #6c747f;
}
.pd_40 {
  padding: 50px 40px 40px 40px;
}
.css-15mo6h9 {
  font-size: 15px;
  cursor: pointer;
  color: #868e98;
  background-image: none;
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 100% 3px;
  padding-bottom: 4px;
  margin-right: 16px;
  margin-bottom: 24px;
}
.css-1k5i4a6 {
  font-size: 15px;
  cursor: pointer;
  color: #3d5eb9;
  background-image: linear-gradient(to right, #3d5eb9, #3d5eb9);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 100% 3px;
  padding-bottom: 4px;
  margin-right: 16px;
  margin-bottom: 24px;
}
.css-19t2ho9 {
  display: flex;
  align-items: stretch;
}
.css-19t2ho9 .css-1th1l5t {
  width: 80px;
  flex-basis: auto;
  flex-shrink: 0;
  margin-right: 8px;
}
.eye_icon {
  height: 100%;
  width: 25px;
  text-align: center;
  transition: all 0.3s;
  line-height: 45px;
  color: #c0c4cc;
  font-size: 14px;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-right: 5px;
}
@media only screen and (min-width: 1920px) {
.reset {
    width: 48%;
    margin-left: -25%;
}
}
@media only screen and (max-width: 720px) {
.reset {
    width: 95%;
    margin-left: 0px;
}
.pd_40 {
    padding: 40px;
}
}

