diff --git a/src/pages/reset_password.html b/src/pages/reset_password.html
index 09dadd6..7b578be 100644
--- a/src/pages/reset_password.html
+++ b/src/pages/reset_password.html
@@ -8,3 +8,5 @@
+
+
diff --git a/static/login_page.css b/static/login_page.css
index 82a95ec..45c7e67 100644
--- a/static/login_page.css
+++ b/static/login_page.css
@@ -1,10 +1,3 @@
-#logo_image {
- position: fixed;
- width: 300px;
- left: 50%;
- transform: translateX(-50%);
-}
-
#login_card {
position: fixed;
top: 50%;
diff --git a/static/profile_page.css b/static/profile_page.css
index 99aec8c..315b2b0 100644
--- a/static/profile_page.css
+++ b/static/profile_page.css
@@ -1,10 +1,3 @@
-#logo_image {
- position: fixed;
- width: 300px;
- left: 50%;
- transform: translateX(-50%);
-}
-
#main_content {
position: fixed;
top: 100px;
diff --git a/static/style.css b/static/style.css
index 868d417..56b57f5 100644
--- a/static/style.css
+++ b/static/style.css
@@ -129,3 +129,10 @@ input::placeholder {
.show_password_toggle:focus {
outline: none !important;
}
+
+#logo_image {
+ position: fixed;
+ width: 300px;
+ left: 50%;
+ transform: translateX(-50%);
+}