.container {
  width: 100%;
  height: 100%;
  display: flex;
}

.container .forget {
  flex: 1;
  padding-left: 90px;
  padding-top: 30px;
}

.container .forget .title {
  font-size: 30px;
  font-weight: 600;
  color: #444;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}

.container .forget .title .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #16869A;
  color: #fff;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
}

.container .forget .input {
  display: flex;
  width: 440px;
  height: 42px;
  margin-bottom: 30px;
}

.container .forget .input input {
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  background-color: #fff;
  display: inline-block;
  height: 40px;
  width: 100%;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-appearance: none;
}

.container .forget .input .number {
  border: 1px solid #dcdfe6;
  margin-right: 15px;
  width: 60px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
}

.container .forget .input .phone {
  flex: 1;
}

.container .forget .input .icon {
  font-size: 20px;
  position: relative;
  top: 9px;
  color: #000000;
}

.container .forget .input.with-icon {
  padding-left: 10px;
  border: 1px solid #dcdfe6;
  border-radius: 5px;
  display: flex;
}

.container .forget .input.with-icon .code-input {
  flex: 1;
}

.container .forget .input.with-icon input {
  border: none;
}

.container .forget .input.with-icon input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #aaaaaa inset !important;
}

.container .forget .input .code-btn {
  color: #16869a;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
}

.container .forget .input .next {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #16869a;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.container .forget .password .icon {
  left: 10px;
  font-weight: 600;
}

.container .forget .password .tip {
  font-size: 13px;
  color: #555;
  margin-bottom: 20px;
}

.container .forget .password .el-input--prefix .el-input__inner {
  padding-left: 45px;
}

/*# sourceMappingURL=forget.css.map */
