.form-with-image .section-subheadline {
  font-size: 24px;
  font-weight: 300;
}
.form-with-image .headline {
  font-family: "Sharp Sans", "Sharp Sans Medium", "Source Sans Pro", Arial !important;
  // @include font-size($h2-font-size);
  font-size: 34px !important;
  font-weight: 500 !important;
	padding: 0;
	margin: 0 0 .75rem 0;	
}

.form-with-image .image-holder,
.form-with-image .form-holder {
  flex: 1 1 50%;
}

.form-with-image .image-holder img {
  -webkit-box-reflect: below 0 -webkit-gradient(linear,left top,left bottom, from(transparent), color-stop(70%,transparent), to(rgba(250,250,250,0.1)));
}

.form-with-image .section-description {
  font-size: 24px;
  font-style: italic;
}

.form-with-image .form-title {
  display: none;
}

.form-with-image .hs-form-field {
  margin-bottom: 40px;
}

.form-with-image .hs-form-field {
  position: relative;
}

.form-with-image label:not(.hs-error-msg) {
  position: absolute;
  top: 10px;
  left: 6px;
  transition: all .4s;
}
.form-with-image .hs-error-msgs label {
  position: unset;
  top: unset;
  left: unset;
}

.form-with-image .hs-form-field.focus label,
.form-with-image .hs-form-field.active label {
  top: -20px;
}

.form-with-image input:not([type=submit]) {
  font-size: 20px;
  color: #fff;
}

.form-with-image .input input {
  border: 1px solid transparent;
  border-bottom-color: #fff;
  color: #fff;
}

.form-with-image .hs-error-msgs {
  list-style: none;
  padding: 0;
}
.form-with-image .hs-error-msgs label {
  color: #ff5964;
  font-size: 14px;
}

.form-with-image .hs_submit input[type=submit] {
  display: inline-block;
  font-family: 'Source Sans Pro',"system-ui","Arial",sans-serif;
  font-weight: 700;
  color: #1e3d6b;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 13px 40px;
  width: auto;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  border-radius: 8px;
  transition: all .5s;
}

.form-with-image .hs_submit input[type=submit]:hover {
  opacity: .8;
}

.form-with-image .hs_submit.hs-submit {
  text-align: center;
}

@media(min-width: 47.5em) {
  .form-with-image .hs_submit.hs-submit {
    text-align: left;
  }
}