body {
	overflow: hidden;
	background-color: #242e42;
}

.left {
	position: relative;
	float: left;
	width: 58%;
	height: 100%;
	background-color: #2f3b52;
	background-image: url(/img/account/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(47,59,82,0.9);
}

.content .logo {
	position: absolute;
	top: 50px;
	left: 50px;
	display: block;
	height: 30px;
	opacity: 0.9;
}

.content .brand {
	position: absolute;
	top: 90px;
	left: 50px;
	color: rgba(255,255,255,0.9);
	font-size: 24px;
	font-weight: 500;
}

.content .brand-en {
	position: absolute;
	top: 130px;
	left: 50px;
	color: rgba(255,255,255,0.9);
	font-size: 13px;
}

.content .slogon1 {
	position: absolute;
	top: calc(50% - 75px);
	left: 50px;
	color: rgba(255,255,255,0.8);
	font-size: 48px;
}

.content .slogon2 {
	position: absolute;
	top: calc(50% + 5px);
	left: 50px;
	color: rgba(255,255,255,0.8);
	font-size: 34px;
}

.right {
	position: relative;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42%;
	height: 100%;
}

.form {
	display: flex;
	flex-direction: column;
	width: 320px;
	color: #fff;
}

.form .title {
	margin-bottom: 60px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}

.form .field {
	margin-bottom: 30px;
}

.form .field .name {
	font-size: 15px;
}

.form .field .input {
	margin-top: 8px;
}

.form .field .input input {
	border: 1px solid #3e4e6c;
	border-radius: 4px;
	padding: 0 10px;
	width: 100%;
	height: 34px;
	color: #98a7b9;
	font-size: 13px;
	background-color: #20293c;
	box-sizing: border-box;
	transition: .2s;
}

.form .field .input input:focus {
	border: 1px solid #1f8efa;
	color: #1f8efa;
}

.form .btn {
	text-align: center;
}

.form .btn button {
	border: none;
	border-radius: 4px;
	width: 100%;
	height: 34px;
	color: #fff;
	font-size: 14px;
	background-color: #1f8efa;
	cursor: pointer;
}

.form .icp {
	margin-top: 100px;
	color: #98a7b9;
	font-size: 13px;
	text-align: center;
}

.master {
	position: absolute;
	bottom: 30px;
}

.master img {
	position: relative;
	top: 4px;
	display: inline-block;
	height: 16px;
}

.master span {
	color: #98a7b9;
	font-size: 13px;
}