body {
	font-family: Interstate Regular, interstate,sans-serif!important;
}

#login-form {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

	/* background: linear-gradient(135deg, rgba(var(--rgb-blue), 1), rgba(var(--rgb-green), 1)); */
}

#login-form form {
	width: 500px;
	z-index: 1;
}

/* #login-form::before {
	content: "";
	position: absolute;
	top: 16px;
	bottom: 16px;
	left: 16px;
	right: 16px;
	z-index: 0;

	border-radius: .25rem;
	border: 4px solid rgba(255,255,255,0.4);
} */