/* input: run-time error CSS1066: Unexpected end of file encountered */
/* Copyright 2023 Ellucian Company L.P. and its affiliates. */
/* 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. */

._weboptimizer_returns_404_on_empty{
    background-color: rgba(255,255,255,0);
}

.esg-icon__container--fill { 
     background-color: #002F6C; 
}

.esg-sign-in__page:before {
    background: #002F6C;
}

.esg-sign-in__page:after {
    background: none;
}

.esg-sign-in__title {
    color: #54565A;
}
.esg-form__label--sign-in {
    color: #298FC2;
}

.esg-sign-in__page:before
{
    background-image: url('images/sign-in-background.jpg');

