I have been reading all the various posts on stackoverflow and other but still yet I am facing an issue. Please don't make it as duplicate.
I am unable to align form id="clientLogin" even I use float:center/middle; and position etc. But can't get success.please fix my issue or if I doing any mistakes in case please update that.
Thank you advance!
Screenshot of image
CSS FILE: https://pastebin.com/Pqvu0s9h
  <div id="content">
        
         <h1>Check Ticket Status</h1>
<p>To view the status of a ticket, provide us with the login details below.</p>
<form action="login.php" method="post" id="clientLogin">
    <strong></strong>
    <br>
    <div>
        <label for="email">E-Mail Address:</label>
        <input id="email" type="text" name="lemail" size="30" value="">
    </div>
    <div>
        <label for="ticketno">Ticket ID:</label>
        <input id="ticketno" type="text" name="lticket" size="30" value=""></td>
    </div>
    <p>
        <input class="btn" type="submit" value="View Status">
    </p>
    </form>
<br>
<p>
If this is your first time contacting us or you've lost the ticket ID, please <a href="home.php">open a new ticket</a>.    
</p>
        </div>
        
        
    </div> 
     
     
    