/***mystyle_index****/
.body_bg {	
	background: url("../images/login_bg2.png") no-repeat fixed  center / cover ;
	background:url("../images/login_bg_admin.png") no-repeat fixed\9;
	height: auto;
}
.whole{
	min-width:300px;
	max-width:500px;
	width:40%;
	background: #f2f2f2;
	margin:0 auto;
    padding-bottom:40px;	
	opacity:0.9;
	filter:alpha(opacity=90);
	position:relative;
}
.title{
	width: 100%;
	height: 50px;
	background: #438eb9;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
.form_box{
	width: 95%;
	margin-top: 40px;
}

.input_box{
	width: 80%;
	height: 50px;
	margin-left: 10%;
	margin-top: 10px;
}

.input_self{
	height: 48px;
	text-indent:10px;
	line-height: 48px;
	outline:none;
	background:#fdfffe;
	font-size: 16px;
	border:1px solid transparent;
	padding-left: 5px;
	margin-left: 55px;
}

.input_self::-webkit-input-placeholder{
	color:#5b5c5e
}

.finish_box{
	width: 80%;
	margin-left:10%;
	margin-top: 22px;
}
.finish_btn{
	width: 100%;
	height: 50px;
	line-height:50px;
	background: #4252d6;
	color:#fff;
	font-size: 20px;
	border:none;
	outline:none;
	cursor:pointer
}
.blank_30{
	height:30px;
}
.head-login{
	margin-bottom: 50px;
}
.user-box{
	width: 100%;
	height: 50px;
	border:1px solid #dddee0;
	background:url("../../images/user1.png") center left no-repeat #fdfffe;

}
.password-box{
	width: 100%;
	height: 50px;
	border:1px solid #dddee0;
	background:url("../../images/key1.png") center left no-repeat #fdfffe;

}
.my-check:hover{
	cursor: pointer;
}
.my-check input[type='checkbox']{
	margin-right: 15px;
	width: 20px;
	height: 20px;
	-webkit-appearance:none;
	border:#4252d6 1px solid;
	background: #ffffff;
	outline: none;
}
.my-check input[type=checkbox]:checked{
	background: url("../../images/check.png")no-repeat center;
}
