.select-form {
  margin: 0 !important;
  max-width: 100% !important;
  padding: 45px 13.6% 70px;
  background-color: #4a667d;
  text-align: center;
}
.select-form .logo {
  max-width: 38px;
  margin-bottom: 28px;
}
.select-form h2 {
  padding-bottom: 22px !important;
  margin-bottom: 22px !important;
  position: relative;
}
.select-form h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 100%;
  max-width: 250px;
  background-color: #fff;
}
.select-form h2 + p {
  font-size: 22px !important;
  line-height: 31px !important;
}
.select-form form {
  text-align: left;
  width: 48.6%;
  margin: 40px auto 0 auto;
}
.select-form .gform_required_legend {
  display: none;
}
.select-form form label {
  color: #fff;
}
.select-form input {
  border: unset;
}
.select-form form .gform_footer {
  justify-content: flex-end;
}
.select-form .alignEnd {
  align-self: flex-end;
}
.select-form form input[type='submit'] {
  margin-top: 10px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.2) !important;
  padding: 5px 20px;
  font-family: 'Gotham A', 'Gotham B' !important;
  font-weight: 500;
  font-size: 15px !important;
  color: #fff !important;
}
.select-form form input[type='submit']:hover {
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.2) !important;
  color: #fff !important;
}
@media (max-width: 1280px) {
  .select-form {
    padding: 45px 35px 70px;
  }
  .select-form form {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .select-form {
    padding: 35px 15px 50px;
  }
}
