I have a custom validation error as seen below but I don't like that the OR is not in the center of the screen. Is it possible to center this at all?
<input name="loanOfficerUrl" id="loanOfficerUrl" class="form-control" placeholder="New" type="text"
required
oninvalid="this.setCustomValidity('Please Enter a Loan Officer Url! \n &nsb OR \n Please Select a Loan Officer Url!')"
oninput="this.setCustomValidity('')" />