<div class="c5t_login_background">
<form {$form.attributes}>
{$form.hidden}
<table class="c5t_login">
<tr>
<td colspan="2" style="padding-bottom:15px;">
{$txt_reset_login_text}
</td>
</tr>
<tr>
<td colspan="2" class="c5t_error_message">
{foreach from=$message item=item}
<div class="c5t_error_message_item">{$item}</div>
{/foreach}
</td>
</tr>
{if $show_form}
<tr>
<td>{$form.login_name.label}</td>
<td>{$form.login_name.html} {if $form.login_name.error} <span class="c5t_error_message">{$form.login_name.error}</span> {/if}</td>
</tr>
<tr>
<td></td>
<td>{$form.send.html}</td>
</tr>
{/if}
</table>
</form>
</div>