.single-sign-on-buttons {
    list-style: none;
    padding-left: 0;
}
.single-sign-on-buttons .single-sign-on-button {
    height: 48px;
}
.single-sign-on-buttons .button {
    display: initial;
    min-height: 0;
    height: 36px;
    padding: 6px 1em;
    border: 0;
    border-radius: .25rem;
    background-color: #222933;
    color: #bdcde3;
    box-shadow: none;
    text-decoration: none;
}
.single-sign-on-button .button:hover {
    color: #fff;
    text-decoration: none;
}
