html.scripts_user_general_text,
html.scripts_user_general_text body {
	background-color: #fff;
}
html.scripts_user_general_text:not(#pdf):not(:has(body.mce-content-body)) {
    background-image: url(../img/portal-bg.jpg) !important;
    background-position: 100% 0% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

    body,
    #page-wrapper {
        background-color: transparent !important;

        #Content {
            background-color: transparent !important;

        }
    }
}
#Login #slides {
    width: 75%;
    left: 25%;
    @media(max-width: 1199.98px) {
        width: 60%;
        left: 40%;
    }
	    div[id^=slide-] {
        background-position: 0% 75%;
    }
}