The tooltips there are not from Bootstrap but a built-in Joomla call. Try editing (or creating an override for) the /components/com_jfbconnect/views/loginregister/tmpl/default.php file. Around line 12, you'll see:
JHtml::_('behavior.tooltip');Try commenting that line out and see if it properly removes the tooltips for you.
I hope that helps,
Alex