html, body {
  height: 100%;
}
body {
  background-color: #004c97 !important;
}
header#header {
  background: transparent;
}
footer.site-footer {
  background-color: #004c97;
}
footer.site-footer .content, footer.site-footer .content a{
  color: #fff;
}
footer .site-footer__bottom {
  border: none;
}
body.user-login #main{
  max-width: 600px;
  margin: 6rem auto;
}
