body {
	background: url('../img/bg.png') no-repeat center / cover;
	overflow: hidden;
}
.header {
	width: 100%;
	height: 60px;
	background: #fff;
}
.header .logo {
	width: 70px;
	height: 35px;
	margin-left: 42px;
}
.login-wrap {
	width: 545px;
	height: 540px;
	background: #fff;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 55px;
	padding: 55px 64px;
}
.login-title {
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	margin-bottom: 50px;
}
.input-name {
	font-size: 20px;
}
input {
	border: none;
	outline: none;
	box-sizing: border-box;
}
.input-wrap input{
	font-size: 14px;
	border: 1px solid #999;
	width: 100%;
	height: 44px;
	border-radius: 5px;
	padding-left: 14px;
}
.login-btn {
	width: 100%;
	height: 111px;
	background: url(../img/btn-bg.png) no-repeat center / contain;
	margin: 0 auto;
	color: #fff;
	font-size: 22px;
	margin-top: 10px;
	cursor: pointer;
}
.tips {
	text-align: center;
	font-size: 14px;
	color: #0d75de;
	cursor: pointer;
}
.eye {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
}