/* Form Container */

.form-container.bg-image {
    background-image: url(../img/Orlando_Background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 400px;
    height: 100vh;
  }
  
  .form-content h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
  }
  
  .form-content .sub-head {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
  }
  .form-container .form-footer p  {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
  }
  
  .form-container .form-footer p a {
    color: #fff;
  }
  