This commit is contained in:
Suvodip
2025-03-19 17:46:05 +05:30
parent 6e69bf9f35
commit 8bcf5c055d
13 changed files with 58 additions and 43 deletions

View File

@@ -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>