/* input(20,12): run-time error CSS1038: Expected hex color, found '#text-color'
input(23,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. */


/* Fixing schedule time z-index issue introduced with Self-Service 2.32 */
.ui-widget-header {z-index:2;}

.esg-sign-in__page:before {

    background: #3C3C3E;
     
}

.esg-sign-in__page:after {
    background: none;
}

.esg-sign-in__title {
    color: #text-color;
}
.esg-form__label--sign-in {
    color: #text-color;
}
