diff --git a/application/loginwebpage.class.inc.php b/application/loginwebpage.class.inc.php
index ca8b6b09f..c68050572 100644
--- a/application/loginwebpage.class.inc.php
+++ b/application/loginwebpage.class.inc.php
@@ -103,7 +103,7 @@ EOF
$sAuthPwd = utils::ReadParam('suggest_pwd', '');
$sVersionShort = Dict::Format('UI:iTopVersion:Short', ITOP_VERSION);
- $this->add("

\n");
+ $this->add("
\n");
$this->add("\n");
$this->add("
".Dict::S('UI:Login:Welcome')."
\n");
if ($bFailedLogin)
diff --git a/images/itop-logo-external.png b/images/itop-logo-external.png
new file mode 100755
index 000000000..41797152f
Binary files /dev/null and b/images/itop-logo-external.png differ
diff --git a/pages/logoff.php b/pages/logoff.php
index a34487f61..4d49de70b 100644
--- a/pages/logoff.php
+++ b/pages/logoff.php
@@ -30,7 +30,7 @@ session_start();
LoginWebPage::ResetSession();
$oPage = new LoginWebPage();
$sVersionShort = Dict::Format('UI:iTopVersion:Short', ITOP_VERSION);
-$oPage->add("
\n");
+$oPage->add("
\n");
$oPage->add("
\n");
$oPage->add("
".Dict::S('UI:LogOff:ThankYou')."
\n");
$bPortal = utils::ReadParam('portal', false);