/* Styles for Discord authentication screen */
#bw-auth-app {
    /* Discord-specific icon color in the header */
    .oauth-header .fa-discord {
        color: #5865F2;
    }

    /* Discord button style */
    .discord-button {
        background: #5865F2;
    }

    .discord-button:hover:not(:disabled) {
        background: #4752C4;
    }
}
