/* input(31,33): run-time error CSS1062: Expected semicolon or closing curly-brace, 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-header-bar__logo-image { padding: 0; }


.esg-sign-in__page:before {
background-image:url(/Student/Content/Images/2BlackWhiteBG.jpg);
background-position:50%;
background-size:cover;
overflow:hidden;
z-index:-2;
background-repeat:no-repeat;
       filter:blur(0px)
}

.esg-sign-in__page:after {
  background-color:rgba(0,0,0,0);
background:linear-gradient(180deg,rgba(24,18,2,0.8),rgba(71,53,5,0.7));
}


.esg-avatar--small {
               width:  3.375rem;
               height:  4.375rem:
} 

