.website-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.form-alert {
  padding: 13px 16px;
  margin: 0 0 18px;
  border-radius: 8px;
  font-weight: 700;
}

.form-alert.success {
  color: #064222;
  background: #e7f5ec;
  border: 1px solid #b9dfc7;
}

.form-alert.error {
  color: #8a1f17;
  background: #fff0ef;
  border: 1px solid #f0c2bd;
}
