.log_con{
	width: 100%;
	height: 100%;
	position: relative;
	background: #fff;
}
.log_img{
	position: absolute;
	top: 0;
	height: 60%;
	width: 100%;
}
.log_div{
	width: 438px;
	/*height: 340px;*/
	background: #fff;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 10px;
	box-shadow: 1px 1px 10px #215be1;
}
.log_p{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logp_text{
	font-size: 28px;
	color: #3983f7;
	margin: 0 20px;
}
.logp_line{
	width: 97px;
	height: 1px;
	background: #adadad;
}
.log_name,.log_pas{
	width: 348px;
	height: 48px;
	border: 1px solid #dadada;
	margin: auto;
	margin-top: 40px;
	border-radius: 5px;
	display: flex;
	align-items: center;
}
.log_pas{
	margin-top: 22px;
}
.user_img,.pas_img{
	margin: 0 20px;
}
.user_input,.pas_input{
	outline: none;
	height: 100%;
	border: none;
}
input::-webkit-input-placeholder { 
/* WebKit browsers */ 
	color: #dadada; 
	font-size: 18px;
} 
input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
	color: #dadada; 
	font-size: 18px;
} 
input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
	color: #dadada; 
	font-size: 18px;
} 
input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
    color: #dadada; 
    font-size: 18px;
}
.log_log{
	width: 348px;
	height: 48px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lab{
	font-size: 18px;
	color: #999;
	margin-left: 10px;
}
.ll_btn{
	width: 180px;
	height: 48px;
	background: #3094f2;
	font-size: 24px;
	color: #fff;
	border-radius: 24px;
}
