html {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

body {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

body.page-home {
  background-color: #11193a;
}

body.page-form {
  height: 100%;
}