diff --git a/forgot-password.html b/forgot-password.html index decea63..8775bf8 100644 --- a/forgot-password.html +++ b/forgot-password.html @@ -172,6 +172,18 @@ width: 100%; } } + + .btn-resetpassword { + width: 100%; + background-color: darkred; + border-color: darkred; + border-radius: 100px; + } + + .btn-resetpassword:hover { + background-color: red; + border-color: red; + } @@ -186,7 +198,6 @@
-