diff --git a/lib/aggiedit_web/templates/user_reset_password/new.html.heex b/lib/aggiedit_web/templates/user_reset_password/new.html.heex
index 126cdba..792547b 100644
--- a/lib/aggiedit_web/templates/user_reset_password/new.html.heex
+++ b/lib/aggiedit_web/templates/user_reset_password/new.html.heex
@@ -1,11 +1,13 @@
Forgot your password?
<.form let={f} for={:user} action={Routes.user_reset_password_path(@conn, :create)}>
- <%= label f, :email %>
- <%= email_input f, :email, required: true %>
+
+ <%= label f, :email %>
+ <%= email_input f, :email, required: true, class: "form-control" %>
+
-
- <%= submit "Send instructions to reset password" %>
+
+ <%= submit "Send instructions to reset password", class: "btn btn-primary" %>