body
{
	background-color:#cfd0d0; 
	padding:0px;
	margin:0px;
	font-family: Arial,Helvetica;
}

.hidden {
	display:none;
}

.shown {
	display:block;
}

.systemMessage { 
	text-align: center; 
	width: 100%; 
	color: #ff0000; 
	font-weight: bold; 
}

.maintenance {
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}

.maintenance, .maintenanceNotice {
	width:525px;
	padding-right:80px;
	background-image:url('../images/construction.png');
	background-repeat:no-repeat;
	background-position:525px 10px;
	border:1px solid darkgrey;
	background-color:white;
	margin-bottom:40px;
}
.browserNotice{
	width:525px;
	border:1px solid darkgrey;
	background-color:white;
	margin-bottom:40px;
}

.maintenanceBody, .browserBody { padding:0px 15px; }
h1 {font-size:1.5em;text-align:left;}
p.signature {margin-top:2em;}
.textinput{width:142px;}

.fs-form {
	display:block;	
	background-color:white;
	padding:95px 90px 35px;
	border-radius:15px;
	border:none;
	background-image:url("../images/grey2.png");
	background-repeat:no-repeat;	
	background-position:25px 25px;
}

.fs-form.cg {
	background-image:url("../images/ui2/cg_logo.jpg");
}

.fs-form .textinput {
	border:none;			
	width:250px;
	outline:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.fs-form .textinput:focus {
	outline:none;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.formContainer {
/*	height:100vh;
	width:100vw;*/

}

.maintenanceNotice, .browserNotice {
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}

.formContainer .fs-form:first-child {
	margin-top:20vh;
}

input[type=submit] {
	margin-left:5px;
}

.form-row {
	border-bottom:1px solid darkgrey;
	margin:10px;
	padding:10px;
}
.form-row:last-child{
	border:none;
	margin-bottom:0px;
}

a {
	color:#264788;
}

body,
input {
	font-family: "Segoe UI","Lucida Grande","Ubuntu","sans-serif";		
}

input[type=text],
input[type=password],
#login{
	font-size:15px;
}

.btn-microsoft,.btn-microsoft:hover,.btn-microsoft:focus,.btn-microsoft:active {
	color:white;
	background-color:#0064B5;
	font-size:15px;
	border-radius:0px;
}