@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
	q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
	th, td, article, aside, canvas, details, figcaption, figure, footer,
	header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	background: transparent;
}

body, h1, h2, h3, h4, h5, h6, p, label, input {
	font-style: normal;
	font-family: "Sans-serif";
	color: #404040;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

html {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	overflow: hidden;
	background-color: #ffffff;
}

label {
	text-transform: capitalize;
}

input {
	background: transparent;
	border: none;
	font-size: 14px;
}

input:focus,
input:hover {
	outline-width: 1px;
	outline-color: #007bc5;
	outline-style: solid;
}

input[type=text] {
	border-bottom: 2px solid #f2f2f2;
	padding: 0.2em;
	background-color: #ffffff;
}

input[type=text]:focus {
	border-bottom: 2px solid #007bc5;
}

input[type=button],
input[type=submit] {
	text-align: center;
	border-radius: 0.5em;
	padding: 0.3em 1em 0.3em 1em;
	cursor: pointer;
	color: #ffffff;
	background-color: #007bc5;
	border: 0px;
	text-transform: uppercase;
}

form > * ~ * {
	margin-top: 0.5em;
}

div.section > * ~ * {
	margin-top: 0.5em;
}

img.logo {
	max-height: 50px;
	max-width: 350px;
	margin-bottom: 1em;
}

div.section {
	display: flex;
	flex-direction: column;
	align-content: center;
	border-radius: 0.5em;
	padding: 1em;
	background-color: #f2f2f2;
}

div.line {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

div.line > * ~ * {
	margin-left: 1em;
}

div.line.message {
	color: red;
}

div.line.languages > * ~ * {
	margin-left: 0.3em;
}

a.select {
	text-decoration: none;
	text-transform: uppercase;
	color: #404040;
}

a.select:visited {
	color: #404040;
}
