
@font-face {
    font-family: adobe-clean-reg;
    src: url("Resources/Fonts/adobe-clean-reg.otf") format("opentype");
}

@font-face {
    font-family: adobe-clean-lt;
    src: url("Resources/Fonts/AdobeCleanLight.otf") format("opentype");
}

html, body {
  height: 100%;
  /*text-align: center;*/
  background-color: #FAF8ED;
  margin: 0;
  /*font-family: din condensed;*/
  /*font-family: din alternate;*/
  /*font-family: adobe-clean-reg;*/
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}

label {
    width: 180px;
    Display: inline-block;
    vertical-align: top;
}

input {
    width: 300px;
    font-size: 18px;
}

select {
    font-size: 18px;
}

button {
    width: 100px;
    height: 50px;
    font-size: 18px;
    margin-bottom: 30px;
}