body, html {
	height: 100%;
	margin: 0;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	overflow: auto;
}
#bg-video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	object-fit: cover;
	background: rgba(0, 0, 0, 0.7);
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 0;
}
.container {
	position: relative;
	z-index: 1;
	max-width: 500px;
	padding: 40px;
	opacity: 0.90;
	background: url('https://bravepanic.s3.us-east-1.amazonaws.com/lander/bg.png') no-repeat bottom center;
	background-size: cover;
	border-radius: 11.5px;
	text-align: center;
	color: white;
	box-shadow: 0 4px 20px rgba(90, 35, 200, 0.45);
}
h1 {
	font-size: 2.3rem;
	font-weight: 600;
	color: rgb(255,255,255);
}
p {
	font-size: 15px;
	color: rgba(210, 210, 210, 0.9);
	margin-bottom: 30px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
		-webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form-group input {
	background-color: rgba(255,255,255, 0.8);
	color: #555;
	border: 1px solid #555;
	padding: 13px;
	text-align: center;
	margin: 0px;
	border-radius: 9.5px;
	border-color: rgb(90, 35, 200);
}
.form-group button {
	background-color: rgb(90, 35, 200);
	border: none;
	padding: 12px 20px;
	border-radius: 10px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	width: 100%;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.form-group button:hover {
	height: 52px;
	background-color: rgb(90, 35, 200);
	
}
.form-footer {
	margin-top: 20px;
}
.form-footer a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: underline;
}
.form-footer a:hover {
	color: rgba(255, 255, 255, 0.9);
}
/* Responsive fix */
@media (max-width: 576px) {
	h1 {
		font-size: 2.2rem;
	}
}
.toast {
	background-color: transparent;
}
.toast-body {
	border-radius:8.5px;
	background-color: rgba(90, 35, 200, 0.7);
}
.modal-body h2 { 
 font-size:17px; max-height:460px; overflow-y: scroll; 
} 
.modal-content { 
 box-shadow: 0 4px 20px rgba(90,35,200,.65); 
}