.otp-four {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/otp/otp-four-bg.avif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.otp-four .otp-container {
  border: 2px solid #779bff;
  border-radius: 30px;
  background: #02237e;
}
.otp-four .otp-container .otp-top-part h2 {
  font-size: 30px;
  line-height: 1.32;
  font-weight: 500;
  color: white;
}
.otp-four .otp-container .otp-top-part p {
  font-size: 16px;
  line-height: 1.32;
  color: #fff;
}
.otp-four .otp-container #otp-box .otp {
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #02237e;
  border-radius: 10px;
}
.otp-four .otp-container #otp-box .otp:focus-visible {
  border: none;
}
.otp-four .otp-container .orange-btn {
  background: orange;
  color: white;
  padding: 8px 18px;
  border: 2px solid transparent;
  transition: all 0.5s linear;
}
.otp-four .otp-container .orange-btn:hover {
  background: white;
  color: orange;
  border: 2px solid orange;
}/*# sourceMappingURL=otp-four.css.map */