html, body {
	width: 100%;
	height: 100%;
}

.page-bg {
	background: url(/img/custom/header-app-image.jpg) no-repeat fixed 0 0/cover;
	position: relative;
	overflow-y: auto;
}

.page-cover {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: transparent;
}

.main-box {
	width: 420px;
	background: rgba(255, 255, 255, 0.1);
	padding: 30px 40px 20px 40px;
	border-radius: 6px;
	position: absolute;
	left: 50%;
	margin-left: -210px;
	margin-top: 110px;
	margin-bottom: 100px;
}

.main-box.reg {
	margin-top: 70px;
}

.main-box .header {
	font-size: 24px;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}

.main-box .r {
	padding-left: 85px;
	padding-right: 15px;
	margin-bottom: 15px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, .6);
	position: relative;
	background: #fff;
	border-radius: 4px;
}

.main-box .r.error {
	border-color: red;
}

.main-box .r .n {
	position: absolute;
	left: 15px;
	top: 0;
	width: 60px;
	line-height: 38px;
	height: 38px;
}

.main-box .r .form-control {
	box-shadow: none;
	-webkit-appearance: none;
	width: 100%;
	padding: 0;
	border: 0;
	height: 38px;
	line-height: 38px;
}

.main-box .r .form-control:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.main-box .r .vcode-btn {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 39px;
	height: 38px;
	cursor: pointer;
	padding: 0 10px;
	background: #e8e6e6;
	border-radius: 4px;
	font-size: 13px;
	border: 0;
}

.main-box .r .vcode-btn[disabled] {
	color: #8e8e8e;
}

.main-box .opt-btn {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

.main-box .tools {
	font-size: 13px;
}

.main-box .tools .error-tip {
	color: #ea6256;
	float: left;
	margin: 0;
	display: none;
}

.main-box .tools .links {
	float: right;
}

.main-box .tools .links .link {
	color: #fff !important;
	margin-right: 11px;
}

.main-box .tools .links .link:last-child {
	margin-right: 0;
}

@media ( max-width : 420px) {
	.page-bg {
		position: relative;
		padding: 0 !important;
	}
	.page-cover {
		background: rgba(0, 0, 0, 0.31);
	}
	.main-box {
		width: 100%;
		margin: 0;
		left: 0;
		right: 0;
		top: 0;
		background: transparent;
		margin-top: 70px;
	}
	.main-box.reg {
		margin-top: 30px;
	}
}