/* social-login.css */
.social-login {
    display: flex !important;
}
.social-login ul li.comm-social-login__auth-provider-list-item:nth-of-type(1) .comm-social-login__button {

    background-color: #1877f2;
    color: white;
    border: 1px solid #1877f2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.social-login ul li.comm-social-login__auth-provider-list-item:nth-of-type(2) .comm-social-login__button {
    background-color: white;
    color: #3c4043;
    border: 1px solid #dadce0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
