diff --git a/src/views/pages/auth/Login.vue b/src/views/pages/auth/Login.vue
index 56467da..25a7e75 100644
--- a/src/views/pages/auth/Login.vue
+++ b/src/views/pages/auth/Login.vue
@@ -48,6 +48,24 @@ const login = async () => {
+
Welcome to HERMIONE
@@ -87,4 +105,12 @@ const login = async () => {
transform: scale(1.6);
margin-right: 1rem;
}
+
+.logo-container {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin-bottom: 20px;
+ margin-top: -40px
+}