/* Styles for the generic authentication screen */
#bw-auth-app {
    /* BW-specific icon color in the header */
    .oauth-header .icon-bw-logo {
        color: #ff7b00;
    }

    /* Discord button style */
    .bw-button {
        background:#ce6300;
    }

    .bw-button:hover:not(:disabled) {
        background: #c04d00;
    }
}