/* Use this file to add Custom CSS to PowerSchool */
.custom-button {
    background-image: url(/images/district-logos/broncho_logo.png);
    background-position: center right 5px;
    background-size: 30px;
    background-color: rgb(90, 234, 0);
    background-repeat: no-repeat;
    padding: 1em 40px 1em 8px;
    color: black;
    font-weight: bold;
    font-size: 12px;
    border: 2.5px solid black;
    
}