diff --git a/public_html/deployment/pages/act_login.php b/public_html/deployment/pages/act_login.php
index 4bacd490fe2eccf00ec2231920d5d1c519bc5da9..e321a74249d474b004614ba6bd6c80cb9faa81c1 100644
--- a/public_html/deployment/pages/act_login.php
+++ b/public_html/deployment/pages/act_login.php
@@ -118,11 +118,7 @@ if ($oUser->getUsername()) {
                     'value' => $aParams['user'],
                     'placeholder' => t('page-login-username'),
                     'autofocus' => 'autofocus',
-                    'inline' => '1',
-                ),
-                'input' . $i++ => array(
-                    'type' => 'markup',
-                    'value' => '<div style="clear: both; "></div>'
+                    // 'inline' => '1',
                 ),
                 'input' . $i++ => array(
                     'type' => 'password',
@@ -133,23 +129,15 @@ if ($oUser->getUsername()) {
                     'size' => 10,
                     'value' => $aParams['password'],
                     'placeholder' => t('page-login-password'),
-                    'inline' => '1',
-                ),
-                'input' . $i++ => array(
-                    'type' => 'markup',
-                    'value' => '<div style="clear: both; margin-bottom: 3em;"></div>'
-                    . '<div style="text-align: left; margin-left: 12em;">'
+                    // 'inline' => '1',
                 ),
                 'input' . $i++ => array(
                     'type' => 'submit',
+                    'label' => "",
                     'name' => 'btnsave',
                     'label' => t("login"),
                     'value' => $oHtml->getIcon('sign-ok') . t("login"),
                 ),
-                'input' . $i++ => array(
-                    'type' => 'markup',
-                    'value' => '</div>'
-                ),
             ),
         )
     );
@@ -176,7 +164,7 @@ $renderAdminLTE->addRow(
         'type'=>'',
         'variant'=>'outline',
         'text'=>$sOut,
-        ]), 
+        ]),5
     )
-    .$renderAdminLTE->addCol('',3)
+    .$renderAdminLTE->addCol('',4)
 );