/* input(21,12): run-time error CSS1038: Expected hex color, found '#text-color'
input(26,12): run-time error CSS1038: Expected hex color, found '#text-color' */
/* This style sheet should be used for custom client styles.
This style sheet is applied last, so it will override anything 
set in site.css, the area-specific css, and theme.css. */

.esg-sign-in__page:before {
	background-color: #013065;
	background-image: url("/Student/Content/Images/sign-in-background.jpg");
	background-position:50%;
        background-size:cover;
        overflow:hidden;
        z-index:-3;
        background-blend-mode:luminosity;
        filter:blur(0px);
}

.esg-sign-in__page:after {
    background: none;
}

.esg-sign-in__title {
    color: #text-color;
	font-family: Tahoma, Geneva, sans-serif;
	
}
.esg-form__label--sign-in {
    color: #text-color;
}

