.formkit-page {
  background-size: cover;
  font-family: var(--body-font-family);
  min-height: 100vh;
}

p {
  line-height: 1.65;
}

.formkit-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.3;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  z-index: 1;
}

.formkit-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  padding: 40px 30px;
  position: relative;
  z-index: 2;
}

.formkit-header {
  font-family: var(--headings-font-family);
  margin: 40px 0 0 0;
}

.formkit-header h1,
.formkit-header span {
  font-family: var(--headings-font-family);
}

.formkit-logo {
  width: 150px;
}

.formkit-card {
  width: 100%;
  padding: 30px;
  margin: 100px 0 50px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}

.formkit-image-column {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  margin: -60px 30px -60px -60px;
  max-width: 290px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.formkit-image img {
  max-width: 100%;
}

.formkit-subheader {
  text-transform: uppercase;
  font-weight: 600;
}

.formkit-subheader p:first-of-type {
  margin-top: 0;
}

.formkit-subheader p:last-of-type {
  margin-bottom: 20px;
}

.formkit-form {
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  margin-bottom: 0;
}

.formkit-field {
  margin-bottom: 10px;
}

.formkit-input {
  background: 0;
}

.formkit-select {
  background: 0 !important;
}

.formkit-submit {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}

.formkit-content p:first-of-type {
  margin-top: 0;
}

.formkit-powered-by-convertkit-container {
  margin-top: 30px;
}

@media all and (max-width: 700px) {
  .formkit-container {
    padding: 40px 20px;
  }

  .formkit-header {
    text-align: center;
    font-size: 34px !important;
  }

  .formkit-card {
    padding: 20px;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .formkit-form {
    width: 100%;
  }

  .formkit-image {
    max-width: 70%;
    margin: 0 auto 20px auto;
  }

  .formkit-subheader {
    text-align: center;
  }
}
