@charset "utf-8";
/* CSS Document */
*{ padding: 0; margin: 0; font-family:微软雅黑;  }
li{ list-style: none;}
body{
   background:url(../images/loginbc.jpg) no-repeat center center fixed;
   background-size:cover;
}
input{
    background-color:#fff !important;
    border-radius:2px !important;
    padding-left:4px;
    height:2em;
    border:none;
}

input:focus{
outline: none;
}
.contect_top{
width: 500px; 
height: 730px;
border: 1px solid #fff; 
border-radius: 10px;
background-color:rgba(73,72,124,0.4);
position:absolute; 
left:50%;
margin-left: -250px; 
top:5%; 
filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=120,strength=4);/*ie*/
-moz-box-shadow: 2px 2px 10px #999999;/*firefox*/
-webkit-box-shadow: 2px 2px 10px #999999;/*safari或chrome*/
box-shadow:2px 2px 10px #999999;/*opera或ie9*/   
box-sizing: border-box;
}
.login_logo{
  width:287px;
  height:190px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:80px;
  background:url(../images/login_logo.png);
  background-size:cover;
}
a.refresh{
  display: inline-block;
  width:15px;
  height:15px;
  background:url(../images/refresh.png);
  background-size:cover;

}
.contect_con{
  width: 100%; 
  margin-top:80px;
  *margin-top:176px;   /*ie 7*/
	width:261px\9\0;  /* ie 9*/
	*width:261px;  /* ie 7*/
	_width:260px;  /* ie 6*/
}

.contentImf{
  width:290px;
  margin-left:auto;
  margin-right:auto;
  height:3em;
}
.contentImf .inputTitle{
  color:#fff;
/*  text-shadow: 1px 1px 1px #666;*/
}
.contentImf .inputTitle{
  display: inline-block;
  width:3em;
  margin-right:15px;
}
.contect_input{
    background: #e5e5e5;  
    border: none; 
    width: 220px; 
    margin-bottom: 22px;    
    *margin-bottom: 21px;
    _margin-bottom:18px;
}


.contect_yanzheng input{
    background: #e5e5e5; 
    border: none; 
    width: 68px; 
    margin-top: 2px;  
    
}

.contect_yanzheng img{
   margin-left: 10px;
    
}
#verifyCode{
  width:120px;
}
.verifyCodefa{
  display: inline-block;
  width:220px;
  background-color:#fff;
  border-radius:2px ;
  margin-left:-4px;

}
.contect_yanzheng a{
   font-family: 微软雅黑; 
   font-size: 14px; 
   color: #00aaff; 
   margin-left: 3px;   
}
#code{
  height:1em;
  width:3em;
}
.contect_re{
  width:160px;
  line-height: 13px;
  line-height: 20px;
  margin-left:auto;
  margin-right:auto;
  font-family: 微软雅黑; 
  color:#fff;
  font-size: 12px;
  vertical-align: middle;
}

.contect_lock{
  margin-top:30px;
  width:190px;
  margin-top: 50px; 
  height:40px;
  margin-left: auto;
  margin-right:auto;
  background-image: url(../images/lock_img2.png);
  background-repeat: no-repeat;
  background-size:contain;
  cursor: pointer;
}
  
.contect_lock:active{
    background-image: url(../images/lock_img3.png);
}