Add blurred background image

This commit is contained in:
Dr3amFury
2025-08-03 01:18:10 +02:00
parent 002c982b9d
commit 918f7f95e8
2 changed files with 2 additions and 2 deletions

BIN
rss/img/bg-login.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@@ -1,4 +1,4 @@
<div class="bg-light full-height d-flex align-center" style="background: url('https://images.pexels.com/photos/1004014/pexels-photo-1004014.jpeg') center center / cover no-repeat;">
<div class="bg-light full-height d-flex align-center" style="background: url('/rss/img/bg-login.jpg') center center / cover no-repeat;">
<div class="container">
<div class="row py-4 no-wrap">
<div class="col-12 col-md-6 rel neg-col d-flex align-center">
@@ -11,7 +11,7 @@
</div>
<div class="form-group">
<label for="password">Passowrd</label>
<label for="password">Password</label>
<input type="password" class="form-input" id="password" name="password">
</div>
<div class="row">