/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.ajax-loader img {
  top: 50%;
  left: 50%;
  position: absolute;
  max-width: 200px !important;
  transform: translate(-50%, -50%);
}

.ajax-loader {
  display: none;
  background-color: rgba(117, 117, 117, 0.08);
  position: absolute;
  z-index: +100 !important;
  inset: -10px;
  border-radius: 5px;
}
.formError {
  font-size: 14px;
  display: block;
}