/* login.css */

@import url("/sobek.css");

main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: stretch;
	align-items: center;
}

#loginbox {
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	box-shadow: 10px 10px 5px gray;
	padding: 10px;
	text-align: center;

	order: 1;
	align-self: center;
}

#loginbox * {
	margin: 3px;
}
