<?php /* Smarty version 2.6.28, created on 2021-12-10 00:32:05
         compiled from /home/vinhostm/public_html/order/templates/orderforms/modern/login.tpl */ ?>
<link rel="stylesheet" type="text/css" href="templates/orderforms/<?php echo $this->_tpl_vars['carttpl']; ?>
/style.css" />

<div id="order-modern">

<h1><?php echo $this->_tpl_vars['LANG']['cartexistingclientlogin']; ?>
</h1>

<form action="dologin.php" method="post">

<div class="errorbox" style="display:block;"><?php echo $this->_tpl_vars['LANG']['loginincorrect']; ?>
</div>
<br />

<div class="signupfields" style="width:400px;margin:0 auto;">
<table width="100%" cellspacing="0" cellpadding="0" class="configtable">
<tr><td class="fieldlabel"><?php echo $this->_tpl_vars['LANG']['clientareaemail']; ?>
</td><td class="fieldarea"><input type="text" name="username" size="40" value="<?php echo $this->_tpl_vars['username']; ?>
" /></td></tr>
<tr><td class="fieldlabel"><?php echo $this->_tpl_vars['LANG']['loginpassword']; ?>
:</td><td class="fieldarea"><input type="password" name="password" size="25" /></td></tr>
</table>
</div>

<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>

</div>