

.content_login{
	width: 1065px;
	height: 645px;
	margin: 0 auto;
	background: url(../img/login_bg.png);
}
.login_content{
	position: fixed;
	top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	display: none;
}
.login_box{
	position: absolute;
	margin: -200px auto 0;
	top: 50%;
    left: 0;
    right: 0;
	width: 300px;
	height: 300px;
	background: #fff;
	padding: 50px 25px;
	border-radius: 6px;
	border: 1px solid #f1f1f1;
}
.login_box >p{
	margin: 10px 0;
	line-height: 50px;
	font-size: 30px; 
}
.login_box > input{
	width: 280px;
	height: 40px;
	margin: 10px auto;
	border:none;
	background: #f3f3f3;
	padding:0 10px;
	font-size: 14px;
}

.login_box > button{
	width: 140px;
	height: 40px;
	border: none;
	background: #fa6b3a;
	margin-top: 15px;
	font-size: 18px;
	color: #fff;
	letter-spacing:2px;
}

.login_box > button:last-child{
	background: #fa9333;
	float: right;
}

.login_box > a{
        display: block;
        float: right;
	width: 140px;
	height: 40px;
	border: none;
	background: #fa6b3a;
	margin-top: 15px;
	font-size: 18px;
	color: #fff;
	letter-spacing:2px;
        text-align: center;
        line-height: 40px;
}