$form-width: 450px;
$hero-height: 500px;

.heroFormTitle {
  color: #fff;
  margin: 0 0 24px;
  text-align: left;
}

.heroFormCard {
  max-width: $form-width;
}

.heroFormWrapper {
  text-align: center;
  height: $hero-height;
}

.heroFormInnerWrapper {
  display: inline-block;
  width: calc(100% - 80px);
  max-width: 1290px;
}

.heroBackground {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(./jpgs/tutor.jpg);
  background-color: rgba(0, 0, 0, 0.25);
  background-blend-mode: darken;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 160px + $hero-height;
}

@media (max-width: 768px) {
  .heroBackground {
    height: 124px + $hero-height;
  }
}
