diff --git a/src/pages/profile_page.html b/src/pages/profile_page.html
index cda2118..07e012c 100644
--- a/src/pages/profile_page.html
+++ b/src/pages/profile_page.html
@@ -11,9 +11,9 @@
-
+
-
+
Change Password
@@ -79,6 +79,11 @@
+
+
diff --git a/static/profile_page.css b/static/profile_page.css
index 698363f..2179337 100644
--- a/static/profile_page.css
+++ b/static/profile_page.css
@@ -136,3 +136,13 @@
margin: 0px;
width: 30px;
}
+
+#password_errors {
+ background-color: var(--error-red);
+ border-radius: 8px;
+ padding: 20px;
+ border-color: var(--error-border-red);
+ border-width: 2px;
+ border-style: solid;
+ color: var(--text-main);
+}
diff --git a/static/style.css b/static/style.css
index d7ee7a5..3ee0494 100644
--- a/static/style.css
+++ b/static/style.css
@@ -90,4 +90,5 @@ input::placeholder {
.dialouge_title {
font-size: 20px;
margin-bottom: 0px;
+ color: var(--text-main) !important;
}