html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	color: #ffffff;
	font-family: sans-serif;
	background-color: #828282;
}
a {
	color: #ffffff;
	text-decoration: none;
}
p {
	margin: 0;
}
#mainDiv {
	height: 100%;
	position: relative;
	min-width: 800px;
	background-image: url('images/background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#headerDiv {
	height: 102px;
	position: relative;
	font-family: 'Arial Narrow';
}

#headerDiv > ul {
	list-style-type: none;
	width: -webkit-fill-available;
	position: absolute;
	margin: 0;
	margin-top: 34px;
	margin-left: 32%;
	padding: 0;
	font-weight: 600;
}
#headerDiv li {
	display: inline;
	padding-right: 45px;
	font-size: 18px;
}

#headerDiv li a:hover {
	color: #698DD2;
}

li:last-child { float:right; }

#headerDiv img {
	float: left;
	margin-right: 13px;
	height : 35px;
	margin-top: 26px;
	margin-left: 16px;
}

.textDiv {
	color : #000000;
	background-color: #FFFFFF;
}

.formDiv {
	position: absolute;
	width: 300px;
	margin-top: 5%;
	right: 14%;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-radius: 6px;
}
.formDiv h3 {
	font-weight: 600;
	font-size: 24px;
	margin: 0;
	padding: 0 50px 0 50px;
}
.formDiv input[type="submit"] {
	display: block;
	cursor: pointer;
	margin: 12px auto 0 auto;
	font-size: 16px;
	font-weight: bold;
	background-color: #24A0ED;
	border: none;
	min-width: 94px;
	height: 32px;
	padding-left: 14px;
	padding-right: 14px;
	color: white;
	width: 90%;
}

.formDiv input[type="submit"]:active {
	background-color: #df9c0c;
}
.formDiv input[type="submit"]:disabled {
	background-color: #afafaf;
	color: #808080;
	cursor: default;
}
.formDiv form {
	padding: 28px;
}

.formDiv input[type="text"], .formDiv input[type="password"] {
	margin-top: 5px;
	font-size: 16px;
	margin-bottom: 16px;
	width: 100%;
	height: 25px;
}
.switchLink {
	text-align: center;
}

.switchLink a{
	color : #000000;
}

.switchLink a:hover {
	text-decoration: underline;
}
#infoDiv {
	float: left;
	width: 375px;
	bottom: 0;
	position: absolute;
}
#infoDiv p {
	margin-top: 22px;
	margin-bottom: 25px;
	margin-left: 16px;
	margin-right: 16px;
	font-size: 16px;
	font-style: italic;
	line-height: 1.3;
}
.welcome {
	font-style: italic;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 3px;
}
.welcome ul {
	padding-left: 6px;
	margin-right: 16px;
}
.welcome li {
	margin-top: 6px;
	margin-bottom: 6px;
}
#footerDiv {
	position: absolute;
	bottom: 0;
	margin-left: 8px;
	margin-bottom: 12px;
	font-size: 14px;
}
#error_message, #reset_message {
	margin-left: 44px;
	margin-bottom: 15px;
	color: #f37232;
}
#loadingIndicator {
	position: absolute;
	right: 12px;
	bottom: 12px;
}