.btn.btn-github {
    background-color: rgb(36, 41, 46);
    position: relative;
}

.btn.btn-github:hover {
    background-color: rgba(36, 41, 46, 0.8);
}

.btn-github img {
    height: 1.25rem;
    position: absolute;
    left: 1rem;
    top: 14px;
}

.auth-provider-secondary {
    opacity: 0.75;
    font-weight: 600;
}

.auth-provider-secondary:hover {
    opacity: 1;
}