|
@@ -102,10 +102,10 @@ const {
|
|
|
|
|
|
.login-page {
|
|
|
@apply w-full h-full overflow-hidden;
|
|
|
- //background-color: #011531;
|
|
|
+ background-color: #011531;
|
|
|
|
|
|
.video-bg {
|
|
|
- @apply fixed -z-10 right-0 bottom-0 min-w-full min-h-full h-auto w-auto object-fill;
|
|
|
+ @apply fixed z-0 right-0 bottom-0 min-w-full min-h-full h-auto w-auto object-fill;
|
|
|
filter: brightness(0.45);
|
|
|
}
|
|
|
|