.sso-l {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    position: relative;
}

.sso-l::before,
.sso-l::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background-color: black;
}

.sso-l > span {
    background-color: white;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    text-transform: uppercase !important;
}

.sso-container {
    margin-top: 15px;
}

.btn-sso {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff !important;
    color: #2d333a !important;
    width: 100%;
    font-size: 16px;
    height: 48px;
    border: 1px solid #c2c8d0;
    border-radius: 3px;
    outline: 0;
    transition: box-shadow .15s ease-in-out,background-color .15s ease-in-out;
}

.btn-sso:hover {
    box-shadow: inset 0 0 0 150px rgba(0,0,0,.1);
}

.icon-sso {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right:12px;
}   

.icon-sso[data-provider^=windows] {
    background-image: url("../img/ms-pictogram.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

/*
.icon-sso[data-provider^=google]{
    background-image: url("../img/google-pictogram.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
*/