.login-page {
    background-image: url("/images/login.jpg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.login-logo {
    background-color: #fff;
    margin-bottom: 0px;
}

.loading {
    background-image: url("/images/loading.gif");
    background-repeat: no-repeat ;
    background-position-x: 95% ;
    background-position-y: 50% ;
}