I have this code to create a Facebook Login Button in MVC:
<fb:login-button style="height:200px;" scope="public_profile,email,user_friends,user_about_me,user_likes" onlogin="checkLoginState();">
</fb:login-button>
It all works fine but I see the button with this style:
I want to see the button like this:
And I also want to change background color in the hover
How can I do it with CSS?