diff --git a/layouts/v7/modules/Users/Login.tpl b/layouts/v7/modules/Users/Login.tpl
index 211864aa38d809a7d93a99e898e48adf6690fefe..12ab730cd87bca4925714a2611c2eb0064ecf83b 100644
--- a/layouts/v7/modules/Users/Login.tpl
+++ b/layouts/v7/modules/Users/Login.tpl
@@ -15,7 +15,7 @@
 			background-position: center;
 			background-size: cover;
 			width: 100%;
-			height: 100%;
+			height: 96%;
 			background-repeat: no-repeat;
 		}
 		hr {
@@ -120,7 +120,6 @@
 		}
 		.app-footer p {
 			margin-top: 0px;
-			padding-bottom: 0px !important;
 		}
 		.footer {
 			background-color: #fbfbfb;
@@ -392,4 +391,5 @@
 				loginFormDiv.find('#username').focus();
 			});
 		</script>
+		</div>
 	{/strip}
\ No newline at end of file
diff --git a/layouts/v7/modules/Users/LoginFooter.tpl b/layouts/v7/modules/Users/LoginFooter.tpl
deleted file mode 100644
index 8f684bffe40dc28145259e54a2b7966033d87856..0000000000000000000000000000000000000000
--- a/layouts/v7/modules/Users/LoginFooter.tpl
+++ /dev/null
@@ -1,11 +0,0 @@
-{*+**********************************************************************************
-* The contents of this file are subject to the vtiger CRM Public License Version 1.1
-* ("License"); You may not use this file except in compliance with the License
-* The Original Code is: vtiger CRM Open Source
-* The Initial Developer of the Original Code is vtiger.
-* Portions created by vtiger are Copyright (C) vtiger.
-* All Rights Reserved.
-************************************************************************************}
-</div>
-</body>
-</html>
diff --git a/modules/Users/views/Login.php b/modules/Users/views/Login.php
index 657843a6ce9143f42212b841691ac59fcc934bab..da4451429ca6fa292a54fe8537163928ace3a305 100644
--- a/modules/Users/views/Login.php
+++ b/modules/Users/views/Login.php
@@ -85,7 +85,7 @@ class Users_Login_View extends Vtiger_View_Controller {
 	function postProcess(Vtiger_Request $request) {
 		$moduleName = $request->getModule();
 		$viewer = $this->getViewer($request);
-		$viewer->view('LoginFooter.tpl', $moduleName);
+		$viewer->view('Footer.tpl', $moduleName);
 	}
 
 	function getPageTitle(Vtiger_Request $request) {