/*LOGIN SCREEN*/

/*body{background:url(../Img/bg.png)}*/
body{ background-color:#a1a1a1}

/*container*/
#login{
	margin:0 auto;
	margin-top:120px;
	text-align:center;
	width:360px;
	background:url(../Img/logo.gif) no-repeat center top;
	padding-top:250px;
}

/*fields*/
#login input{
	width:340px;
	/*font-weight:bold;*/
	font-size:18px;
	padding:10px;
	color:#999;
	border:1px solid #ccc;
	margin-bottom:15px
}
#login input:focus{color:#333}

/*validators*/
#login span.val{
	display:block;
	color:#efefef!important;
	padding:5px;
	width:auto;
	background:url(../Img/op20.png);
	/*-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	border-radius: 3px;*/  
	-webkit-transition: .3s ease-in-out;  
	-moz-transition: .3s ease-in-out;
	margin-bottom:15px;
}
#login .btn{width:360px;padding:0!important;font-size:22px;line-height:50px}
