.form-container {
  /* background: #f5f5f5; */
  padding: 30px 0 0;
}

.form-frame {
  display: block;
  position: relative;
  width: 100%;
  height: 875px;
}

@media screen and (max-width: 700px) {
  .form-frame {
    height: 900px;
  }
}

@media screen and (max-width: 400px) {
  .form-frame {
    height: 900px;
  }
}

@media screen and (max-width: 300px) {
  .form-frame {
    height: 980px;
  }
}