From d9e049acf961df120f2b4689a101980b7a5eb1e4 Mon Sep 17 00:00:00 2001 From: Anusha Date: Thu, 8 Aug 2024 20:16:44 +0530 Subject: [PATCH] done --- assets/html/login.html | 66 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 62 insertions(+), 4 deletions(-) diff --git a/assets/html/login.html b/assets/html/login.html index af37a627..bc056810 100644 --- a/assets/html/login.html +++ b/assets/html/login.html @@ -440,6 +440,25 @@ margin: 5px; } + .input-box { + position: relative; + width: 100%; +} + +.input { + width: 100%; + padding-right: 40px; /* Space for the eye icon */ +} + +#eyeicon-register { + position: absolute; + top: 70%; + right: 10px; /* Adjust as needed */ + transform: translateY(-50%); + cursor: pointer; + width: 35px; /* Adjust the size of the icon */ + height: 30px; +} @@ -714,8 +733,8 @@

Join us by creating an account or log in if you already have an account.

- - Eye close-image + + Eye close-image

@@ -781,7 +800,7 @@

Join us by creating an account or log in if you already have an account.

- Eye close-image +Eye close-image
@@ -1624,7 +1643,46 @@

Privacy Notice

} }); - + +