Skip to content

Commit

Permalink
Update login.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadarif03 committed Jan 6, 2025
1 parent 86e3233 commit 91cb494
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,25 @@ class="border-top w-100 position-absolute top-50 start-50 translate-middle"></sp
<div class="invalid-feedback"></div>
</div>
<!-- Form elements below remain unchanged -->
<div class="d-flex align-items-center justify-content-between mb-4">
<div class="form-check">
<input class="form-check-input" name="remember" type="checkbox"
value="1" id="flexCheckDefault">
<label class="form-check-label fw-semibold" for="flexCheckDefault">
Remember me
</label>
</div>
<a href="{{ route('password.send-email') }}" style="color: #9425FE">Forgot
Password</a>
</div>
<button type="submit" class="btn text-white btn-md mt-3 w-100"
style="background-color: #9425FE;border-radius: 10px;" id="btn-submit">
<span class="me-2 text">Masuk</span>
</button>
<div class="text-center mt-2">
<p style="color: #989898;">Belum punya akun? <a href="{{ route('register') }}"
style="color: #9425FE">Daftar</a></p>
</div>
</form>
</div>
</div>
Expand Down

0 comments on commit 91cb494

Please sign in to comment.