The button seams clickable and shows the Facebook login, but looks like the HTML on your site is broken. You've the below in your templates header.
Code:
<link href="/"templates/t3_bs3_blank/css/jquery-ui-1.10.4.custom.min.css" rel="stylesheet" type="text/css">
The below is invalid HTML.
Code:
href="/"templates/t3_bs3_blank/css/jquery-ui-1.10.4.custom.min.css"
You'll need to edit your Joomla template and fix the "/" to "/ as there's an extra quote in there.
Please be sure to test with default Joomla template if your issue persists. If it works fine in default Joomla template then the issue is with your template and you should contact the developer of your template for further support.