@import url(reset.css);

body {
	background-color: #ffffff;
	background: url('background.jpg') no-repeat top center fixed;  
	-webkit-background-size: cover;        
	-moz-background-size: cover;        
	-o-background-size: cover;      
	background-size: cover;	
	background-position: center center;	
	font-family: 'Open Sans', Arial, sans-serif;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div#outer 
{
	width: 100%;
	height: 100%;	
	display: table;
	position: absolute;
	top: 0;
	left: 0;
}
div#inner 
{
	vertical-align: middle;
	display: table-cell;
  text-align: center;
}
div#login
{
	text-align: left;
	display: inline-block;
  zoom: 1; 
  *display: inline;
	margin: 0px auto;
	width: auto;
	padding: 20px 0 20px 0;
	background-repeat: repeat;
	background-image: url('transparent_40.png');
	border-radius: 5px 5px 5px 5px;
}
div#login p
{
	text-align: center;
	color: #3b4148;
	margin: 0 20px 0 20px;
}
div#login p > span
{
	background-color: #33373d;
	border-radius: 3px 0px 0px 3px;
	color: #868a8d;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	width: 50px;
}
div#login p > span.user 
{
	background-image:url('user.gif'); 
	background-repeat:no-repeat; 
	background-position:center center;
}
div#login p > span.pass 
{
	background-image:url('lock.gif'); 
	background-repeat:no-repeat; 
	background-position:center center;
}
div#login p > span.token
{
	background-image:url('token.gif'); 
	background-repeat:no-repeat; 
	background-position:center center;
}
div#login p > span.email 
{
	background-image:url('email.gif'); 
	background-repeat:no-repeat; 
	background-position:center center;
}
#login input 
{
	border: none;
	-webkit-appearance: none;
}
#login > form > fieldset > label
{
  width: 320px;
	background-repeat: repeat;
	background-image: url('transparent_50.png');
	margin-bottom: 15px;
	padding: 8px 20px 8px 20px;
	line-height: 14px;
  font-size: 8pt; 
  color: #606468;
  text-align: left;
  display: inline-block;
}
#login form input[type="text"], input[type="password"] {
	background-color: #3b4148;
	border-radius: 0px 3px 3px 0px;
	color: #868a8d;
	margin-bottom: 15px;
	padding: 0 16px;
	width: 238px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}
#login form input[type="submit"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #2297D2;
	color: #eee;
	font-weight: bold;
	text-transform: uppercase;
	width: 320px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
#login form input[type="submit"]:hover {
	background-color: #2087bb;
}



#login form div.checkbox input[type=checkbox] 
{
	display: none;
}
#login form div.checkbox 
{
  margin-top: -1px;
  margin-bottom: 15px;
}
#login form div.checkbox > label:before 
{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #3b4148;	
	line-height: 20px;
	vertical-align: bottom;
}
#login form div.checkbox > label 
{
  margin: 0 20px 0 20px;
	font-size: 9pt;
	font-variant: small-caps;
	height: 20px;
	line-height: 20px;
	vertical-align: bottom;
	display: inline-block;
	color: #515457;
}
#login form div.checkbox input[type=checkbox]:checked + label:before 
{
	content: "\2713";
	font-size: 14px; /* Checkmark */
	color: #868a8d;
	text-align: center;	
}
#login form input[type="radio"] 
{
	display: none;
}



div.error
{
  width: 320px;
	background-repeat: repeat;
	background-image: url('transparent_70.png');
	margin-bottom: 20px;
	padding: 8px 20px 8px 20px;
	line-height: 14px;
  font-size: 9pt; 
  color: #FF6A6A;
  text-align: center;
  font-variant: small-caps;
}



p#footer 
{
	margin-top: 20px;
	color: #ffffff;
	font-size: 9pt;
	line-height: 16px;
	height: 16px;
	display: block;
	vertical-align: middle;
}
p#footer a
{
	color: #e94343;
	text-decoration: none;
}
p#footer a:hover
{
  color: #dd3232;
}



input::-ms-clear, input::-ms-reveal
{
    display:none;
}
