diff --git a/benefits/templates/registration/password_change_done.html b/benefits/templates/registration/password_change_done.html
new file mode 100644
index 000000000..8f33425eb
--- /dev/null
+++ b/benefits/templates/registration/password_change_done.html
@@ -0,0 +1,66 @@
+{% extends "registration/password_change_done.html" %}
+{% load static %}
+
+{% block extrastyle %}
+
+
+
+{% endblock extrastyle %}
+
+{% block branding %}
+
+
+
+
+
+
+
+
{{ site_header }}
+
+{% endblock branding %}
+
+{% block usertools %}
+ {% if has_permission %}
+
+ {% endif %}
+{% endblock usertools %}
+
+{% block nav-breadcrumbs %}
+{% endblock nav-breadcrumbs %}
+
+{% block nav-sidebar %}
+{% endblock nav-sidebar %}
+
+{% block content %}
+ {{ block.super }}
+
+
+{% endblock content %}
diff --git a/benefits/templates/registration/password_change_form.html b/benefits/templates/registration/password_change_form.html
new file mode 100644
index 000000000..43843299c
--- /dev/null
+++ b/benefits/templates/registration/password_change_form.html
@@ -0,0 +1,56 @@
+{% extends "registration/password_change_form.html" %}
+{% load static %}
+
+{% block extrastyle %}
+
+
+
+{% endblock extrastyle %}
+
+{% block branding %}
+
+
+
+
+
+
+
+
{{ site_header }}
+
+{% endblock branding %}
+
+{% block usertools %}
+ {% if has_permission %}
+
+ {% endif %}
+{% endblock usertools %}
+
+{% block nav-breadcrumbs %}
+{% endblock nav-breadcrumbs %}
+
+{% block nav-sidebar %}
+{% endblock nav-sidebar %}