/* input(15,12): run-time error CSS1038: Expected hex color, found '#text-color'
input(18,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-image: url("https://www.su.edu/wp-content/uploads/2024/05/hornet-hub-background1-1.jpg");
       filter: none;
       background-color: unset;
}

.esg-sign-in__page:after {
       background: unset;
}

.esg-sign-in__title {
    color: #text-color;
}
.esg-form__label--sign-in {
    color: #text-color;
}
