.login-form-header-description {
  color: #435363;
  font-size: 14px;
  font-weight: 400;
}

.account-types {
  display: flex;
  justify-content: space-around;
}

.account-type {
  text-align: center;
  padding: 0 15px 15px 15px;
  width: 175px;
  height: 158px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 0.5px solid rgba(157, 164, 174, 0.5);
  background: #fff;
}

.account-type.active {
  border-radius: 16px;
  border: 1.5px solid #25935f;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
}

.account-type img {
  height: 100px;
}

.account-type p {
  color: #435363;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.account-type p span {
  color: #00ad68;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px; /* 100% */
}

.account-type .type-name {
  color: #242424;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px; /* 125% */
}

/* steper-section */

.steper-section {
  text-align: center;
  margin: 0 auto;
  width: 490px;
  margin-top: -50px;
}

.steper-steps {
  display: flex;
  justify-content: space-around;
}

.steper-step {
  width: 150px;
  height: 5px;
  border-radius: 98px;
  background: #cacaca;
}

.steper-step.step-current {
  background: #a5ceb4;
}

.steper-step.step-completed {
  background: #25935f;
}

.steper-info {
  text-align: right;
  margin-top: 16px;
}

.steper-count {
  color: #8e98a1;
  font-size: 16px;
  font-weight: 400;
}

.steper-current-count {
  color: #25935f;
  font-size: 16px;
  font-weight: 700;
}

.step-title {
  color: #25935f;
  font-size: 14.4px;
  font-weight: 700;
}

/* otp form */

.otp-remaining {
  margin-bottom: 24px;
  color: #435363;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.otp-remaining span {
  color: #32ade6;
  font-size: 14px;
  font-weight: 400;
}

.otp-inputs {
  display: flex;
  justify-content: space-between;
}

.otp-inputs input {
  margin-left: 6px;
  margin-right: 6px;
  height: 65px;
  padding: 0px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid var(--Color-st-1, #9da4ae);
  box-shadow: 0px 2px 5px 0px rgba(103, 110, 118, 0.15),
    0px 1px 4px 1px rgba(103, 110, 118, 0.01),
    0px -1px 1px 0px rgba(0, 0, 0, 0.01);
}

/* step account data */

.terms-and-condition {
  margin-top: 70px;
  display: inline-flex;
  gap: 5px;
  color: #697582;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
}

.terms-and-condition a {
  color: #2b708c;
  font-size: 12px;
  font-weight: 400;
}

/* responsive */

@media (max-width: 992px) {
  .steper-section {
    margin-top: 30px;
    width: auto;
  }
  .steper-step {
    width: 120px;
  }
}
