#login
{
    display: none;
}

#login .language
{
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 20;
}

#login form
{
    position: relative;
}

#login form .loading-wrapper
{
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#login .page
{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}