html {
    height: 100%;
}
body {
    color: #898D8D;
    background: url("https://www.verywellhealth.com/thmb/gm14fb48LaAiBgyUpVOzJTRDpEc=/768x0/filters:no_upscale():max_bytes(150000):strip_icc()/iStock-625902400-58b893a35f9b58af5c2e8952.jpg") no-repeat center top;
    background-size: cover;
    background-position: 0px 130px;
    min-height: 100%;
    margin: 0;
}


@media only screen and (orientation: portrait) {
    body {
        background: url("https://www.verywellhealth.com/thmb/gm14fb48LaAiBgyUpVOzJTRDpEc=/768x0/filters:no_upscale():max_bytes(150000):strip_icc()/iStock-625902400-58b893a35f9b58af5c2e8952.jpg") no-repeat center top;
    }
}

#footer {
    display: none;
}

h2, .loginmaindiv, .loginRegistration a{
    color: #898D8D;
}