.button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.form-trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.form-note {
  margin-bottom: 4px;
  font-size: 0.82rem;
}

.form-note.success {
  color: #23613f;
  font-weight: 600;
}

.form-note.error {
  color: #a33d2b;
  font-weight: 600;
}

.form-privacy {
  margin: 0;
  color: #7b837d;
  font-size: 0.7rem;
}
