html {height: 100%}
body {height: 100%; width: 100%; position: relative; background: white}
.legal {background: #034C28; color: #27AE60; text-align: center}
.formHeader {text-align: center; font-size: 1.2em}
.loginpagelogo {background: url('/images/loginpage-logo-256.png') center no-repeat; background-size: contain}

@media only screen and (min-height: 800px) {
  .loginpagelogo {background-size: auto}
}