diff --git a/src/pages/reset_password.html b/src/pages/reset_password.html
index 7b578be..457f96a 100644
--- a/src/pages/reset_password.html
+++ b/src/pages/reset_password.html
@@ -8,5 +8,34 @@
+
+
+
+
+
Welcome {{.Name}}
+
+ Your password needs to be reset, please enter your new password
+ below
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/reset_password.css b/static/reset_password.css
new file mode 100644
index 0000000..24959d8
--- /dev/null
+++ b/static/reset_password.css
@@ -0,0 +1,7 @@
+#reset_password_card {
+ width: 350px;
+}
+
+#reset_password_card input {
+ width: 324px;
+}