diff --git a/public/css/icinga/login.less b/public/css/icinga/login.less index 42aa11b84..f57f080d3 100644 --- a/public/css/icinga/login.less +++ b/public/css/icinga/login.less @@ -25,9 +25,8 @@ } .login-form { - min-width: 24em; + width: 24em; position: relative; - width: 33%; z-index: 10; } @@ -66,14 +65,9 @@ padding: 0; } - .control-group { - margin: 0 auto; // Center horizontally - } - - .control-group, - .form-errors { - width: 24em; - + .form-errors, + input[type="text"], + input[type="password"] { &:not(:last-child) { margin-bottom: 1em; } @@ -357,4 +351,4 @@ opacity: 1; transform: scale3d(1.25, 1.25, 1); } -} \ No newline at end of file +}