.login-footer
{
    position: fixed;
    bottom: 0;
    width: 100%;
}

.site-login
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 450px;
    box-shadow: 1px 1px 2px #E0E0E0, -1px -1px 2px #E0E0E0;
    border-radius: 3px;
    padding: 20px;
    background-color: #FDFDFD;
}