/* Use this file to add Custom CSS to PowerSchool */

.pslogin #branding-district {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 0;
    margin: 10px 10px;
    background-image: url("../district-logos/districtlogo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    line-height: 40px
}