diff --git a/libresonic-main/src/main/webapp/WEB-INF/jsp/login.jsp b/libresonic-main/src/main/webapp/WEB-INF/jsp/login.jsp
index e4dd89a3..d4f83470 100644
--- a/libresonic-main/src/main/webapp/WEB-INF/jsp/login.jsp
+++ b/libresonic-main/src/main/webapp/WEB-INF/jsp/login.jsp
@@ -10,48 +10,50 @@
-
+
" method="POST">
-
+
diff --git a/libresonic-main/src/main/webapp/style/default.css b/libresonic-main/src/main/webapp/style/default.css
index c0046f2a..bb5131b1 100644
--- a/libresonic-main/src/main/webapp/style/default.css
+++ b/libresonic-main/src/main/webapp/style/default.css
@@ -106,6 +106,18 @@ h2, h2 a, .topHeader a {
font-weight: normal;
}
+#loginButton {
+ background: #2f7bd9;
+ color: #f2f2f2;
+ cursor: pointer;
+ transition: color 0.2s ease, background 0.2s ease;
+}
+
+#loginButton:hover {
+ background: #f2f2f2;
+ color: #2d2d2d;
+}
+
/***************************************************************************************
* The rest of the CSS is typically not changed in other themes (but not necessarily so).
***************************************************************************************/
@@ -383,4 +395,4 @@ img {
.context-menu-item {
color: black;
-}
\ No newline at end of file
+}