body {
  height: 100vh;
  background: #f8f9fa;
  /* display: flex; */
  justify-content: center;
  align-items: center;
}

.form-box {
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 550px;
  margin: 50px auto;
}

.form-box h2 {
  margin-bottom: 20px;
  text-align: center;
  color: #007bff;
}
.otp-input {
  text-align: center;
  letter-spacing: 10px;
  font-size: 20px;
}
