﻿@charset "utf-8";
.loginBody{background:url(../../../images/tzzbb/images/afterSys/login_bg.jpg) center top no-repeat;background-size:100% 100%;}
	.loginWrap{width:520px;margin:0 auto;color:#fff;font-size:12px;}
		.formWrap{width:480px;height:390px;margin-top:116px;background:rgba(255, 255, 255, 0.2);filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#33ffffff', EndColorStr='#33ffffff');box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);padding:20px;}
			.formContent{background:#fff;width:480px;height:390px;}
				.form{width:300px;margin:0 auto;}
					.loginLogo{padding:25px 0;}
					.loginLogo span{letter-spacing: 3px;display:block;color:#004e96;font-size:24px;font-weight:500;margin-top:10px;}
					.defultColor{color:#ccc;}
					.inputDiv{height:40px;border:1px solid #ddd;margin-bottom:8px;border-radius:3px;position:relative;}
						.inputDiv img{position:absolute;left:13px;top:10px;width:20px;height:20px;overflow:hidden;}
						.inputDiv input{position:absolute;left:43px;top:1px;width:285px;height:38px;line-height:38px;font-size:12px;border:0;background:none;}
					.yanzhmInput{width:143px;height:40px;border:1px solid #ddd;margin-bottom:8px;border-radius:3px;position:relative;float:left;}
						.yanzhmInput img{position:absolute;left:13px;top:10px;width:20px;height:20px;overflow:hidden;}
						.yanzhmInput input{position:absolute;left:43px;top:1px;width:100px;height:38px;line-height:38px;font-size:12px;border:0;background:none;}
						.shortInfro{display:block;float:right;width:143px;height:40px;line-height:40px;border:1px solid #ddd;background:#f7f7f7;text-align:center;font-size:12px;color:#666;cursor:pointer;}
						.shortInfro:hover{background:#f1eeee;}
					.btnlayer{margin-top:12px;}
					.subBtn{display:block;height:40px;line-height:40px;text-align:center;background:#0081f0;font-size:14px;color:#fff;font-family:microsoft yahei;cursor:pointer;border-radius:3px;}
					.subBtn:hover{text-decoration:none;background:#22acee;}
					
						.user-forget a{color:#0081f0;line-height:60px;}
		.footer{margin-top:40px;line-height:22px;text-align:center;}
.loginLogo span{
	text-align:center;
	letter-spacing: 3px;
	display: block;
	color: #004e96;
	font-size: 24px;
	font-weight: 500;
	margin-top: 10px;
}
.form {
	width: 330px;
	margin: 0 auto;
}