
  .simpleForm {
    padding-top: 1em;
  }

  @media screen and (min-width: 768px) {
    .simpleForm {
      max-width: 25em;
    }
  }
 
