/* =========================================
   REGISTRATION / OTP MODAL OVERRIDES
   ========================================= */

#otpVerificationModal .modal-body {
  text-align: left !important;

  /* FIX: your modal-body is currently FLEX, so spacing isn't behaving normally */
  display: block !important;
}

/* Space between message text and OTP inputs */
#otpVerificationModal .modal-body .input-group {
  margin-top: 20px !important;
}