.sinch-sso-login-links li {
    margin-bottom: 10px;
    display: block;
}
.sinch-sso-login-links a {
    background: #000;
    color: #fff;
    padding: 10px;
    display: block;
    text-align: center;
    border-radius: 3px;
}
.sinch-sso-login-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 50%;
}
.sinch-sso-login-links a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.sinch-sso-login-links::before {
    content: 'or';
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    background: #fff;
    z-index: 2;
    padding: 10px;
    position: relative;
}
.sinch-sso-login-links::after {
    content: '';
    position: absolute;
    top: 20px;
    width: 100%;
    height: 1px;
    left: 0;
    background: #e8e8e8;
}
.block-customer-login {
    margin-bottom: 0px !important;
}

.openId-login a::before {
    content: '';
    background: url(../images/openid.png);
    background-size: contain;
    height: 18px;
    width: 18px;
    display: inline-block;
    float: left;
    position: relative;
    left: 5px;
    top: 1px;
}
.saml-login a::before {
    content: '';
    background: url(../images/saml.png);
    background-size: contain;
    height: 18px;
    width: 18px;
    display: inline-block;
    float: left;
    position: relative;
    left: 5px;
    top: 1px;
}
/*MartyFury*/
.layout01 .sinch-sso-login-links {
    margin: auto;
    margin-bottom: 60px;
    max-width: 431px;
}
.layout01 .login-container {
    margin-bottom: 0;
}
.layout01 .sinch-sso-login-links::before {
    background: #f1f1f1;
}