Compare commits

..

No commits in common. "a4de6a01af14b208decc66862a31776d508962d7" and "fef8ca84f45d9a5cb619279995f8313ff1985a3d" have entirely different histories.

4 changed files with 1 additions and 36 deletions

View File

@ -11,20 +11,6 @@ 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;
@ -69,7 +55,3 @@ body {
background-color: var(--bs-gray-600);
color: var(--bs-gray-100);
}
.text-muted {
color: #c6c4c4 !important;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 337 KiB

View File

@ -36,9 +36,6 @@
</head>
<body class="text-center">
<!-- Background filter -->
<div class="bg-login"></div>
<main class="form-signin">
<h1 class="h3 mb-3 fw-normal">{{ page_title }}</h1>

View File

@ -5,22 +5,8 @@
<title>Access denied</title>
<link href="/assets/css/bootstrap.css" rel="stylesheet" crossorigin="anonymous"/>
<style>
div {
background: white;
color: black;
padding: 10px;
margin: auto;
margin-top: auto;
display: block;
max-width: 500px;
text-align: center;
margin-top: 50px;
}
</style>
</head>
<body>
<div>{{ message }}</div>
<p>{{ message }}</p>
</body>
</html>