#video-background {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: -1;
	object-fit: cover;
}

.wrapper,
.page-wrapper.auth-page {
	/*background: rgba(255, 255, 255, 0.8);*/
	background: rgba(0, 0, 0, 0.15);
}

h1,
p {
	color: #FFF;
}

.form-box {
	background: rgba(255, 255, 255, 0.6);
	border-radius: 5px;
	color: #333333;
	padding: 15px;
}

.form-box a {
	font-weight: 700;
}