diff --git a/application/views/scripts/authentication/login.phtml b/application/views/scripts/authentication/login.phtml
index 7d8d15df8..f05e51e43 100644
--- a/application/views/scripts/authentication/login.phtml
+++ b/application/views/scripts/authentication/login.phtml
@@ -1,11 +1,23 @@
-
+
= $this->form ?>
-
-
-
= sprintf(
- t(
- 'It appears that you did not configure Icinga Web 2 yet so it\'s not possible to log in without any defined '
- . 'authentication method. Please define a authentication method by following the instructions in the'
- . ' %1$sdocumentation%3$s or by using our %2$sweb-based setup-wizard%3$s.'
- ),
- '
', // TODO: Documentation link
- '',
- ''
- ); ?>
-
+
diff --git a/public/css/icinga/login.less b/public/css/icinga/login.less
index cfae3c478..05649881f 100644
--- a/public/css/icinga/login.less
+++ b/public/css/icinga/login.less
@@ -116,7 +116,7 @@
div.config-note {
width: 50%;
padding: 1em;
- margin: 5em auto 0;
+ margin: 0 auto 2.5em;
text-align: center;
color: white;
background-color: @colorCritical;