/* Use this file to add Custom CSS to PowerSchool */
#pds-header {
        background: linear-gradient(to right, #01a2ad, #80d1d6, #a5a7a9, #4b4f53) !important;
}


.pslogin #branding-powerschool {
    width: 100%;
    padding: 0;
    background-color: #01a2ad;
    background-image: url(../img/powerschool-white.svg);
    background-position: 15px center;
    background-size: auto 30px;
    height: 60px;
    line-height: 40px;
}