.main-container {
  height: max-content;
  min-height: 540px; }

.col-sm-9 {
  background-color: white;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  float: unset !important;
  width: 90% !important;
  padding-top: 2rem;
  padding-bottom: 1rem; }

@media only screen and (max-width: 992px) {
  .col-sm-9 {
    background-color: white;
    border-radius: 5px;
    position: relative;
    min-width: 396px;
    margin-left: auto;
    margin-right: auto;
    float: unset; } }
@media only screen and (max-width: 768px) {
  .main-container {
    height: max-content;
    min-height: unset; }

  .col-sm-9 {
    background-color: white;
    border-radius: unset;
    position: relative;
    width: 100% !important;
    min-width: 396px;
    margin-left: auto;
    margin-right: auto;
    margin-top: unset;
    float: unset; } }
@media only screen and (max-width: 570px) {
  .col-sm-9 {
    background-color: white;
    position: relative;
    padding-bottom: 10px;
    min-width: 310px; } }
@media only screen and (max-width: 450px) {
  /*.navbar{
  min-width:449px;
  }
  .main-container{
  min-width:449px;
  }*/ }

/*# sourceMappingURL=form5.css.map */
