Will be like this
OPEN
templates/mg_themes/index_body.tpl
FIND
BEFORE, ADD
<!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
<div id="login_h" style="display: none;">
{IMG_THL}{IMG_THC}<img style="padding-top:3px;float:right;cursor:pointer;" src="{IMG_MAXIMISE}" onclick="javascript:ShowHide('login','login_h','login');" alt="{L_SHOW}" /><a name="login"></a><span class="forumlink">{L_LOGIN_LOGOUT}</span>{IMG_THR_ALT}<table class="forumlinenb" width="100%" cellspacing="0" cellpadding="0">
<tr><td> </td></tr>
</table>{IMG_TFL}{IMG_TFC}{IMG_TFR}
</div>
<div id="login">
<script type="text/javascript">
<!--
tmp = 'login';
if(GetCookie(tmp) == '2')
{
ShowHide('login', 'login_h', 'login');
}
//-->
</script>
{IMG_THL}{IMG_THC}<img style="padding-top:3px;float:right;cursor:pointer;" src="{IMG_MINIMISE}" onclick="javascript:ShowHide('login','login_h','login');" alt="{L_HIDE}" /><a name="login"></a><span class="forumlink">{L_LOGIN_LOGOUT}</span>{IMG_THR}<table class="forumlinenb" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="row1" align="center" valign="middle" height="28"><span class="gensmall"> {L_USERNAME}:
<input class="post" type="text" name="username" size="10" />
{L_PASSWORD}:
<input class="post" type="password" name="password" size="10" maxlength="32" />
<!-- BEGIN switch_allow_autologin -->
{L_AUTO_LOGIN}
<input class="text" type="checkbox" name="autologin" />
<!-- END switch_allow_autologin -->
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
</span> </td>
</tr>
</table>{IMG_TFL}{IMG_TFC}{IMG_TFR}
</div>
</form>
<!-- END switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
<div id="login_h" style="display: none;">
{IMG_THL}{IMG_THC}<img style="padding-top:3px;float:right;cursor:pointer;" src="{IMG_MAXIMISE}" onclick="javascript:ShowHide('login','login_h','login');" alt="{L_SHOW}" /><a name="login"></a><span class="forumlink">{L_LOGIN_LOGOUT}</span>{IMG_THR_ALT}<table class="forumlinenb" width="100%" cellspacing="0" cellpadding="0">
<tr><td> </td></tr>
</table>{IMG_TFL}{IMG_TFC}{IMG_TFR}
</div>
<div id="login">
<script type="text/javascript">
<!--
tmp = 'login';
if(GetCookie(tmp) == '2')
{
ShowHide('login', 'login_h', 'login');
}
//-->
</script>
{IMG_THL}{IMG_THC}<img style="padding-top:3px;float:right;cursor:pointer;" src="{IMG_MINIMISE}" onclick="javascript:ShowHide('login','login_h','login');" alt="{L_HIDE}" /><a name="login"></a><span class="forumlink">{L_LOGIN_LOGOUT}</span>{IMG_THR}<table class="forumlinenb" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="row1" align="center" valign="middle" height="28"><span class="gensmall"> {L_USERNAME}:
<input class="post" type="text" name="username" size="10" />
{L_PASSWORD}:
<input class="post" type="password" name="password" size="10" maxlength="32" />
<!-- BEGIN switch_allow_autologin -->
{L_AUTO_LOGIN}
<input class="text" type="checkbox" name="autologin" />
<!-- END switch_allow_autologin -->
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
</span> </td>
</tr>
</table>{IMG_TFL}{IMG_TFC}{IMG_TFR}
</div>
</form>
<!-- END switch_user_logged_out -->