*{
	margin: 0;
	padding: 0;
}
.blank_30{
	height:30px;
}
.whole{
	background-position: center;
	background-image:url(login_bg.png);
	background-size: cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color: #ffffff;
}
.father_Div{
	background-color:#f0f0f0f0;
	width: 400px;
	height: 420px;
	opacity:0.8;
	margin:150px auto;

}
.title_Div{
	background:#3b81af ;
	height: 45px;
	width: 100%;
	font-size:15px;
	color:white;
	font-weight:900;
	text-align:center;
	line-height:50px;

}
.Text{
	text-indent:10px;
	text-align:center;
	margin-top: 15px;
	color:#3b81af ;
}
.username_Div{
	text-align:center;
	margin-top: 15px;
}
.username{
	border:0;
	width:80%;
	height:50px;
	background-color: #f4faff;
	margin-left: 50px;
	font-size: 18px;
}
.pwd{
	width:80%;
	height:50px;
	background-color: #f4faff;
	border:0;
	margin-left: 50px;
	font-size: 18px;
}
.user-box{
	width: 100%;
	height: 50px;
	border-radius: 8px;
	background:url("../../images/user3.png") center left no-repeat  ;
	background-size: 45px;
	background-color: #f4faff;
}
.password-box{
	border-radius: 8px;
	width: 100%;
	height: 50px;
	background:url("../../images/pwd3.png") center left no-repeat ;
	background-size: 45px;
	background-color: #f4faff;
}
.password_Div{
	text-align:center;
	margin-top: 15px;
}
.submit_Div{
	text-align: center;
	margin-top: 15px;
}
.submit{
	width:80%;
	height:45px;
	color: white;
	border:none;
	background-color:#008ae8;
	text-align:center;
	cursor:pointer;
	border-radius: 8px;
	font-size: 18px;
}
.submit:hover{
	box-shadow:0 0 3px  #3b81af inset;
}
.form_box{
	width: 80%;
	margin-top: 40px;
	margin: 0 auto;
}
.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;
	text-align: center;
}
.finish_btn{
	width: 100%;
	height: 50px;
	line-height:50px;
	background: #4252d6;
	color:#fff;
	font-size: 20px;
	border:none;
	outline:none;
	cursor:pointer
}