body {
	
	font-family: "Open Sans";
	font-size: 15px;
	
}
html{
	font-family: "Open Sans";
	background-size: cover;
	padding: 0;
	margin: 0;
}
.greeting1{
	font-family: "Open Sans";
	font-size: 50px;
	text-align:center;
	margin-top: 100px;
	color: white;
}
.greeting2{
	font-family: "Open Sans";
	font-size: 20px;
	text-align:center;
	margin-top: 10px;
	color: white;
}
#main{
	margin:0 auto;
	width:1024px;
	height:650px;
	font-family: "Open Sans";
	font-size: 15px;
	
}
.login-logo{
	
	height:110px;
	margin-left:125px;
	
}
.logo-cap{
	width:350px;
}
.logo-text{
	text-align:center;
}
.signinform{
	height:385px;
	width:350px;
	margin-top:50px;
	margin-left:340px;
	background-color:white;
	border:thin solid LightGray;
}
.indexform{
	margin-top:25px;
	}
.indexform label{
	float:left;
	width:92px;
	padding-top:12px;
	padding-left:20px;
}
.username{
	margin-left:45px;
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
	width:262px;
}
.submit{
	margin-top:10px;
	margin-left:45px;
	height:30px;
	width:262px;
	text-align: center;
	font-family: "Open Sans";
	font-size: 12px;
	background:#E5195e ;
	border:none;
	color:white;
	cursor: pointer;
}
	
#content{
	position:relative;
	width:1024px;
	height:900px;
	margin:0 auto;
	
}

#loginResponse {
	padding: 40px 10px 20px 10px;
	text-align: center;
	color: #fff;
}

#forgotPassword {
	
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 10px 43px;
	font-size: 12px;
}
#forgotPassword a {
	color: #0081ae;
	text-decoration: none;
}
#forgotPassword a:hover {
	text-decoration: underline;
}
#version {
	text-align: center;
	font-size: 10px;
	color:#fff;
}

#twoFactorCode {
	display: none;
}

#twoFactorMessage {
	display: none;
	text-align: center;
	font-size: 12px;
	padding: 0 40px;
}