.header2 {
    margin: 40px auto;
    height: 109px;
    width: 674px;
}


.footer2 {
    height: 50px;
    line-height: 20px;
    background-color: rgba(0,0,0, 0.1);
    font-size: 15px;
    border-top: 0;
}

.bodyImage {
    background:url(../images/login_body_bg.jpg)  fixed no-repeat;
    background-size: cover;
}

.formBackground {
    background-size: auto;
    padding-top: 17px;
}

*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}


.formBackground h2{
    color: #7a7878;
    font-family: "Microsoft yahei", sans-serif;
    font-weight: normal;
    font-size: 23px;
    padding: 35px 48px 16px;
    
}

.login_user,.login_password{
    height: 48px;
     width: 100%;
    position: relative;
    overflow: hidden;
    padding: 8px 0;
    padding-left: 43px;
}


.login_user input,.login_password input{
    height: 100%;
    width:100%;
    font-size: 18px;
    padding-left: 10px;
    border: none;
    border-left: 1px solid #d7d7d7;
    outline-style: none;
}
.login_user::before, .login_password::before{
    display: block;
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/user.png) center no-repeat;
    top: 8px;
    left: 4px;
}
.login_password::before{
    background: url(../images/password.png) center no-repeat;
}

.alter_password{
    height: 40px;
     width: 84%;
    position: relative;
    overflow: hidden;
    padding: 8px 0;
    padding-left: 42px;
}

.alter_password input{
    height: 100%;
    width:100%;
    font-size: 16px;
    padding-left: 10px;
    border: none;
    border-left: 1px solid #d7d7d7;
    outline-style: none;
}
.alter_password::before{
    display: block;
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/password.png) center no-repeat;
    top: 4px;
    left: 5px;
}

.loginBtnDiv {
    width:70%;
    margin:0 64px;
    margin-top: 18px;
}
.loginBtnDiv2 {
    width:100%;
    margin:0 auto;
    margin-top: 34px;
}
.login_btn{
    width: 100%;
    height: 42px;
    font-size: 21px;
    background: #138ae3;
    outline: none;
    border: none;
    border-radius: 5px;
    font-weight: nomal;
    font-family: "Microsoft yahei", sans-serif;
    color: #fff;
    letter-spacing:8px;
    cursor:pointer;
}
.login_btn:hover{
	background: #067cd4;
}
#returnIndex {
	background:#f37b1d;
}

.loginsolid{
	border: 0.5px solid #cecece;
    margin-left: 41px;
    margin-right: 52px;
    margin-bottom: 8px;
}
.loginborder{
	width:320px;
	height:100px;
	border:1px solid #cecece;
	border-radius: 7px;
	margin-left: 68px;
    margin-top: 42px;
	margin-bottom: 70px;
}
.alterborder{
	width:320px;
	height:124px;
	border:1px solid #cecece;
	border-radius: 7px;
	margin-left: 68px;
    margin-top: 28px;
	margin-bottom: 18px;
}
.border{
	border: 0.5px solid #cecece;
}
.detailpwd{
	width:320px;
	height:20px;
	margin-top: 14px;
	color: #ababab;
    font-family: "Microsoft yahei", sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding: 0px 5px;
}

.remempwd{
	position:absolute;
	left: 73px;
	color:inherit; 
	font:inherit;
}

.forgetpwd{
	position:absolute;
	right:87px;
	color:inherit; 
	font:inherit;
	
}

#remcheckbox+label{
    cursor:pointer;
}

input[type="checkbox"] + label::before {
    content: "\a0";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: white;
    border: 1px solid #ababab;
    margin-right: 7px;
    text-align: center;
    line-height: 14px;
}
input[type="checkbox"]:checked + label::before {
    content: "\2714";
    background-color: white;
}
input[type=checkbox]{
	display: none;
}