body,html{width: 100%;height: 100%;}
.login-banner {
	background: url(../img/logon.png) no-repeat top center;
	height: 100%;
	position: relative;
	padding-top: 180px;
	box-sizing: border-box;
}
.content{
	width: 900px;
	margin: auto;
	background: #fff;
	border-radius: 20px;
	padding: 50px;
}
.login{width: 340px;text-align: center;margin-top: 50px;}
.login p{font-size: 36px;margin-bottom: 70px;}
.login input{display: block;width: 320px;height: 45px;border:none;border: 1px solid #ccc;border-radius: 4px;margin-top: 30px;padding-left: 10px;line-height: 45px;font-size: 14px;}
.login a{display: block;width: 330px;height: 55px;line-height:55px;border-radius: 4px;text-align: center;
background: #7986eb;color: #fff;font-size: 30px;margin-top: 60px;}
.bottom{color: #fff;}

.xview_code{position:relative;}
#imgValideCode{position:absolute;right:9px;top:1px;}