@font-face {
	font-family: CentraLight;
	src: url(/assets/CentraNo2-Light.ttf);
}

@font-face {
	font-family: CentraMedium;
	src: url(/assets/CentraNo2-Medium.ttf);
}

html {
	height: 100%;
}

body {
	background-color: #efebee;
	color: #2e303b;
	font-family: CentraLight;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

a {
	color: #4369BA;
}

div.container {
	display: block;
}

h3 {
	font-family: CentraLight;
	font-size: 1.5em;
	margin: 0.5rem;
	color: #5f2994;
}

form {
	 width: 30vw;
	 min-width: 250px;
	 min-height: 200px;
	 background-color: #ffffff;
	 border-radius: 4px;
	 color: #2e303b;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 padding-top: 2em;
	 padding-bottom: 2em;
}

form div {
	display: flex;
	flex-direction: column;
}

form div label {
	margin-top: 0.5rem;
}

form input {
	font-family: CentraLight;
}

#submit {
	margin-top: 0.5rem;
}

#submit > input {
	background-color: #5f2994;
	border: 1px solid #5f2994;
	color: #ffffff;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 1em;
}

#submit > input:hover {
	background-color: #ffffff;
	color: #5f2994;
}

#message {
	margin: 1rem 1rem 1.5rem 1rem;
	font-size: 0.9rem;
	text-align: center;
}
