main {
	margin-bottom: 60px;
}

.container {
	height: 620px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-vignette {
	width: 495px;
	height: 350px;
	margin-right: 115px;
}

.login-box {
	position: relative;
	width: 591px;
	height: 520px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 3px 36px 0px rgba(0, 0, 0, 0.1);
}

.login-box-tab {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 72px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #000000;
}

.login-box-tab div, .login-box-tab p {
	width: 50%;
	height: 72px;
	line-height: 72px;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	cursor: pointer;
}

.login-box-tab .register {
	display: none;
	width: 100% !important;
}

.login-box-tab .scan-code-login {
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.login-box-tab .active {
	color: #2070FF !important;
	border-bottom: 1px solid #2070FF;
}

.login-box-hint {
	margin: 57px 0 28px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgba(0, 0, 0, 0.65);
	line-height: 26px;
}

.login-qrcode-box {
	text-align: center;
}

.login-qrcode-box img {
	width: 215px;
	height: 215px;
}

#account-box {
	display: none;
}

#account-box .input-box-first {
	margin: 93px auto 20px;
}

.input-box {
	width: 85%;
	height: 48px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.input-hint {
	width: 20%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-right: 1px solid #d9d9d9;
}

.input-box input {
	width: 80%;
	line-height: 48px;
	padding-left: 24px;
}

#account-box #login-btn {
	display: block;
	width: 85%;
	height: 48px;
	margin: 25px auto;
	background: #2070ff;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}

.login-btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	display: block;
	width: 50%;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #2070ff;
	cursor: pointer;
}