.auth .brand-logo .imglogo {
  width: 100% !important;
  height: 100% !important;
}

.background-slider {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	overflow: hidden;
}

.bg-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1s;
}

.bg-image:first-child {
	opacity: 1;
}

.auth-form-light {
	position: relative;
	z-index: 1;
}

.auth .auth-form-light {
	background: rgba(255, 255, 255, 0.95);
}
