.page-login{overflow: hidden;
    position: fixed;
    z-index: 100;
    height: 100%;
    width: 100%;
    background-color: #010212;
    background-image: url(../../site/img/backgrounds/slider-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;}

    .auth-page{z-index:3}

    #shade{
        z-index: 2;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: -moz-linear-gradient(bottom, rgba(0,0,0,.7) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(bottom, rgba(0,0,0,.7) 0%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(bottom, rgba(0,0,0,.7) 0%, rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(bottom, rgba(0,0,0,.7) 0%, rgba(255,255,255,0) 100%);
        background: linear-gradient(to top, rgba(0,0,0,.7) 0%, rgba(255,255,255,0) 100%) ;
    
    }