/* input(28,13): run-time error CSS1030: Expected identifier, found ' ' */
/* 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-sign-in__page:before {
    background-color: unset;
    background-image: url("/Student/Content/images/CCM_Spring.jpg");
    background-repeat: no-repeat;
    filter: none;
}

.esg-sign-in__page:after {
    background: unset;
}

.esg-sign-in__title {
    color: #333333;
}

.esg-form__label--sign-in {
    color: #333333
}

.esg-button: {
    outline: #0d0b0b auto 4px;
}
