/* input(17,12): run-time error CSS1038: Expected hex color, found '#text-color'
input(20,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: #ba192b;
}

.esg-sign-in__page:after {
    background: url('Images/nwosupic1.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
}

.esg-sign-in__title {
    color: #text-color;
}
.esg-form__label--sign-in {
    color: #text-color;
}

