body{
	background:var(--content-bg-color);
}

.page
{
	width:100%;
	background-color:var(--content-bg-color);
}

.loginArea
{
	width:100%;
	max-width:350px;
	
	margin:0px auto;
	padding:30px 10px 50px 10px;
	border:#999 solid 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.loginArea form{
	width:80%;
	margin:0px auto;
}

#username, #password
{
	border: 1px solid #d5d5d5;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	padding: 3px;
}

#username:focus, #password:focus
{
	border: 1px solid #828282;
	padding: 3px;
}



.forgot-link { font-size:11px; padding-top:10px; padding-bottom:10px; text-decoration:underline; }

.social-logout-confirm { display:none; position:absolute; right:0; top:40px; padding:10px; min-width:200px; background-color:#1a3965; z-index:15; }
.social-logout-confirm-sm { display:none; color:#fff; padding-left:10px; }
.social-signout-option { display:inline-block; }
.social-logout-confirm label, .social-logout-confirm-sm label { font-weight:normal; color:#fff; }