body {
	background-color: white;
} 

p {
	font-family:"Arial", Helvetica, sans-serif;
}

p.indxtxt {
	color:black;
}

div#subcontent {
    position: relative;
    top: 60px;
    z-index: 1;
}

div#supcontainer {
    position: relative;
    top: 50px;
    height: 550px;
    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#supbanner {
	position: relative;
	top:25px;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	text-align: center;
}

p.header {
	font-size:32pt;
	color:#808080;
}

div#scontainer {
	position:relative;
	top:-5px;
	padding:30px;
}

.captcha-inline {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem; /* Space between image and button */
}

span#loginerrmsg {
	position: absolute;
	left: 42px;
	top: 450px;
}

p.loginerrtxt {
	color:red;
	font-size:small;
}

div.loginfooter {
	position: relative;
	top: 40px;
	width: 220px;
	border-top: 1px solid #CCC;
	padding-top: 5px;
}

span#login {
	position: relative;
	float: left;
}


span#lostpassword {
	position: relative;
	float: right;
}

div.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
}



