.sso-button {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
    width: 12.88rem;
    height: 50px;
    color: rgb(255, 255, 255);
    font-family: Bariol, Calibri, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    text-align: left;
    align-items: center;
    cursor: pointer;
    border-radius: 12px;
    margin: 12px 0px;
    padding: 0;
}

.sso-button:hover {
    text-decoration: underline;
    transition: none;
    transform: none;
}
.sso-button:focus-visible {
    outline: 2px transparent solid;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #ff126d, 0 0 0 9px #fff;
}

.sso-button > img {
    width: 21px;
    height: 23px;
    margin: 14px 18px 13px 14px;
}

.sso-button.sso-button-classlink {
    background-color: #094d7f
}

.sso-button.sso-button-clever {
    background-image: linear-gradient(167.9deg, rgb(50, 115, 254) 0%, rgb(68, 57, 254) 100%);
}

.sso-button.sso-button-imlp {
    background-color: #6f359e;
}

.sso-button.sso-button-google {
    background-color: #1D74E3;
}

.sso-button.sso-button-saml {
    background-color: #6f359e;
}

.sso-button.sso-button-google > img {
    width: 40px;
    height: 40px;
    margin: 14px 8px 13px 6px;
    border-radius: 50%;
}
