.app-social-login .btn {
    text-transform: none !important;
    border-radius: 3px !important;
}
.app-social-login .btn:first-child {
    margin-bottom: 15px;
}
.app-social-login .app-divide {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 30px auto;
}
.app-social-login .app-divide::before,
.app-social-login .app-divide::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ddd;
}
.app-social-login .app-divide span.backoffice-connect {
    padding: 0;
    background: none !important;
    color: #999;
    white-space: nowrap;
}
.app-social-login .btn img {
    margin: -4px 5px 0 0;
}
.app-social-login .btn.openID {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
}
