.login_div{
	width: 100%; 
	height: 100%; 
	background-color:rgba(255,255,255,0.5);
	position: fixed;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 100;
}
.mydiv  {
   position:fixed;
   top:50%;
   left:50%;
   margin:-200px 0 0 -350px;
   width:700px;
   height:400px;
   background-color: #E8F9FE;
   border-radius: 20px;
 }
 .close{
 	float: right;
 	margin-right: 15px;
 	margin-top: 10px;
 	color: #26A9E0;
 	font-size:20px;
 	font-weight: bold;
 }
 .mydiv_img{
 	width: 252px;
 	height: 74px;
 	margin: 0 auto;
 	margin-top: 30px;
 }
 .mydiv_img img{
 	width: 100%;
 	height: 100%;
 }
 .mydiv form{
	width: 550px;
	height: 200px;
	margin: 0 auto;
	border-bottom: #0099cc solid 1px ;
}
.mydiv_input{
	width: 350px;
	height: 40px;
	margin: 0 auto;
	margin-top: 20px;
	/*border:1px solid red;*/
	background-color: white;
}
.mydiv_input img{
	margin:7px;
	/*border: 1px solid yellow;*/
}
 input::-webkit-input-placeholder {
 	color: #aeaeae;
 }
.mydiv_input input{
	height: 40px;
	width: 310px;
	color:#666;	
	border:none;
	font-size: 16px;
	vertical-align: top;
}
.forget_pass{
	width: 350px;
	margin: 10px auto;
	
}
.mydiv span{
	float: right;
	color: #26A9E0;
	font-size: 12px;
}
.mydiv_button{
	width: 300px;
	height: 40px;
	margin:40px auto;
	display: block;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
	color: white;
	border: none;
	background-color: #0099CC;
}
.mydiv a:hover,.mydiv_button:hover,.link_img img:hover{
	cursor: pointer;
}
.link_img{
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
.link_img img{
	width:51px;
	height: 51px;
	margin:10px;
}