/*
* PAGE HEADERS
*/
.sh-util-parallax-solutions-integrator {
    position: fixed;
    top:    0px;
    bottom: 0px;
    left:   0px;
    right:  0px;
    
    background-color: white;
    
    overflow-y: auto;
}

.sh-util-parallax-solutions-integrator-background { 
    /* Place background image */
    position: fixed;
    top:    -100px;
    bottom:  0px;
    left:    0px;
    right:   -100px;
    opacity: 0.07;
}

.sh-util-parallax-solutions-integrator-head { 
    /* Head Panel */
    position: relative;
    left:   0px;
    right:  0px;
    top:    0px;
    height: 150px;
}

.sh-util-parallax-solutions-integrator-body { 
    /* Main Panel - Background */
    background-image: url("/faces/javax.faces.resource/img/index/LoginBGIntegratorV2.jpg")!important;

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

    /* Full height */
    position: relative;
    left:   0px;
    right:  0px;
    top:    0px;

    padding-top: 20px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 0px;

    color: white;
    font-weight: 800;
}

.sh-util-parallax-solutions-integrator-footer { 
    /* Full height */
    position: relative;
    left:   0px;
    right:  0px;
    top:    0px;
    height: 80px;

    padding-top:   0px;
    padding-left:  100px;
    padding-right: 100px;
    padding-bottom: 0px;

    font-weight: 800;
}