.formkit-page {
  background: #ffffff;
  background-size: cover;
  color: #333333;
  font-family: var(--body-font-family);
  font-size: 18px;
  min-height: 100vh;
}

p {
  line-height: 1.5;
}

.formkit-background {
  width: 100%;
  min-height: 600px;
  height: 40vh;
  position: absolute;
  z-index: 1;
}
.formkit-background-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 3;
  position: absolute;
  top: 0;
}

.formkit-background-color,
.formkit-background-overlay {
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 4;
  position: absolute;
  top: 0;
  opacity: 0.6;
}

.formkit-container {
  display: -webkit-box;
  display: flex;
  padding: 40px;
  padding-top: 170px;
  margin: 0 auto;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  z-index: 2;
}

.formkit-content {
  max-width: 90%;
  margin: 0 auto;
}

.formkit-page-header {
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.formkit-preheader,
.formkit-preheader *,
.formkit-header,
.formkit-header * {
  font-family: var(--headings-font-family);
}

.formkit-preheader {
  text-align: center;
  margin-bottom: 60px;
}

.formkit-header {
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.4;
}

.formkit-subheader {
  font-weight: 400;
  line-height: 1.6;
}

.formkit-card {
  background: #fff;
  border-radius: 8px;
  padding: 60px 60px 0;
  box-shadow: 0px 30px 80px rgba(173, 173, 173, 0.25);
  width: 640px;
  text-align: center;
  margin: 0 auto 10px;
}

.formkit-form {
  margin-left: -60px;
  margin-right: -60px;
  margin-bottom: 0;
  margin-top: 40px;
}

.formkit-input {
  width: 100%;
  padding: 28px 20px;
  text-align: center;
  font-size: 26px;
  border: 0;
  box-shadow: 0px -1px 0px #efefef;
}

.formkit-input,
select.formkit-select {
  border-width: 2px;
}

select.formkit-select {
  border: 0;
  box-shadow: 0px -1px 0px #efefef;
  padding: 28px 20px;
  -moz-text-align-last: center;
       text-align-last: center;
  font-size: 26px;
}

[data-group="dropdown"]::before {
  right: 20px;
}

fieldset[data-group="checkboxes"] {
  padding: 0.01em 20px 20px !important;
}

.formkit-submit {
  margin-bottom: 0;
  width: 100%;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-shadow: 0px 30px 80px rgba(173, 173, 173, 0.25);
}

.formkit-submit span {
  padding: 32.5px 24px;
}

.formkit-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  font-size: 13px;
  position: relative;
  margin: 0 0 40px;
  color: #b1b1b1;
}

.formkit-copyright {
  margin-top: 40px;
}

@media all and (max-width: 700px) {
  .formkit-container {
    padding: 20px;
    padding-top: 110px;
  }
  .formkit-card {
    width: 100%;
    padding: 40px 40px 0;
    margin-bottom: 10px;
  }
  .formkit-preheader {
    font-size: 24px;
  }
  .formkit-header {
    font-size: 27px;
  }
  .formkit-content {
    max-width: 100%;
    font-size: 18px;
  }
  .formkit-form {
    margin-left: -40px;
    margin-right: -40px;
  }
  .formkit-input {
    padding: 20px;
    font-size: 22px;
  }
  .formkit-submit {
    font-size: 22px;
  }
  .formkit-submit span {
    padding: 19.5px 24px;
  }
}
