<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>County</title>
	<meta name="robots" content="noindex,nofollow" /> 
	<!--[if lt IE 9]>
	<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
	<![endif]-->
    <link href="//stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.9/dist/css/bootstrap-select.min.css">
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
    
    <script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
	
</head>
<body>  
<div class="container">
	<div class="row">
	    <div class="col-md-8 mx-auto">
		    <div class="mt-3 d-flex justify-content-center">
		        
		    </div> 
		    
            <form method="post" action="">
            	<div class="form-group">
            		<label for="first_name">First Name</label>
            		<input type="test" class="form-control" name="first_name" id="first_name" placeholder="Enter first name" required>
            	</div>
            	<input type="hidden" name="action" value="login">
            	<button type="submit" class="btn btn-primary">Submit</button>
            </form>		    
        </div>	        
	</div>    
</div>
</body>	
</html>