body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

div.wrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	display: block;
	height: auto !important;
	width: 100%;
	background: #a4a8ab;
	background: -moz-linear-gradient(top, #eaeef0 0%, #a4a8ab 100%);
	background: -webkit-linear-gradient(top, #eaeef0 0%, #a4a8ab 100%);
	background: linear-gradient(to bottom, #eaeef0 0%, #a4a8ab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeef0', endColorstr='#a4a8ab',GradientType=0);
}

div.vertical-center-outer {
	display: table;
	height: 100%;
	width: 100%;
}

div.vertical-center-inner {
	display: table-cell;
	vertical-align: middle;
}

div.content-wrapper {
	padding: 10px 10px 20px 220px;
	background-color: white;
	color: black;
}

img#logo {
	float: left;
	border: none;
	margin: 50px 0px 0px 20px;
}

header {
	width: auto;
	padding: 10px;
	background-color:#305e78;
	color: white;
	text-align: center;
	font-size: large;
	font-weight: bold;
}

div.content-wrapper a {
	color: #4040ff;
}

div.content-wrapper a:hover, div.content-wrapper a:visited {
	color: #8080ff;
}

table.loginForm {
	width: 100%;
	margin-top: 10px;
	border: none;
}

table.loginForm td {
	vertical-align: middle;
}

table.loginForm label {
	font-size: large;
}

table.loginForm input[type="text"], table.loginForm input[type="password"] {
	width: 40%;
	font-size: large;
	padding: 10px;
	border: solid 1px #c0c0c0;
	transition: 0.4s;
}

table.loginForm input[type="text"]:focus, table.loginForm input[type="password"]:focus {
	border-color: black;
	transition: 0.4s;
}

table.loginForm input[type="checkbox"] {
	visibility: visible;
	display: inline;
	height: 1px;
	width: 1px;
}

table.loginForm input[type="checkbox"] + label {
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 16px;
	border: solid 1px #c0c0c0;
	background-color: white;
	background-image: url(tick-green32.png);
	background-position: -32px center;
	background-repeat: no-repeat;
	transition: 0.25s;
}

table.loginForm input[type="checkbox"]:focus + label {
	border-color: black;
}

table.loginForm input[type="checkbox"]:checked + label {
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 16px;
	border: solid 1px #c0c0c0;
	background-color: #e0ffe0;
	background-image: url(tick-green32.png);
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.25s;
}

table.loginForm input[type="checkbox"]:checked:focus + label {
	border-color: black;
}

button {
	width: 40%;
	background-color: #02a1c1;
	border: none;
	padding: 10px 25px;
	color: white;
	font-weight: bold;
}

.mandatorySymbol {
	font-size: x-large;
	font-weight: bold;
	color: red;
}

div#response {
	visibility: hidden;
	width: auto;
	margin-right: 250px;
	border: 1px solid #ffcd04;
	background-color: #fff799;
	padding: 5px 20px 5px 20px;
	color: red;
	text-align: left;
	font-size: normal;
	font-weight: normal;
}

.validationMessage {
	visibility: hidden;
	display: inline;
	margin: 2px 10px 2px 5px;
	border: 1px solid #ffcd04;
	background-color: #fff799;
	padding: 5px 20px 5px 20px;
	width: auto;
	color: red;
	text-align: left;
	font-weight: normal;
}

div.notice {
	margin-top: 10px;
}

div.links {
	margin-top: 10px;
	text-align: left;
}