body, html {
	height: 100%;
}
body {
	background-color: #001f4d;
	margin: 0px 0px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #ffffff;
}
.input {
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 12px;
	border: 0px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
.textarea {
	font-size: 18px;
	font-weight: bold;
	padding: 12px 12px;
	border: 0px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
.select {
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 12px;
	border: 0px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
.button {
	height: 40px;
	outline: none;
	color: #ffffff;
	background-color: #dc3045;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	padding: 0px 20px;
	border: 0px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
.button:hover {
	background-color: #932735;
}
.button:active {
	color: #f1c3c9;
}
.button:disabled {
	background-color: #932735;
	color: #f1c3c9;
}
input[type="file"] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.file + label {
	height: 40px;
	color: #ffffff;
	background-color: #dc3045;
	font-size: 18px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 0px 20px;
	line-height: 40px;
}
.file + label:hover {
	background-color: #932735;
}
.js-disabled {
	text-align: center;
	padding: 10px 0px;
	background-color: #dc3045;
}
.content {
	text-align: center;
	height: 100%;
}
.content a {
	color: #aeea00;
	text-decoration: none;
}
h1 {
	font-size: 50px;
	margin: 100px 0px 50px 0px;
}
p {
	font-size: 12px;
}
.LostContent {
	width: 200px;
	vertical-align: middle;
	margin-bottom: 40px;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}