/*
* PAGE HEADERS
*/
.sh-util-parallax-default { 
    /* The image used */
    background-image: url("/faces/javax.faces.resource/img/index/LoginBGDefault.jpg")!important;
    
    /* Full height */
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}