


body {
    font-family: Microsoft YaHei,Arial,sans-serif;
    color: #8c8ea2;
    background: #f9fbff;
    font-size: 14px;
}
.clear{
	clear:both;
}

.navbar_header {
	background:#fff;
}
.navbar_header {
    margin-bottom: 0;
}
.logos{
	margin-top:15px;
	width:162px;
}
.logos img{
	width:151px;
}
.fah{
	margin-top:20px;
	color:#666;
}
.fah a{
	color:#38adff;
}
.navbar_header {
    position: relative;
    min-height: 60px;
	border-bottom:1px solid #ddd;
}

.ng-scope{
	background:url(../images/login/bge1.jpg) center no-repeat #009cff;
}
.footer-downs {
    width: 100%;
    /*min-width: 1250px;*/
    position: fixed;
    z-index: 302;
    bottom: 0;
    left: 0;
    height: 40px;
    overflow: hidden;
    zoom: 1;
    margin: 0;
    background-color: #fbfbfb;
    text-align:center;
    line-height: 40px;
}
.new_login_content {
    width: 356px;
    height: 410px;
    margin: auto;
    position: relative;
}
.p_type{
	margin-top:30px;
	font-size:25px;
	color:#000;
	border-bottom:1px solid #ddd;
}
.logines{
	z-index: 1;
   margin-top: 90px;
   box-sizing: border-box;
  /* width: 391px;*/
   height: 480px;
   padding: 30px 30px 40px;
   background: #fff;
   box-shadow: 0 20px 30px 0 rgba(63,63,65,.06);
   border-radius: 10px;
   margin-bottom: 50px;
}
#login_blue_line1 {
    border-bottom:2px solid #0076fe;
	width:120px;
}
.login_input {
   /* width: 330px;*/
    height: 45px;
    margin-top: 24px;
    border-radius: 22px;
    border: solid 1px #e3e8f0;
    position: relative;
}
.login_input .icon1 {
	background:url(../images/login/icon_01.png);
}
.login_input .icon {
    position: absolute;
    top: 14px;
    left: 20px;
    width: 17px;
    height: 17px;
}
.login_input .icon2 {
	background:url(../images/login/icon_02.png);
}

.login_input .icon3 {
	background:url(../images/login/icon_03.png);
}

.login_input .login_text {
    /*width: 265px;*/
    height: 43px;
    border-radius: 0 21px 21px 0;
   /* position: absolute;*/
    right: 0px;
    border: 0;
    line-height: 43px;
    outline: 0;
    font-size: 14px;
	float: left;
    margin-left: 43px;
}
.employee_autoLogin {
   /* width: 330px;*/
    height: 52px;
    text-align: left;
    margin-top: 22px;
    position: relative;
}
.employee_autoLogin .employeeDiv {
    height: 16px;
    position: relative;
}
#autoLogin{
	margin-top:5px;
}
.toChangePassword{
	color:#999;
	margin-right:15px;
	
}
.toChangePassword:hover{
	color: rgba(0,118,254,1);
}
.toChangetext{
	color: rgba(0,118,254,1);
}
.login_button {
   /* width: 330px;*/
    height: 50px;
    background-color: #0076fe;
    border-radius: 25px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    margin-top: 22px;
    cursor: pointer;
	text-align:center
}

@media (max-width:1366px){
.logines{
	margin-top:23px;
	height: 430px;
}
.p_type{
	margin-top:5px;
}

}
