html, body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    background: #f9f9f9;
}
header {
	font-size: 1.4em;
	padding: .4rem 0;
}
a {
	text-decoration: none;
	color: #44546a;
	display: inline-block;
}
a:hover {
	text-decoration: underline;
}
.app-selector {
	display: table-cell;
	height: 22px;
	padding-left: 27px;
	background: url('logo.svg') no-repeat left center;
	background-size: 22px;
	vertical-align: middle;
}
header .app-selector {
	height: 44px;
	background-size: 44px;
	padding-left: 54px;
}
header a:hover {
	text-decoration: none;
}
.center {
	display: table;
	margin: 0 auto;
}
.error {
	color: #B03A30;
	border-color: #B03A30;
}
input.error {
    color: #000;
}
p.error {
    font-size: 12px;
}
p.error > * {
    vertical-align: middle;
}
label, .label {
    font-size: 16px;
    margin: 16px 0;
    color: #44546A;
}
form {
    flex-basis: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
input, .button {
    border-radius: 8px;
    border: 1px solid gray;
    padding: 11px 16px;
}
input[type="submit"], .button {
    margin: 24px 0;
    padding: 11px 24px;
    font-weight: 700;
    color: #FFF;
    background: #007592;
    border: none;
    cursor: pointer;
}
