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

} }); - + +