diff --git a/src/components/CustomLogin.vue b/src/components/CustomLogin.vue
new file mode 100644
index 0000000..441db26
--- /dev/null
+++ b/src/components/CustomLogin.vue
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Remember me
+ Forgot Password
+
+
+
+ Login
+
+ Register Now!
+
+
+
+
+
+
diff --git a/src/views/LoginView.vue b/src/views/LoginView.vue
index 16c0478..6aa456f 100644
--- a/src/views/LoginView.vue
+++ b/src/views/LoginView.vue
@@ -1,12 +1,21 @@
-
+
\ No newline at end of file
+.login-container {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ gap: 20px;
+ padding: 20px;
+ margin-top: 50px;
+ box-sizing: border-box;
+ overflow: auto;
+}
+