@charset "utf-8";
/* CSS Document */

/* 全局样式 */

body{
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size: 100% 100%;
}
.nav{
	display: block;
	width: 368px;
	height: 450px;
	background-image: url(../img/login-two-bj.png);
	background-size: 100% 100%;
	background-repeat:no-repeat ;
	margin: 0 auto;
	margin-top: 15%;
	padding-left: 20px;
	padding-right: 20px;
}
.nav-title h1{
	width: 360px;
	height: 60px;
	text-align: center;
	font-size: 40px;
	padding-top: 40px;
	color: #394249;
}
.form-control{
	border-style: none;
	background-color: rgba(0,0,0,.0100);
}
.nav-text{
	border-bottom: 1px solid #bfbfbf;
	padding:10px 10px 5px 0px;
	margin-top: 10px;
}
.nav-text-mima{
	border-bottom: 1px solid #bfbfbf;
	padding:10px 10px 5px 0px;
	margin-top: 20px;
}
.nav-text-mima img{
	margin-left: 5px;
}
.nav-verification{
	border-bottom: 1px solid #bfbfbf;
	margin-top: 20px;
}
input{
	border-style:none ;
	background-color: rgba(0,0,0,.0100);
	outline: none;
	padding: 0px;
	width:160px;
	height: 29px;
	margin-left: 10px;
	font-size: 19px;
	font-family:"微软雅黑";
	font-weight: normal;
	color: #394249;
}
.button{
	width: 370px;
	height: 50px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.60);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.06) inset;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	line-height:3.2em;
}
.button-a{
	color: #000;
	text-decoration:none;
}
.button:hover{
	background-color: rgba(255, 255, 255, 0.30);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.06) inset;
}
.button-text{
	text-align: center;
	color: #C7254E;
	margin-top: 5px;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 100px #fff inset;
	opacity: 0.9;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	width:85%;
	color:#000000;
	padding-left:10px;
}
