/*  LOGIN BUTTON background colors  */
.WaGadgetLoginButton .loginContainer.loginContainer .loginLink {
    background: #ff7f00;
}
.WaGadgetLoginButton .loginContainer.loginContainer .loginLink:hover {
    background: #df7206;
}


/*  remove the social login buttons from the Authorization required system page  */
.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
}
/*  remove the buttons from private member profiles  */
#socialLoginContainer, #idSocialLoginContainer {
	display: none;
} 
/* CSS to remove margin in footer */
.zoneWAbranding {
    margin: 0px 0 0;
}