@charset "utf-8";
/* CSS Document */
body{ margin:0px; padding:0px;font-family: "微软雅黑";  color:#333; background-color:#f1f1f1;}
img,h1,h2,h3,h4,h5,h6,p,span,ul,li{ margin:0px; padding:0px; display:block; font-weight:normal;}
a{ text-decoration:none; color:#333;}

.login_box{ 
   width:450px;
   height:450px; 
   background-color:#fff;
   position:absolute;
   top:50%;
   left:50%;
   margin-top:-225px;
   margin-left:-225px;
   border-radius:10px;
}
.login_top {
  width:100%;
  height:80px;
  background-color:#fff9ec;
  border-radius:10px 10px 0 0;
  border-bottom:1px solid #f6ab00;
  position:absolute;
  top:0px;
  left:0px; 
}
.login_top span{
	font-size: 30px;
  margin-top: 18px;
  background: url(../images/favicon.png) no-repeat 15px;
  background-size: 48px;
  padding: 2px 0 2px 65px;
}
.login_head{
    width:66px;
    height:66px;
    margin:0 auto;
    position:absolute;
    top:100px;
    left:50%;
    margin-left:-33px;
    border:10px solid #ECECEC;
    border-radius:50%;
}

form{
  position:absolute;
  top:190px;
  left:50%;
  margin-left:-195px;
  display:block;
}
form input{
  width:350px; 
  height:40px;
  margin:0 auto;
  border-width:0px 0px 1px 0px;
  border-bottom-color:#333;
  outline:none;
  margin-bottom:6px;
  font-size:16px;
  font-family:"微软雅黑";
  line-height:30px;
  padding-left:40px;
}
form input:focus{
 border-bottom-color:#ee3233; 
}
.login_user{
  background:url(../images/user.png) no-repeat 10px;
}

.login_pwd{
  background:url(../images/password.png) no-repeat 10px;
}

.login_code{
  background:url(../images/code.png) no-repeat 10px;
}
.login_code{
  width:200px;  
  float:left;
  margin-right:20px;
}

form img{
  float:left;
  margin-top:6px;
}

.forget_pwd{
  position:absolute;
  bottom:70px;
  right:30px;
  font-size:16px;
}
.forget_pwd a:hover{  
  color:#ee3233;
}

.login_branch{
  width:390px; 
  height:40px;
  margin:0 auto;
  border-width:0px 0px 1px 0px;
  border-bottom-color:#333;
  outline:none;
  margin-bottom:6px;
  font-size:16px;
  font-family:"微软雅黑";
  line-height:30px;
  padding-left:40px;
  background:url(../images/branch.png) no-repeat 8px;
  background-size: 24px;
}
.login_branch:focus{
 border-bottom-color:#ee3233; 
}

button{ 
  width:100%;
  height:50px;
  background-color:#016738;
  border-radius:0 0 10px 10px;
  position:absolute; 
  bottom:0px;
  left:0px;
  border:none;
  font-size:22px;
  color:#fff;
  font-family:"微软雅黑";
  font-weight:normal;
  cursor:pointer;
  -webkit-transition:all ease-in-out 0.4s;  
  -moz-transition:all ease-in-out 0.4s;
  -ms-transition:all ease-in-out 0.4s;
  -o-transition:all ease-in-out 0.4s;
  transition:all ease-in-out 0.4s;
  outline:none;
}
button:hover{
  background-color:#016738;
  -webkit-transition:all ease-in-out 0.4s;  
  -moz-transition:all ease-in-out 0.4s;
  -ms-transition:all ease-in-out 0.4s;
  -o-transition:all ease-in-out 0.4s;
  transition:all ease-in-out 0.4s;
}