.errorFieldDiv {
  background-color: antiquewhite;
}

.fieldErrorMsg {
  color: firebrick;
}

.formErrorMsgs {
  color: firebrick;
  background-color: antiquewhite;
}

.flash_notice {
  color: green;
  background-color: antiquewhite;
}

.flash_alert {
  color: firebrick;
  background-color: antiquewhite;
}
