/* Removes the social login buttons from the Authorization required system page */
.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
}

/* Removes the social login buttons from the remove the buttons from private member profiles system page */
#socialLoginContainer, #idSocialLoginContainer {
    display: none;
}