.heading {
  width: 426px;
  font-family: Jost Reg;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  display: block;
  margin: 0px auto;
}

.form-control {
  font-family: Jost Reg;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  height: 48px;
  text-align: left;
  color: #445544e5;
  border: 1px solid #0000000f;
  box-shadow: 4px 4px 6px 0px #00000017;
  padding-left: 20px;
  border-radius: 0;
}

.form-control::placeholder {
  font-size: 18px;
  color: #445544e5;
}

.form-area .form-control:focus {
  box-shadow: none;
  border-color: #0000000f;
}

.otp-input-fields {
  display: flex;
  justify-content: center;
}

.btn-verify-otp,
.btn-send-otp {
  width: 100%;
  height: 56px;
  display: block;
  position: relative;
  border-radius: 10px;
  background: #fdc119;
  font-family: Jost Reg;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}


.btn-go-back {
  width: 50%;
  height: 56px;
  display: block;
  position: relative;
  line-height: 56px;
  text-align: center;
  font-family: Jost Reg;
  font-size: 16px;
  font-weight: 400;
  border-color: #0000001a;
  color: #000000e5;
  border: none;
}

.btn-go-back:hover {
  color: #000000e5;
}

.btn-new-continue {
  width: 50%;
  height: 56px;
  display: block;
  position: relative;
  line-height: 56px;
  text-align: center;
  font-family: Jost Reg;
  font-size: 16px;
  font-weight: 400;
  background: #fdc119;
  color: #000000;
  border: none;
}

.btn-new-continue:hover {
  color: #000000e5;
}

@media screen and (max-width: 768px) {
  .heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 520px) {
  .heading {
    width: 100%;
    font-size: 18px;
  }

  .otp__digit {
    width: 13%;
  }

  .form-label {
    font-size: 16px;
  }

  .form-control {
    font-size: 16px;
  }

  .form-control::placeholder {
    font-size: 16px;
    /* Change to desired font size */
    color: #445544e5;
    /* Optional: change placeholder text color */
  }
}