body {
	background-color: #fff;
	position: relative;
	min-width: 600px;
	margin: 0 auto;
}

.landing {
	background-image: none;
	height: 460px;
	min-width: 1000px;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	color: #FFF;
}

.landing_image_wrap {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	background-color: #2BBBF7;
	background-image: -moz-linear-gradient(top, #009EE7, #7CD8FD);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#009EE7),
		to(#7CD8FD));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#009EE7,
		endColorstr=#7CD8FD);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#009EE7,endColorstr=#7CD8FD)";
}

.landing_image_wrap.night {
	background-image: -moz-linear-gradient(top, #003171, #A87CA0);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#003171),
		to(#A87CA0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#003171,
		endColorstr=#A87CA0);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#003171,endColorstr=#A87CA0)";
}

.landing_image_wrap img {
	position: static;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	margin: auto;
	min-height: 50%;
	min-width: 50%;
}

.landing>.container {
	min-height: 363px;
}

.entrance-wrapper {
	max-width: 500px;
	margin: 100px auto 0;
}

.form-passcode,.testReportCode-input {
	text-align: center;
	letter-spacing: 10px;
	font-size: 1.4em;
}

.invitation-query-wrapper {
	margin-top: -70px;
	width: 500px;
}

.invitation-query-title {
	font-size: 28px;
	color: #37BC9B;
}

.invitation-query-title span {
	color: #656D78;
	font-size: 14px;
}

.invitation-list-wrapper {
	max-width: 900px;
	margin: 20px auto 0;
	border-radius: 8px;
	background: #F1F2F6;
	padding: 10px 10px 0 10px;
}

.invitation-list .invitation-item td {
	text-align: center;
	padding: 20px 10px;
	border-bottom: 1px dotted #8CADCA;
	border-top: none;
	vertical-align: middle;
}

.invitation-list .invitation-header  th {
	color: #656D78;
	padding: 10px;
	border-bottom: 1px solid #8CADCA;
	white-space: nowrap;
}

.invitation-list .form-control {
	padding: 0 6px;
	height: 24px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-style: dashed;
	color: #009EE7;
	-webkit-transition: all 0.15s linear 0s;
	-moz-transition: all 0.15s linear 0s;
	-ms-transition: all 0.15s linear 0s;
	-o-transition: all 0.15s linear 0s;
	transition: all 0.15s linear 0s;
}

.invitation-list .form-control.error {
	background-color: #FCC9B9;
	border-bottom-color: #E9573F;
	color: #E9573F;
}

.invitation-list .btn-link {
	padding: 0 5px;
}

.invitation-list .btn-resend {
	min-width: 70px;
}

.helper-wrapper {
	width: 100%;
	max-width: 800px;
	margin: 100px auto 50px;
}

.helper-wrapper h4 {
	
}

.helper-wrapper>p {
	color: #656D78;
	line-height: 20px;
}

.helper-wrapper>p>span {
	color: #E9573F;
}

.test-report-list a {
	text-decoration: underline !important;
}