body{
	background: #eaeae9;
	color: #666;
}
#platform{
	padding-top: 120px;
}
header{
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #333;
	padding: 35px 0 25px;
	margin-bottom: 20px;
	position: relative;
}
.message{
	display:block;
	margin-bottom: 20px;
}
	.alerts{
		width: 80%;
		font: normal normal 12px Arial, Helvetica, sans-serif;
		color: #fff;
		background: rgba(46,112,185,.6);
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		padding: 6px 0px;
		margin: 0 auto;
		text-shadow: 1px 1px 0px rgba(0,0,0,.20)
	}
		.alerts span:before{
			padding: 0px;
			margin: 0px -5px 0 10px;
			display: inline-block;
			color: rgba(255,255,255,.7);
		}
		.alerts.warning{
			background: #b92e2e;
		}
.logo{
	margin: 0px auto;
	width: 160px;
	max-height: auto;
	font-size: 1px;
	text-indent: -100px;
	overflow: hidden;
	text-align: left;
}
	header span{
		position: absolute;
		bottom: 10px;
		right: 10px;
		font: normal normal 9px sans-serif;
		color: rgba(255,255,255,0.15);
	}
#platform,
#login{
	margin: 0px auto;
	width: 400px;
}
#login{
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid rgba(0,0,0,0.12);
	text-align: center;
	padding-bottom: 50px;
}
label{
	margin: 0px auto;
	display: block;
	width: 80%;
	border: 1px solid rgba(0,0,0,0.10);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
	
	label[for="username"]{
		-webkit-border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	label[for="password"]{
		border-top: none;
		-webkit-border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
		margin-bottom: 10px;
	}
label span{
	display: inline-block;
	width: 100px;
	color: rgba(0,0,0,0.30);
}
label span:before{
	margin: 0px;
	padding: 0px 6px 0 4px;
	text-align: center;
	width: 50px;
}
.loginField{
	outline: none;
	color: #555;
	padding: 13px 0 13px 13px;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	border: 0px;
	width: 63%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
footer{
	text-align: center;
	font: normal normal 9px/12px Verdana, Geneva, sans-serif;
	padding: 30px 0 90px 0;
	color: rgba(0,0,0,0.45);
}
	footer a{
		color: rgba(0,0,0,0.50);
	}
	footer a:hover{
		color: #333;
	}
.loginBtn{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0px;
	height: 45px;
	cursor: pointer;
	width: 80%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font: normal bold 13px/10px Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px rgba(0,0,0,.30);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0,0,0,0.15);
	color: rgba(255,255,255,.9);
	text-transform: none;
	-moz-box-shadow: inset 0px 1px rgba(255,255,255,.10);
	-webkit-box-shadow: inset 0px 1px rgba(255,255,255,.10);
	box-shadow: inset 0px 1px rgba(255,255,255,.10);
	background: #0061aa;
}
	.loginBtn:hover{
		background: #2081ca;	
	}