diff --git a/forgot-password.html b/forgot-password.html index 91271bb..e11d3cf 100644 --- a/forgot-password.html +++ b/forgot-password.html @@ -199,6 +199,11 @@ background-color: red; border-color: red; } + + :focus { + outline: 0 !important; + box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important; + }