html, body {
  background: #f1f2f3;
  height: 100%;
  font-family: "Roboto Condensed", sans-serif;
}

.verify-page {
  width: 410px;
  margin: auto;
  background: #ffffff;
  padding: 50px 40px;
  margin-top: 20px;
  border-radius: 10px;
}
.verify-page .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #006fff;
  padding: 5px;
  border-radius: 5px;
}
.verify-page .el-steps {
  margin-bottom: 30px;
}
.verify-page .el-alert {
  margin: 20px 0;
}
.verify-page .el-alert .el-alert__title {
  font-size: 14px;
  text-align: justify-all !important;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 10px;
}
.verify-page .verify-body {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.verify-page .verify-body p {
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: 500;
}
.verify-page .verify-body .el-button {
  width: 100%;
  margin-top: 20px;
}
.verify-page .verify-body .re-send {
  display: flex;
  align-items: center;
}
.verify-page .verify-body .re-send > span {
  width: 80px;
  display: flex;
  align-items: center;
  height: 40px;
}
.verify-page .verify-body .re-send .el-button {
  width: 125px;
  display: inline-flex;
  margin-top: 0;
  height: 40px;
}
.verify-page .verify-body .re-send .el-button i {
  margin-right: 7px;
}
.verify-page .verify-body .verify-number {
  display: flex;
  margin: 10px 0 20px;
  justify-content: center;
}
.verify-page .verify-body .verify-number .react-code-input-container {
  margin: 0 auto;
}
.verify-page .verify-body .verify-number .el-input {
  margin-bottom: 20px;
}
.verify-page .verify-body .verify-number .el-input .el-input-group__prepend {
  background: transparent;
  font-weight: bold;
  padding: 0 10px;
}
.verify-page .verify-body .verify-number .el-input input {
  font-weight: bold;
  width: 36px;
  height: 50px;
  padding: 0;
  text-align: center;
  margin: 0 3px;
  font-size: 24px;
}

.pass-form h3 {
  margin-bottom: 20px;
}
.pass-form .el-input {
  margin-bottom: 20px;
}

.success-step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 30px;
}
.success-step i {
  font-size: 38px;
  color: #67C23A;
}
.success-step p {
  font-size: 18px !important;
  color: #67C23A;
}
