footer {
    font-size: smaller;
    text-align: center;
    position: absolute;
    height: 100px;
    width: 100%;
    height: 51px; /* Line-height 19px + margin-top 24px + margin-bottom 8px */
    bottom: 0;
    color: #aaa;
}

@media screen and (max-height: 458px) { /* 407px (sign in form height) + 51px (footer height) */
    footer {
        display: none;
    }
}