body {
	background-color: white;
	overflow: hidden;
	font-family: sans-serif;
}

#loginbox {
	position: fixed;
	left: 50%;
	top: 50%;
	transform:translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50vmin;
	min-height: 200px;
	min-width: 400px;
	border: thin solid silver;
	border-radius: 10px;
	padding: 0.75rem 2rem 0.5rem 2rem;
}

#silogo {
	object-fit: contain;
	width: 80%;
	
}

h1 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

footer {
	color: darkgray;
	font-size: 0.6rem;
}