Remove extra bottom margin below error msg on client login

This commit is contained in:
johnnyq
2023-08-20 15:43:39 -04:00
parent 880e1be08c
commit 1ed4eeaafc
2 changed files with 5 additions and 3 deletions

View File

@@ -116,9 +116,11 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST' && isset($_POST['login'])) {
<?php
echo $_SESSION['login_message'];
unset($_SESSION['login_message']);
?>
</p>
<?php
}
?>
</p>
<form method="post">
<div class="input-group mb-3">
<input type="text" class="form-control" placeholder="Registered Client Email" name="email" required autofocus>