.page-content {
  padding: 5vh 0 20vh;
}

.page-title {
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #333;
  line-height: 50px;
  text-align: left;
}

.step-box {
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.step-box .step-item {
  background-color: #ddd;
  color: #fff;
  width: 200px;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  border: 1px solid #fff;
}

.step-box .active {
  background-color: #007bff;
  color: #fff;
}

@media (max-width: 1300px) {
  .step-box {
    padding-top: 0;
  }
}

.forget-form {
  padding: 50px 50px 0;
}

.forget-form .form-control {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}

@media (max-width: 1300px) {
  .forget-form {
    padding: 20px 20px 0;
  }
}

.flex-center {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.forget-form .form-group,
.forget-form .form-row {
  margin-bottom: 15px;
}

.submit-box {
  padding: 50px 0 20px;
}

.submit-box .btn-lg {
  height: 50px;
}

.modal {
  left: calc((100vw - 281px) / 2);
}

.verify-image {
  width: 120px;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.verify-input {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 150px;
}

.success-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  flex-wrap: wrap;
}
