/* Layout only. Per-provider colours and icon are injected inline on the login
 * page from the provider config (see Resources/views/login/buttons.html.twig). */

#content .cors-sso-login {
    margin-top: 1rem;
}

#content a.cors-sso {
    position: relative;
    border: none;
    padding: 10px;
    margin-top: 8px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
}

#content a.cors-sso .cors-sso__logo {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    width: 31px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: center;
}

#content .cors-sso__divider {
    display: flex;
    margin: 2rem 0;
    opacity: .2;
    align-items: center;
}

#content .cors-sso__divider:before,
#content .cors-sso__divider:after {
    content: '';
    height: 1px;
    border-bottom: 1px solid;
    flex: 1 1 auto;
    opacity: .5;
}

#content .cors-sso__divider:before {
    margin: 0 1rem 1px 0;
}

#content .cors-sso__divider:after {
    margin: 0 0 1px 1rem;
}
