Did Google update the login TextBox to look like this today? https://i.sstatic.net/bXPQu.png
There is a border around the text, what is the most effective method to achieve this using HTML & CSS?
Update:
A single answer can be found on StackOverflow at the following link:
Placing <label> text inside the border of a text input
However, I am still searching for the best approach to achieve this.