body {
  height: 100%; 
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  background: #ededed;
}

#page {
  display: grid;
  justify-content: center;
  align-items: center;
  place-items: center;
  position: relative;
  height: 100%; 
  height: 100vh; 
  min-height: 100dvh; 
  width: 100%; 
  max-width: 1080px;
  margin: 0 auto; 
  text-align: center;
  padding: 0;
}

.centred {
  padding: 48px;
  background: white;
  width: 80%;
  margin: 14px auto;
  border: 1px solid #d9dee7;
  border-radius: 6px;
}

.middle {
  margin: 24px auto; 
  text-align: center;
}

.middle:first-child {
  margin: 0 auto 24px; 
}

.middle:last-child {
  margin: 24px auto 0; 
}

a.button {
  background: white;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #002c5f;
  height: 48px;
  display: block;
}

a.button:hover {
  background: #eaeaeb;
}

.button img.social {}

.button img {
  margin: 10px auto;
  max-height: 28px;
}

a img#logo {
  height: 38px;
}

small.copyright {
  color: #b3b3b3;
  font-size: 12px;
  line-height: 1em;
  margin: 14px auto;
}