.header {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 15%;
  align-items: center;
}

.title, .subTitle {
  margin-top: 0.5em;
  margin-bottom: 40px;
  font-size: 3em;
  line-height: 1em;
  font-weight: bold;
  color: #222;
  font-family: Tahoma, "Helvetica Neue", Arial, Verdana, sans-serif;
}

.subTitle {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1em;
}

.fieldsContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 27%;
  min-height: 27%;
}

.fields {
  display: flex;
  align-items: center;
}

.divider {
  display: flex;
  margin: 0 8px;
  line-height: 1.5em;
}

.fields input {
  height: 52px;
  padding: 0.35em;
  font: 130%/1.5 "Liberation Mono", monospace;
  font-size: 130%;
  color: #111;
}

.emailField {
  /*width: 40%;*/
}

.middleField {
  width: 2.2em;
}

.lastField {
  width: 3.8em;
}

.keyboardContainer {
  display: flex;
  justify-content: center;
  min-height: 25%;
  padding: 1%;
  border-radius: 3px;
  border: solid 1px #666;
  background-color: #ccc;
}

.keyboard {
  width: 50% !important;
}

.input {
  display: none !important;
}