body, html {
/*     width: 100%; */
/*     height: 100% */
}
input:-webkit-autofill {

-webkit-box-shadow: 0 0 0px 32px #F5F6F8 inset; 

/* -webkit-text-fill-color: #F5F6F8;  */

}
 .inputdiv{
   display:flex;border: 1px solid #EBECF0;
   background-color: #fff;
   height: 38px;
   line-height: 38px;
   padding: 0px 19px;
   border-radius: 0px;
 }
input::-webkit-input-placeholder {
    color: #A7ADB5;
  }
body {
    background-image: url(../img/login/login_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.login-div-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30%;
    right: 0;
    margin: auto;
    height: 55%;
    width: 40%;
    text-align: center;
    min-height:450px;
}
.div_line {
	width: 100%;
	height: 1px;
	margin: 12 0 0 0;
	border-top: solid #d2d2d2 1px;
}

h1 {
    color: #4f90f4;
    font-size: 30px;
    font-weight:normal;
    margin-bottom: 6%;
}

h4 {
    position: relative;
    font-size: 12px;
    color: #999;
    text-transform: capitalize;
    width: 80%;
    text-align: center;
    margin-bottom: 15%;
}
h4:after, h4:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 25%;
    height: 2px;
    background-color: #e8e8e8
}
h4:before {
    left: 0
}

h4:after {
    right: 0
}
.item {
    width: 100%;
    height: 100%;
    margin-bottom: 10%;
    position: relative
}
.item img {
    position: absolute;
    bottom: 1%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    left: 3%
}
.item input {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    height: 100%;
    padding-bottom: 3%;
    width: 100%;
    font-size: 16px;
    color: #333;
    outline: none;
    padding-left: 15%
}
.item input::-webkit-input-placeholder {
    color: #999
}
.item input:focus {
    border-color: #4f90f4
}
.other {
    width: 80%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8%
}

.other a:first-child {
    color: #4f90f9;
    font-size: 14px;
    font-weight:;
    text-decoration: underline
}

.other a:last-child {
    color: #333;
    font-size: 14px
}

.submit_btn{
	font-size:18px;
	width:75%;
	height:40px;
	border:0;
	background-color:#4f90f4;
	color:#fff;
	border-radius:8px;
}
              
.button{ display:block; 
		 width:100%;
		 height:45px;
		 border:0;
		 background-color:#4f90f4;
		 border-radius:2px;
         line-height:40px; 
         text-decoration: none;
		 color:	#fff;
		 font-family:"微软雅黑";
		 font-size:18px;
		 border:2px solid #fff;
		 margin:0 auto;
		 box-sizing:border-box;
		 -moz-box-sizing:border-box;
		 -webkit-box-sizing:border-box;
		 position:relative;
		 -webkit-transition:0.4s ease;
         -o-transition:0.4s ease;
	     -moz-transition:0.4s ease;
	     -ms-transition:0.4s ease;
}
.button:hover{ border:2px solid #fff;
               background-position:150px center;
               font-size:19px;
               text-decoration: none;
               font-weight: bold;
              }
.button .line{ display:block; position:absolute; background:none;
         -webkit-transition:0.6s ease;
         -o-transition:0.6s ease;
	     -moz-transition:0.6s ease;
	     -ms-transition:0.6s ease;} 
	     			   
.button:hover .line{background:#4f90f4;} 
.button .line_top{height:2px; width:0px;left:-100%;top:-2px;}
.button:hover .line_top{ width:100%;left:-0px;}
.button .line_bottom{height:2px;width:0px;right:-100%;bottom:-2px;}
.button:hover .line_bottom{ width:100%;right:-0px;}
.button .line_left{height:0px;width:2px;bottom:-100%;left:-2px;}
.button:hover .line_left{ height:100%;bottom:-0px;}
.button .line_right{height:0px;width:2px;top:-100%;right:-2px;}
.button:hover .line_right{ height:100%;top:-0px;}

.forget-pwd{text-decoration: none;}
.forget-pwd:hover{color:green; text-decoration:underline;}
