diff --git a/plugins/Login/Login.php b/plugins/Login/Login.php
index 68f526583d152f47db9f2437bfa63ed69659f12e..33fd0214d47bd2bc0f28a3a8a55fd4b2e404ada7 100644
--- a/plugins/Login/Login.php
+++ b/plugins/Login/Login.php
@@ -45,6 +45,7 @@ class Login extends \Piwik\Plugin
    public function getStylesheetFiles(&$stylesheetFiles)
     {
         $stylesheetFiles[] = "plugins/Login/stylesheets/login.less";
+        $stylesheetFiles[] = "plugins/Login/stylesheets/variables.less";
     }
 
     /**
diff --git a/plugins/Login/stylesheets/variables.less b/plugins/Login/stylesheets/variables.less
new file mode 100644
index 0000000000000000000000000000000000000000..6862eff74bf0864538352944cc759cceed19f806
--- /dev/null
+++ b/plugins/Login/stylesheets/variables.less
@@ -0,0 +1 @@
+@login-section-background: #fafafa;