.auth-fluid-video {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(49, 58, 70, 0.4);
	z-index: 1;
}
.content {
	position: relative;
	z-index: 1;
	color: white;
	padding: 20px;
}