/* -------------------------------------------------------------------
   Personal Customizations
   ------------------------------------------------------------------- */


/* ------------------
   Custom login page
   ------------------ */

/* --- Add our own logo and modify sizes --- */
#loginPage {
    padding-top: 150px !important;
}

#loginPage:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 75px !important;
    content: " ";
    background: url(https://images.vengefulsyndicate.com/VSBanner2.png) no-repeat center;
    height: 160px;
    z-index: 1000;
}

/* --- Uncomment if you wish to add a second image at  the bottom of the page --- */
/* <-
#loginPage:after {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 1000px;
    content: " ";
    background: url(https://images.vengefulsyndicate.com/VSLogo.png);
    background-size: 100% 100%;
    width: 125px;
    height: 125px;
}
-> */



/* 
.pageTitleWithLogo {
    background-image: url(https://images.vengefulsyndicate.com/logos/emby3.png) !important;
    filter: grayscale(100%);
}
*/

.pageTitleWithDefaultLogo {
    background-image: url(https://images.vengefulsyndicate.com/logos/emby3.png) !important;
    /* filter: grayscale(100%); */
}
