body {
  background: linear-gradient(to right, rgb(255, 205, 0) 0%, rgb(255, 240, 178) 100%);
}

.login-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.headline h1 span {
  font-family: "Delivery Condensed Light";
  display: block;
}

.forgotten-password, .fac-access {
  color: #d40511;
}
.forgotten-password:hover, .forgotten-password:active, .fac-access:hover, .fac-access:active {
  color: #9f040c;
}

.pin-wrap {
  display: flex;
}

.session-pin {
  float: left;
  flex: 1;
  text-align: center;
  font: 2em "Delivery Bold";
  margin-right: 0.2em;
  padding: 0.5em 0;
}
.session-pin:last-child {
  margin-right: 0;
}

.clear {
  float: none;
  clear: both;
}

/*# sourceMappingURL=public.css.map */
