body {
	background-color: #F9FAFB;
} 

p.indxtxt {
	color:black;
}

div#subcontent {
	position:relative;
	top:60px;
}

div#logincontainer {
	position: relative;
	top: 115px;
	height: 320px;
	width: 300px;
	border: 1px solid #C0C0C0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background: linear-gradient( to bottom, rgba(245, 245, 245, 1) 0%, /* very light gray */
	rgba(250, 250, 250, 1) 40%, /* even lighter */
	rgba(255, 255, 255, 1) 100% /* pure white */
	);
	color: var(--text-dark);
	border-radius: 5px;
}

span#loginbanner {
	position: absolute;
	top: 25px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 90px;
	width: 100%;
	text-align: center;
}

p.loginheader {
	font-size:32pt;
	color:#808080;
}

div#loginbox {
	position:relative;
	height:auto;
	padding:30px;
}


span#message {
	position: absolute;
	left: 30px;
	top: 232px;
}

p.errortxt {
	color:red;
	font-size:small;
}

div.loginfooter {
	position: relative;
	top: 30px;
	width: 220px;
	border-top:1px solid #CCC;
	padding-top:5px;
}

span#signup {
	position: relative;
	float: left;
}


span#lostpassword {
	position: relative;
	float: right;
}

div.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
}

