/* input(11,23): run-time error CSS1038: Expected hex color, found '#rgba' */
/* 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: #rgba(118, 102, 97, 0.5);
    background-image: url('/Student/Content/Images/custom/signinbackground.png');
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
    z-index: -2;
    background-blend-mode: darken;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    box-shadow: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.esg-sign-in__page:after {
    background: transparent;
    box-shadow: none;
    z-index: -1;
}

/*// OAS KJN - add image for chicklet on home page*/
.oasSinUpdate_expandednavlink {
    background: url("Images/enrollment-verification.png") no-repeat 5px 1px;
    padding-left: 4.62em;
}
