File: /home/httpd/html/xdudes.com/templates/default_v3/template.login.php
<div class="wrapper">
<div class="row">
<!-- notice -->
<div class="notification-col">
<div class="notification info text-center">
<p class="description">
You may login to your account using the form below.
</p>
<a href="<? echo $basehttp; ?>/signup">Not a member? Click here to sign up, its free!</a>
</div>
<? echo getMessages(); ?>
</div>
<!-- notice END -->
</div>
<div class="row">
<form action='' method='POST' class="form-col -access">
<div class="row">
<div class="form-item -full">
<label for="username" class="form-label">Username</label>
<input type="text" name='ahd_username' class="form-control" id="username" placeholder="login" />
</div>
<div class="form-item -full">
<label for="password" class="form-label">Password</label>
<input type="password" name='ahd_password' class="form-control" id="password" placeholder="password" />
</div>
<div class="form-item -links">
<a href="<? echo $basehttp; ?>/forgot-password" class="fr__link">Forgot password.</a>
</div>
<div class="form-item -actions">
<button class="btn btn-nav" type="submit">Login</button>
</div>
</div>
</form>
</div>
</div>