body {
  position: relative;
}

.form-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 60vh;
  background: url(../backgrounds/get-started.jpg) center no-repeat;
  background-size: cover;
}

.form-bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(100% 100% at 100% 100%, rgba(0,148,114,0.8) 0%, rgba(0,53,80,0.8) 100%) no-repeat 50% 50% / 100% 100%;
}

.form-section .columns {
  margin: 0 !important;
  align-items: stretch;
}

.form-section .column {
  padding: 0 !important;
}

.form-header {
  min-height: 60vh;
  padding: 3rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-top: 5rem;
}

.form-header:after {
  content: '';
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  display: block;
  width: 100%;
  height: 75px;
  background: url(../logos/qiaoyidai_logo_FINAL_white.svg) left no-repeat;
  background-size: contain;
}

.form-header br {
  display: none;
}

.form-container {
  padding: 1.5rem;
}

@media screen and (min-width: 769px), print {
  .form-bg {
    width: 50vw;
    height: 100%;
  }
  .form-header, .form-container {
    min-height: 100vh;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }
  .form-header br {
    display: block;
  }
}

.form-container{
  width: 100%;
}
.form-section h1{
  font-size: 3.5rem;
  line-height: 1.15;
}
.form-section .contact{
  margin-top: .5rem;
}
.form-section .contact p{
  font-size: 1rem;
  color: white;
}
.form-section .contact a{
  font-size: 1rem;
  display: inline;
  color: white;
}
.form-section .contact a:hover{
  color: #00B189;
}
@media screen and (max-width: 768px), print{
  .form-section h1{
    font-size: 2.5rem;
  }
}
.form-section h1 br.is-laptop{
  display: none;
}
@media screen and (min-width: 769px), print{
  .form-section h1 br.is-laptop{
    display: block;
  }
}

@media screen and (min-width: 426px) and (max-width: 768px), print{
  .form-header{
    min-height: 40vh;
  }
  .form-bg{
    height: 40vh;
  }
}


/* form buttom global override */
/* input.hs-button.primary.large{
  color: #000;
} */