From 1f7cb545b0817b127c8b9255a0ac0ccb0522d13e Mon Sep 17 00:00:00 2001 From: Alfredo EP Date: Tue, 11 Feb 2025 22:14:27 +0000 Subject: [PATCH] small login changes --- login/index.html | 4 ++-- login/style.css | 11 +++-------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/login/index.html b/login/index.html index c2b0ad6..c152b68 100644 --- a/login/index.html +++ b/login/index.html @@ -12,8 +12,8 @@
- - + +
diff --git a/login/style.css b/login/style.css index fa88bea..c78c8ea 100644 --- a/login/style.css +++ b/login/style.css @@ -24,27 +24,22 @@ input { border-radius: 5px; } -button { +.btn { background-color: #28a745; color: white; padding: 10px; border: none; border-radius: 5px; cursor: pointer; + margin-top: 10px; } -button:hover { +.btn:hover { background-color: #218838; } .forgot-password { background-color: #ff9800; - color: white; - padding: 10px; - border: none; - border-radius: 5px; - cursor: pointer; - margin-top: 10px; } .forgot-password:hover {