* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
img {
	border: 0;
}
a {
	font-weight: 700;
	color: #0071b9;
}

body {
	text-align: center;
	height: 100%;
}

.clear {
	clear: both;
}

#head {
	height: 71px;
	background-color: #0071b9;
	position: relative;
}
#head:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 5px solid #81c255;
}
#container {
	background-color: #ffffff;
	margin: auto;
	text-align: center;
	height: 560px;
	position: relative;
}
#container-in {
	height: 412px;
	width: 376px;
	margin: auto;
	background: #ffffff;
	border: 1px solid #dfdfdf;
	position: relative;
	z-index: 2;
	top: 24vh;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
#container-in-bg {
	min-height: 237px;
	height: auto !important;
	height: 237px;
	width: 100%;
	position: absolute;
	top: 30vh;
	left: 0;

	background: #ddd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ddd 0%, #ddd 50%, #dadada 50%, #dadada 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #ddd),
		color-stop(50%, #ddd),
		color-stop(50%, #dadada),
		color-stop(100%, #dadada)
	);
	background: -webkit-linear-gradient(top, #ddd 0%, #ddd 50%, #dadada 50%, #dadada 100%);
	background: -o-linear-gradient(top, #ddd 0%, #ddd 50%, #dadada 50%, #dadada 100%);
	background: -ms-linear-gradient(top, #ddd 0%, #ddd 50%, #dadada 50%, #dadada 100%);
	background: linear-gradient(to bottom, #ddd 0%, #ddd 50%, #dadada 50%, #dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#dadada', GradientType=0);
}
#login-title p {
	font-size: 1.7rem;
	color: #0173ba;
}
#login-title span {
	color: #81c255;
}
#form {
	padding: 8px;
	padding-bottom: 0;
}
#form div.username,
#form div.password {
	float: left;
	color: #0071b9;
	text-align: left;
	padding: 15px 21px;
	text-align: center;
}
#form div.username input,
#form div.password input {
	width: 311px;
	padding: 3px;
	background: #d7d7d7;
	border: 1px solid #d7d7d7;
	font-size: 13pt;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#form div.username label,
#form div.password label {
	font-size: 13pt;
}
#form div.submit_btn {
	clear: both;
}
#login-btn {
	margin-top: 15px;
}
#footer {
	height: 75px;
	width: 100%;
	background: #1a7fc0;
}
