html,
body {
  height: 100%;
  background-color: #f7f7f7;
  font-family: 'zonapro-bold';
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}

@font-face {
    font-family: 'zonapro-bold';
    src: url('../fonts/zonapro_bold_macroman/zonapro-bold-webfont.woff2') format('woff2'),
         url('../fonts/zonapro_bold_macroman/zonapro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.form-container{
  margin: auto;
  display: flex;
}

.form-class{
  margin: auto;
}