diff --git a/app/templates/login.html b/app/templates/login.html
index c9e07cc..524c0e5 100644
--- a/app/templates/login.html
+++ b/app/templates/login.html
@@ -5,7 +5,7 @@
Sign In
- {{ wtf.quick_form(form) }}
+ {{ wtf.quick_form(form, button_map={'submit': 'primary'})) }}
diff --git a/app/templates/register.html b/app/templates/register.html
index b1f2fa4..69253d7 100644
--- a/app/templates/register.html
+++ b/app/templates/register.html
@@ -5,7 +5,7 @@
Register
- {{ wtf.quick_form(form) }}
+ {{ wtf.quick_form(form, button_map={'submit': 'primary'})) }}
{% endblock %}
\ No newline at end of file