
.container{
	height: 765px;
}
.login-logo{
	width: 260px;
	height: 70px;
}
.login-form{
	border-radius: 15px;
	padding: 55px;
	bottom: 120px;
	right: 150px;
}
.login-form > ul{
	height: 60px;
}
.login-form > ul > li:last-child {
	margin-left: 50px;
}
.login-form > ul > li i {
	bottom: -15px;
	left: 8px;
	width: 70px;
	height: 3px;
}

/*表单*/
.login-password p {
	font-size: 22px;
	height: 60px;
	line-height: 60px;
	width: 390px;
	border: 1px solid #e3e3e3;
	margin-bottom: 30px;
	border-radius: 10px;
}
.login-password p span{
	font-size: 30px;
	color: #ccc;
	margin-left: 10px;
}
.login-password p input{
	font-size: 24px;
	color: #333;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
	top: -6px;
}
.login-password form button{
	font-size: 22px;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 5px;
	background: #2197ef;
	cursor: pointer;
	color: white;
}
/* 手机号登录 */
.login-message p {
	font-size: 24px;
	height: 60px;
	line-height: 58px;
	width: 390px;
	border: 1px solid #e3e3e3;
	margin-bottom: 30px;
	border-radius: 10px;
}
.login-message p span{
	font-size: 30px;
	color: #ccc;
	margin-left: 10px;
}
.login-message p input{
	font-size: 24px;
	color: #333;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
	top: -4px;
}
.login-message .form-message > p > button.login-button{
	font-size: 22px;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 5px;
	background: #2197ef;
	cursor: pointer;
	color: white;	
}
/* 发送亚洲你哼吗表 */
.login-message button.sendcaptcha{
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	top: -4px;
	border-radius: 10px;
	right: -18px;
	display: inline-block;
	width: 121px;
	background-color: #fff!important;
	color: #2197ef;
}