Skip to content

Commit f1977bc

Browse files
authored
Update forgot-password.html
improved form
1 parent 4dca652 commit f1977bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

forgot-password.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ <h6 class="mb-4 text-muted">Reset Password</h6>
2929
<form action="" method="">
3030
<div class="mb-3 text-start">
3131
<label for="email" class="form-label">Email adress</label>
32-
<input type="email" class="form-control" placeholder="Enter Email" required>
32+
<input type="email" class="form-control" placeholder="Enter your email" required>
3333
</div>
34-
<button class="btn btn-primary shadow-2 mb-4">Send me new password</button>
34+
<button class="btn btn-primary mb-4" style="width:100%">Send me new password</button>
3535
</form>
3636
<p class="mb-0 text-muted">Don’t have an account? <a href="signup.html">Sign up</a></p>
3737
</div>
@@ -42,4 +42,4 @@ <h6 class="mb-4 text-muted">Reset Password</h6>
4242
<script src="assets/vendor/bootstrap/js/bootstrap.min.js"></script>
4343
</body>
4444

45-
</html>
45+
</html>

0 commit comments

Comments
 (0)