/* Use this file to add Custom CSS to PowerSchool */
.alertContent {
    padding: 10px 0;
    margin-left:    auto;
    max-width: 600px;
    background-color:white
}
/* Custom Logo - The Gregory School */

/* Hide the default PowerSchool logo image */
#branding-powerschool img,
a#branding-powerschool.pds-powerschool-logo img {
    display: none !important;
}

/* Display custom logo before the text */
#branding-powerschool::before,
a#branding-powerschool.pds-powerschool-logo::before {
    content: "";
    background-image: url("/images/tgs-logo-white-bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}




