Please add this css in your wp-admin -> settings -> bp social connect ->
Social Button Styling :
refer :
http://prntscr.com/99stzu
.bp_social_connect{
text-align: center;
}
.bp_social_connect a {
background: #3b5998;
color: #FFF;
font-weight: 600;
padding: 15px 20px;
display: inline-block;
text-decoration: none;
min-width: 220px;
margin: 5px 0;
border-radius: 2px;
letter-spacing: 1px;
box-shadow: 0 4px 0 rgba(0,0,0,0.1);
}
.bp_social_connect a:hover{
box-shadow: none;
}
.bp_social_connect a:focus{
box-shadow: inset 0 4px 0 rgba(0,0,0,0.1)
}
#bp_social_connect_twitter{
background:#4099FF;
}
#bp_social_connect_google{
background:#DD4B39;
}