diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 889bbbf..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-"liveServer.settings.port": 5503,
-"git.ignoreLimitWarning": true
-}
diff --git a/pages/login/index.html b/pages/login/index.html
index 86fb102..d1b604f 100644
--- a/pages/login/index.html
+++ b/pages/login/index.html
@@ -6,13 +6,16 @@
+
diff --git a/pages/login/login.css b/pages/login/login.css
index ce67545..a6e912c 100644
--- a/pages/login/login.css
+++ b/pages/login/login.css
@@ -10,12 +10,37 @@ body{
background-size: cover;
background-position: 50% 50%;
}
-.mb-5{
+.mb-5-login{
background-color: rgba(255, 255, 255, 0.805);
padding: 3%;
width: 30vw;
height: 70vh;
}
+
+.mb-5-register{
+ background-color: rgba(255, 255, 255, 0.805);
+ padding: 3%;
+ width: 30vw;
+ height: 85vh;
+}
+/* css for toggling password visibility */
+.password-container {
+ position: relative;
+}
+
+.password {
+ padding-right: 30px; /* Space for the eye icon */
+}
+
+.togglePassword {
+ position: absolute;
+
+ right: 10px;
+ top: 50%;
+ transform: translateY(-50%);
+ cursor: pointer;
+}
+/* css for toggling password visibility */
h3{
text-align: center;
/* font-family: "Montserrat", sans-serif, Arial, sans-serif;
diff --git a/pages/login/login.html b/pages/login/login.html
index 912fb19..0128a91 100644
--- a/pages/login/login.html
+++ b/pages/login/login.html
@@ -28,7 +28,7 @@
-