I'm creating a simple login form on my site. Most of the login page has a very "square" look to it, except for the password input which uses little circles.
I would like to continue on the "square" look into the password input, however, there doesn't seem to be any solutions I can find.
Assuming this is my current input field in my HTML, how would I use CSS to tu the circles to squares in my password field?
<input type="password" name="password" id="password" autocomplete="off">
I have seen this effect on other websites that I have visited, but I can't manage to duplicate the square inputs. Is there a way to achieve this in JS (if not CSS).
Thanks. :)
