.saml-login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    height: 20px;
}


.saml-login-button {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    padding: 8px 16px;
    text-align: center;
    background-color: #df642c;
    border-color: #df642c;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
    transition: all 0.2s;
}

.saml-login-button:hover,
.saml-login-button:focus {
    background-color: #ff642c;
    border-color: #ff642c;
    color: #fff;
}

.saml-or-divider {
    text-align: center;
    margin: 10px 0;
    color: #444;
    font-size: 14px;
}