body{
	font-family: Tahoma, Arial;
}
section#loginsec, section#loginsec > form{
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}
form{
	display: inline-block;
}
input.field{
	font-size:20px;
}
div.hide{
	display: none !important;
}
div#messagebox{
	position: fixed;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	top: 3px;
	left: 3px;
	right: 3px;
	color: white;
	text-align: center;
	overflow-y: hidden;
}
div.msgboxgreen{
	background: rgba(153,180,51,0.85);
	border: 1px solid rgba(153,180,51,1);
	border-radius: 4px;
}
div.msgboxred{
	background: rgba(218,83,44,0.85);
	border: 1px solid rgba(218,83,44,1);
	border-radius: 4px;
}
div#time{
	display: inline-block;
}
