button.submitBtn {
  border: 0;
  font: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.submitBtn.content .btnTxt {
  display: block;
  width: auto;
  height: 64px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 64px;
}

.submitBtn.content:disabled,
.submitBtn.content.unable {
  cursor: wait;
  pointer-events: none;
  background: #dbdbdb;
  box-shadow: none;
}

.submitBtn.content:disabled .btnTxt,
.submitBtn.content.unable .btnTxt {
  color: #7c7c7c;
}

.submitBtn.content:focus-visible {
  outline: 3px solid #31658d;
  outline-offset: 3px;
}

.form-aux-field {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  pointer-events: none !important;
}
