s11
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
<div class="d-flex justify-content-center align-items-center vh-100 bg-light">
|
||||
<div class="card p-4 shadow-lg" style="max-width: 400px; width: 100%;">
|
||||
<h3 class="text-center mb-4">Login</h3>
|
||||
<h3 class="text-center mb-4 fw-bold" style="color: #374151;">Login</h3>
|
||||
<form method="post">
|
||||
<div class="mb-3">
|
||||
<label for="email" class="form-label">Email address</label>
|
||||
@@ -48,8 +48,8 @@
|
||||
<input type="checkbox" class="form-check-input" id="rememberMe">
|
||||
<label class="form-check-label" for="rememberMe">Remember me</label>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary w-100">Login</button>
|
||||
<button type="submit" class="btn text-white w-100" style="background-color: #374151;">Login</button>
|
||||
</form>
|
||||
<p class="text-center mt-3"><a href="#">Forgot password?</a></p>
|
||||
<!-- <p class="text-center mt-3"><a href="#">Forgot password?</a></p> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user