@charset'utf-8';
#login-form{
	width:420px;
	height:360px;
	margin:0 auto;
	background-color: white;
	border:1px solid #c6cbcb;	
	text-align: center;
}
.login-title{
	margin-top: 20px !important;
	color:#3589d5;
	font-size: 27px;
	letter-spacing:7px;
	font-family: 'Microsoft YaHei',sans-serif;
	text-align: center;
	line-height:1.4;
	width:96%;
	margin:0 auto;
	letter-spacing:-1px;
}
.second-title{
	font-size: 12px;
	color:#959595;
	margin-bottom: 20px;
	text-align: center;
}

#login-detail{
	width:320px;
	margin:0 auto;
}
.form-text{
	font-size: 15px;
	color:#5d5d5d;
}
input.up{
	width:240px;	
	height:24px;
}
.right-box{
	margin-top: 5px;
}
.btn-login{
	background-color: #3589d5;
	width:100%;
	height:36px;
	color:white;
	border:0;
	font-size: 18px;
	font-family: 'Microsoft YaHei',sans-serif;
	letter-spacing: 5px;
}