#logo img {
    height: 300px;
    display: block;
    margin: -80px auto -80px;
}

#login-page {
    margin-top: 10%;
}

.background-image {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("/images/bg_img.jpg");
    min-width: 100%;
    min-height: 100%;
    -webkit-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
    z-index: -100;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-message {
    font-size: 1.15rem;
    line-height: 110%;
    margin: 0.7666666667rem 0 0.46rem 0;
}

