body{
	/*background: url(../images/2.jpg) no-repeat;*/
	background-color: #8EC220;
	background-size: cover;
	margin: 0;
	padding: 0;
	color: #777;
	font-family: "microsoft yahei";
}

.container{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,0.6);*/
}

.content{
	position: relative;
	width: 100%;
	height: 100%;
}

.title{
	height: 60px;
	line-height: 60px;
	/*color: #fff;*/
	color: #333333;
    /*background: rgba(41,171,226,0.4);*/
   background: #fff;
}

.title_con{
	width: 1200px;
	height: 60px;
	margin: auto;
}

.title_con_lf{
	float: left;
	height: 50px;
	margin-top: 5px;
}

.title_con_lf img{
	height: 100%;
}

.title_con_rg{
	float: right;
	line-height: 60px;
	padding-left: 20px;
	font-size: 18px;
}

.title_icon{
	float: right;
	height: 20px;
	margin-top: 5px;
	margin-left: 10px;
}

.title_icon img{
	height: 100%;
}

.login_container{
	position: absolute;
	width: 400px;
	padding: 0px 40px;
	height: 400px;
	background: #fff;
	left: 50%;
	top: 50%;
	margin-top: -220px;
	margin-left: -240px;
	z-index: 22;
	border-radius: 20px;
}

.login_container h3{
	font-weight: 500;
	text-align: center;
	font-size: 30px;
}

.login_form{
	height: 50px;
	margin-bottom: 20px;
}

.login_form input{
	font-family: "microsoft yahei";
	height: 48px;
    width: 370px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid rgba(50,58,69,.2);
    border-radius: 5px;
    background-color: #fff;
}

.inputAct{
	border: 1px solid #f86 !important;
}


.login_form input:focus{
	outline: 0;
	border: 1px solid #29ABE2;
}
.login_form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.rem_con{
	height: 40px;
}

.rem_icon{
	cursor: pointer;
	float: left;
	height: 20px;
}

.rem_txt{
	padding-left: 10px;
	float: left;
	line-height: 20px;
	font-size: 15px;
}


.btn_login{
	padding: 5px;
	width:392px ;
	cursor: pointer;
	height: 48px;
	background: rgba(142,194,32,0.7);
	line-height: 48px;
	text-align: center;
	border-radius: 24px;
	font-size: 18px;
	color: #fff;
	letter-spacing:10px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	overflow: hidden;
}
.btn_login:hover{
	background: rgba(142,194,32,1);
}
.btn-mod-pwd{
	padding: 5px;
	width:392px ;
	height: 53px;
	background: white;
	line-height: 53px;
	text-align: center;
	border-radius: 24px;
	font-size: 18px;
	color: #fff;
	letter-spacing:10px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	overflow: hidden;
}
.btn-mod-pwd span{
	display: inline-block;
	padding: 5px;
	width:170px ;
	cursor: pointer;
	height: 48px;
	background: rgba(142,194,32,0.7);
	line-height: 48px;
	text-align: center;
	border-radius: 24px;
	font-size: 18px;
	color: #fff;
	letter-spacing:10px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.btn-mod-pwd span:first-child{
	margin-left: 10px;
	float: left;
}

.btn-mod-pwd span:last-child{
	float: right;
	margin-right: 10px;
}

.btn-mod-pwd span:hover{
	background: rgba(142,194,32,1);
}
.btn_login .mod-pwd{
	display: inline-block;
	padding: 5px;
	width:340px ;
	cursor: pointer;
	height: 48px;
	background: #29ABE2;
	line-height: 48px;
	text-align: center;
	border-radius: 24px;
	font-size: 18px;
	color: #fff;
	letter-spacing:10px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.err_tip{
	display: none;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #f69;
	border: 1px solid #f69;
	font-size: 14px;
	margin-bottom: 10px;
}



/*修改密码界面样式*/
.mod-pwd-container{
	width: 400px;
	padding: 0px 40px;
	height: 280px;
	background: #fff;
	left: 50%;
	top: 50%;
	margin-top: -170px;
	margin-left: -240px;
	z-index: 22;
	border-radius: 20px;
}

.Login_un_sel {
	display: block;
	height: 20px;
	width: 20px;
	background: url(../images/un_sel_gray.png) no-repeat;
	background-size: cover;
}

.Login_has_sel {
	display: block;
	height: 20px;
	width: 20px;
	background: url(../images/has_sel_gray.png) no-repeat;
	background-size: cover;
}