body {
    background-image: url("/static/img/login_background_large.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}