File: /home/httpd/html/chatfree24.com/public_html/templates/default/template.login.php
<section class="top-section pb-0">
<div class="container-fluid custom-50">
<div class="row">
<!-- notice -->
<div class="col-lg-12 text-center">
<div class="notification info">
<p class="description text-center mb-1">
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>
</div>
<!-- notice END -->
<center><? echo getMessages(); ?></center>
</div>
</div>
</section>
<section class="forms p-0">
<div class="container-fluid custom-50">
<div class="row justify-content-center mt-2">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="card">
<div class="card-title text-center light-dark-bk d-inline-flex align-items-center mb-0">
<!-- icon to be put-->
<div class="row header-row">
<span class="text-uppercase d-flex flex-xl-nowrap flex-wrap justify-content-start align-items-center" href="index.html">
<span class="text-header m-3"><? echo $headertitle; ?></span>
</span>
</div>
</div>
<div class="card-body mt-0">
<form action='' method='POST'>
<div class="row justify-content-center">
<div class="my-3 col-lg-6 mx-5 form-input">
<label for="username" class="form-label">Username/Email</label>
<input type="text" name='ahd_username' class="form-control" id="username" placeholder="login" />
</div>
<div class="mb-3 col-lg-6 mx-5 form-input">
<label for="password" class="form-label">Password</label>
<input type="password" name='ahd_password' class="form-control" id="password" placeholder="password" />
</div>
<div class="mb-4 col-lg-6 text-center">
<a href="<? echo $basehttp; ?>/forgot-password" class="fr__link">Forgot password.</a>
</div>
<div class="mb-3 d-inline-flex justify-content-center w-100">
<button class="login background-none" type="submit">Login</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>