.mobilecommons-form{
  max-width: 900px;
  margin: auto;
}

.mobilecommons-form h2{
  text-align: center;
}

.mobilecommons-form h2 + p{
  text-align: center;
  margin-bottom: 45px;
}

.mobilecommons-form input[type="text"]{
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

.mobilecommons-form input[type="submit"]{
  margin-top: 36px;
  width: 100%;
}