body {
  background: transparent;
  font-size: 12px;
  line-height: 15px;
  min-height: unset;
  overflow: auto;
}

* {
  font-weight: normal;
  outline-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

label {
  color: #000000;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 6px;
  text-align: left;
  display: block;
}

input,
textarea {
  text-align: left;
  outline-style: none;
  user-select: text;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

a:disabled,
a:disabled:hover,
a:disabled:active,
button:disabled,
button:disabled:hover,
button:disabled:active {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}

body,
.form-font-regular,
.form-font-semibold {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.form-wrapper {
  padding: 12px;
}

.form,
.acknowledge {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}

.form select,
.form input,
.form textarea {
  width: 100%;
}

.form legend {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.60);
  letter-spacing: -0.25px;
  line-height: 15px;
  margin-top: 7px;
  margin-left: 13px;
}

.form textarea {
  min-height: 220px;
  max-height: 620px;
}

.form button {
  margin-top: 26px;
  width: 100%;
}

.form-field {
  line-height: 0;
  margin-top: 12px;
  position: relative;
}

.form-field.form-field--spaced {
  margin-top: 24px;
}

.form-field:first-child {
  margin-top: 0;
}

.form-field label {
  background-color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 0;
  padding: 4px 0 4px 12px;
  pointer-events: none;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 19px;
}

.form-field select,
.form-field input,
.form-field textarea {
  padding-top: 25px;
}

.form-field textarea {
  padding-right: 18px;
}

.form-warning {
  background-color: #FFF2F2;
  border: 2px solid #CC0606;
  text-align: center;
  margin-top: 22px;
  padding: 11px 20px 14px;
  border-radius: 1px;
}

.form-warning h6 {
  color: #AC0000;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 8px;
}

.form-warning p {
  font-size: 13.5px;
  line-height: 17px;
}

.form-font-regular {
  font-weight: 400;
}

.form-font-semibold {
  font-weight: 500;
}

.form-font-bold {
  font-weight: 600;
}

.branding,
.privacy {
  text-align: center;
  font-size: 12px;
  margin-top: 26px;
}

.branding,
.branding a,
.privacy,
.privacy a {
  color: #5B6F83;
}

.branding a,
.privacy a {
  text-decoration: underline;
}

.branding ~ .privacy {
  margin-top: 6px;
}

.acknowledge {
  text-align: center;
  padding: 24px 0;
}

.acknowledge-title {
  color: #000000;
  font-size: 19px;
  line-height: 21px;
  margin-bottom: 12px;
}

.acknowledge-label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15.5px;
  line-height: 18px;
}

@media screen and (max-width: 480px) {
  .form textarea {
    min-height: 160px;
  }

  .form button {
    margin-top: 22px;
  }
}