Change font size in the password fields.

This commit is contained in:
Julia Radzhabova 2017-12-06 14:40:18 +03:00
parent 7d3e75e131
commit ea06c24422

View file

@ -76,3 +76,7 @@ input.error {
::-ms-clear {
display: none;
}
input[type="password"] {
font-size: 16px;
}