/*水生动物疫病监测-登录页 penghui*/
.login {
	background: url(../../image/login_bg.jpg) top center no-repeat;
}
.login_title{color:#eff3ff;font-size: 43px;margin: 120px auto 50px auto;text-align: center;}
.login_box {
	width: 1000px;
	height: 600px;
	margin: 0 auto;
	background: url(../../image/login_box.png) no-repeat center fixed;
	position: relative;
	background-size: 1000px;
}
.input_box {
	padding-top: 40px;
	position: absolute;
	top: 40px;
	right: 145px;
}
.title_box {
	padding-top: 40px;
	position: absolute;
	top: 40px;
	left: 115px;
	font-size: 35px;
	color: #fff;
	font-weight: 600;
}
.yhdl div {
	font-size: 35px;
	color: #333333;
	font-weight: 600;
}
.yhdl span{color:#adadad;font-size: 16px;}
.user {
	width: 340px;
	height: 50px;
	background-color: #f7f7f7;
	padding: 0px 0px 0px 34px;
	background-image: url(../../image/user.png);
	background-repeat: no-repeat;
	border-radius: 4px;
	margin: 40px auto;
	background-position: 7px;
}
.password {
	background-image: url(../../image/password.png) !important;
}

.captchaCode {
	padding: 0px 0px 0px 20px !important;
	background-image: url(../../image/yzm.png) !important;
}
.user input{width: 100%;height: 47px;line-height: 47px;border:none;background: none;outline: none;font-size: 16px;}
.button {
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	background: #1c84c6;
	border-radius: 20px;
	display: block;
}
.button:hover{opacity:0.9;}

@media screen and (max-width: 1460px) {
	.login_title{font-size: 36px;margin: 100px auto 50px auto;}
	.login_box{width: 700px;height: 555px;background-size: 700px;}
	.input_box {top: 43px;right:85px;}
	.input_box {font-size: 26px;}
	.title_box {
		top: 43px;
		font-size: 24px;
		position: absolute;
		left: 75px;
		color: #fff;
		font-weight: 600;
	}
	.title_box h6 {font-size: 26px;}
	.user{width:268px;margin: 25px auto;height: 40px;line-height: 40px;padding: 0px 12px 0px 40px;}
    .user input{width: 268px;height: 40px;line-height: 40px;font-size: 14px;}
	.button{height: 40px;line-height: 40px;font-size: 14px;}
	.yhdl div{font-size: 24px;}
    .yhdl span{font-size: 14px;}
}
