diff --git a/style.css b/style.css index 77c2bec..524e10e 100644 --- a/style.css +++ b/style.css @@ -307,9 +307,8 @@ input[type="password"] { padding: 13px 15px; width: 100%; outline: none; - transition: - border-color 0.15s, - background 0.15s; + transition: border-color 0.15s; + appearance: none; -webkit-appearance: none; }