diff --git a/templates/login.html b/templates/login.html
index 31cddaf..b679469 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -64,6 +64,11 @@
font-weight: bold;
}
+ .login-container input[type="submit"]:hover {
+ background-color: #B05E57;
+ border: 1px solid #B05E57;
+ }
+