diff --git a/assets/css/base_login_page.css b/assets/css/base_login_page.css index a338351..bb57dd5 100644 --- a/assets/css/base_login_page.css +++ b/assets/css/base_login_page.css @@ -11,6 +11,20 @@ body { /* background-color: #f5f5f5; */ } +/* background */ +@media screen and (min-width: 767px) { + .bg-login { + background-image: url(/assets/img/forest.jpg); + width: 100%; + height: 100%; + position: fixed; + filter: blur(10px); + z-index: -10; + background-size: cover; + opacity: 0.4; + } +} + .form-signin { width: 100%; max-width: 330px; @@ -55,3 +69,7 @@ body { background-color: var(--bs-gray-600); color: var(--bs-gray-100); } + +.text-muted { + color: #c6c4c4 !important; +} \ No newline at end of file diff --git a/assets/img/forest.jpg b/assets/img/forest.jpg new file mode 100644 index 0000000..dc48318 Binary files /dev/null and b/assets/img/forest.jpg differ diff --git a/templates/base_login_page.html b/templates/base_login_page.html index a4fcade..331fb0e 100644 --- a/templates/base_login_page.html +++ b/templates/base_login_page.html @@ -36,6 +36,9 @@ + +
+

{{ page_title }}