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

p {
  line-height: 1.7;
}

.formkit-container {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 1100px;
  padding: 40px;
  margin: 0 auto;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.formkit-column {
  width: calc(50% - 50px);
}

.formkit-page-header {
  min-height: calc(100vh - 140px);
  padding: 60px 0;
  padding-bottom: 170px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(79, 79, 79, 0.2)), to(transparent));
  background-image: linear-gradient(rgba(79, 79, 79, 0.2), transparent);
}

.formkit-background-overlay {
  pointer-events: none;
  mix-blend-mode: overlay;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background-image: url(https://pages.convertkit.com/assets/simple/bg.png);
  background-size: cover;
}

.formkit-logo {
  padding-top: 0;
  padding-bottom: 30px;
  z-index: 2;
}

.formkit-image {
  width: 80px;
}

.formkit-header {
  font-family: var(--headings-font-family);
  margin-bottom: 40px;
  width: 80%;
  line-height: 1.4;
}

.formkit-header h1 {
  margin: 0;
}

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

.formkit-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px !important;
  box-shadow: 0 2px 34px 0 rgba(51, 51, 51, 0.15);
}

.formkit-fields > * {
  margin: 0 0 15px 0;
}

.formkit-fields > input {
  width: 100%;
}

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

.formkit-submit {
  margin-bottom: 0;
  width: 100%;
}

.formkit-disclaimer {
  margin-bottom: -5px;
  margin-top: 10px;
  text-align: center;
}

.formkit-powered-by-convertkit-container {
  width: auto;
}

.formkit-powered-by-convertkit {
  margin: 0;
}

.formkit-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 140px;
  font-size: 14px;
  position: relative;
}

.formkit-footer::before {
  content: "";
  position: absolute;
  bottom: 140px;
  left: 0;
  border-right: 100vw solid #fff;
  border-top: 110px solid transparent;
  right: 0;
}

@media all and (max-width: 700px) {
  .formkit-page-header {
    padding-bottom: 80px;
  }

  .formkit-header {
    font-size: 32px;
    width: 100%;
  }

  .formkit-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding-top: 0;
  }

  .formkit-column {
    width: 100%;
  }

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

  .formkit-footer {
    padding-top: 20px;
  }

  .formkit-footer::before {
    border-top: 40px solid transparent;
  }

  .formkit-copyright {
    margin-bottom: 20px;
  }
}
