https://i.sstatic.net/qUzDN.pngThere doesn't seem to be any red color
https://i.sstatic.net/EqHyW.png
How can I ensure consistency? Both elements should either have color or none at all.
<form action="">
<input id="email" type="email" required="required" />
<input type="submit" id="btnSubmit" />
</form>