<?php /* Smarty version 2.6.28, created on 2016-12-26 15:46:22
         compiled from /home/solusito/public_html/templates/orderforms/verticalsteps/login.tpl */ ?>
<link rel="stylesheet" type="text/css" href="templates/orderforms/<?php echo $this->_tpl_vars['carttpl']; ?>
/style.css" />

<table width="100%"><tr><td width="160" valign="top">

<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "orderforms/verticalsteps/verticalsteps.tpl", 'smarty_include_vars' => array('step' => 5)));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

</td><td valign="top">

<p><b><?php echo $this->_tpl_vars['LANG']['cartexistingclientlogin']; ?>
</b></p>

<?php if ($this->_tpl_vars['incorrect']): ?><div class="errorbox"><?php echo $this->_tpl_vars['LANG']['loginincorrect']; ?>
</div><br /><?php endif; ?>

<p><?php echo $this->_tpl_vars['LANG']['cartexistingclientlogindesc']; ?>
</p>

<form action="dologin.php" method="post">

<table align="center">
<tr><td align="right"><?php echo $this->_tpl_vars['LANG']['loginemail']; ?>
:</td><td><input type="text" name="username" size="40" value="<?php echo $this->_tpl_vars['username']; ?>
" /></td></tr>
<tr><td align="right"><?php echo $this->_tpl_vars['LANG']['loginpassword']; ?>
:</td><td><input type="password" name="password" size="25" /></td></tr>
</table>
<p align="center"><input type="submit" value="<?php echo $this->_tpl_vars['LANG']['loginbutton']; ?>
" /></p>

</form>

<p><strong><?php echo $this->_tpl_vars['LANG']['loginforgotten']; ?>
</strong> <a href="pwreset.php" target="_blank"><?php echo $this->_tpl_vars['LANG']['loginforgotteninstructions']; ?>
</a></p>

</td></tr></table>