How to Add A Class to a Form Submit in CodeIgniter PHP

Want to add a class to the form_submit function in CodeIgniter. I found this and it has helped me modify my buttons on the fly.

Want to add a class to the form_submit function in CodeIgniter. I found this and it has helped me modify my buttons on the fly. 

echo form_submit('loginSubmit', 'Login',"class='btn btn-danger'");