/* =========================================
   Register Page (OTP flow)
   ========================================= */

.register-note {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
}

.otp-section {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed #ddd;
}

.otp-section .form-label {
  font-weight: 600;
}

.otp-section input {
  letter-spacing: 4px;
  text-align: center;
  font-size: 18px;
}
