﻿body {
	--background: #CCCCCC url(/images/loginBackground.jpg) no-repeat;
	--background: #CCCCCC url(/images/Logo_Full.png) no-repeat;
	--background: #CCCCCC;
    background: #CCCCCC url(/images/loginBackground.png) no-repeat;
}

a 
{
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;	
}

.FormContainer {
	width: 800px;
	--margin: 120px 0px 0px 180px;
    margin: 25px 0px 0px 180px;
	font-family: Arial, Sans-Serif;
	font-size: 20px;
    line-height: 1.6em;
}

.loginForm
{
    margin-top: 25px;
}

.loginForm p
{
	margin-bottom: 5px;
}

.loginLabel
{
	float:left;
	display:block;
	width:125px;
	margin-top:4px;
}

.loginForm input[type="text"], 
.loginForm input[type="password"]
{
	height: 30px;
	--width: 150px;
    font-size: 1.0rem;
	border: 1px solid #AAAAAA;
    border-radius: 5px;
	float:left;
    margin-top: 5px;
    padding: 0 5px;
}

.loginButton {
	margin-top: 5px;
	width: 6.0rem;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bulletText
{
	display: block;
	float: left;
	margin: 6px 0px 0px 5px;
	line-height: 12px;
}

.clearer 
{
	height: 0px;
	clear: both;
}

/*
.message
{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 3px;
	min-height: 13px;
}

*/

.message
{
	background-color: #FFF498;
	border: 1px solid #FDC200;
	padding: 5px;
	display: block;
	margin-bottom: 5px;
}

.forgotPassword
{
	font-size:14px;
	color:#000000;
}
