html,body,*{
    margin: 0;
    padding: 0
}
body{
    position: relative;   
	background: url("../images/chenyin_login_bg.png") no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.login-form{
	width: 21%;
	height: 370px;
	padding:0 30px;
    margin:0 auto;
    margin-top: 10%;
    margin-left: 60%;
	/*background:rgba(255,255,255,0.9);
    box-shadow: 1px 1px 10px #666;*/
    z-index: 100;
}
.login-form form{
	padding-top: 38px;
}
.shadow{
    position: absolute;
    width: 400px;
    height:300px;
    top:100%;
    left: 0;                      
    background: -webkit-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0)); /* 标准的语法 */
}
/*.logo{*/
/*	width: 65%;*/
/*	height: 160px;*/
/*	background: url("../images/chenyin-pic.png") no-repeat center;*/
/*	background-size: 100% 100%;*/
/*    margin:0 auto;*/
/*    margin-bottom: 0px;*/
/*}*/
.login-form input[type="text"],
.login-form input[type="password"]{
	width: 60%;
	height: 42px;
	line-height: 42px;
	border: none;
    outline: none;
	border: 2px solid #eae8eb;
	border-radius: 4px;
	margin: 0 auto;
	margin-top: 32px;
	border-left-width:0px;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
}
.login-form input.account{
	margin-top: 0;
}
.login-btn{
	color: #fff;
	height: 40px;
	line-height: 40px;
	margin-top:18%;
	border-radius: 5px;
	font-size: 17px;
	background-color: #d5af75;
	text-align: center;
	cursor: pointer;
} 

.div-bor{
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #c1bfbf;
}
.user-div{
	margin-top: 25%;
}