.discord-oauth {
    /* CSS reset */
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    /* Discord brand */
    background-color: #5865F2 !important;
    border-color: #5865F2 !important;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    padding: .5em 1em;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.discord-oath span {
    display: inline-block;
    transform: translateY(2px);
}

.discord-oauth img {
    background: #fff url('assets/images/discord-logo.png') center no-repeat;
    background-size: 25px;
    border: none;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    margin-right: .5em;
    overflow: hidden;
    width: 30px;
}
