.registration .view {
	display: none;
}

.registration #register-account .error,
.registration #upgrade-account .error {
	display: none;
	color: darkred;
}

.registration #register-account .username-info {
	color: #888;
	padding-left: 10px;
}

.registration #registration-error,
.reset-password #password-error {
	text-align: center;
	color: darkred;
	margin-bottom: 10px;
	display: none;
}

.registration #captcha-refresh {
	font-weight: normal;
	font-size: 10px;
}

.registration #register-account #new-captcha-text {
	padding-left: 10px;
}

.registration .resend-verification-email {
	margin: 0 auto;
}

.registration #upgrade-account,
.registration #register-complete-need-admin,
.registration #register-complete-under13,
.registration #register-complete-over12,
.registration .resend-verification-email,
.reset-password #password-reset-complete {
	display: none;
}

.registration #terms {
	display: none;
}

.registration #privacy {
	display: none;
}

.registration .chosen-container .chosen-drop {
	bottom: 23px;
	top: auto !important;
}

.registration .chosen-container-single .chosen-single span {
	line-height: 24px;
}

#tos-mask {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000;
	opacity: 0.25;
	display: none;
}

#tos {
	display: none;
	padding: 10px;
	position: absolute;
	width: 100%;
	margin: auto;
	height: 75%;
	max-height: 75%;
}

#tos-inner {
	box-shadow: 0px 0px 20px #333;
	border-radius: 4px;
	position: absolute;
	max-width: 500px;
	border: 10px solid #aaa;
	margin: auto;
	height: 100%;
	background-color: white;
	padding: 10px;
	overflow-y: auto;
}

#terms,
#privacy {
	display: none;
	padding-left: 10px;
	width: 97%;
	text-align: left;
}

.maillist-form-group {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}

.checkbox-label-group {
	height: 100%;
	display: -webkit-flex;
	display: flex;
}

.form-group .sub-label {
	white-space: normal;
	margin-right: 0;
	margin-left: 10px;
	font-weight: normal;
	line-height: 18px;
}

.optional-label {
	font-weight: normal;
	line-height: 16px;
}

.optional-label-block {
	display: block;
	text-align: right;
}

.optional-label-inline {
	display: none;
}

@media (max-width: 750px) {
	.maillist-form-group {
		display: block;
	}

	.registration .form-group > div:first-child,
	.form-group > div:first-child,
	.form-group label {
		float: none;
		width: 100%;
	}

	.registration #captcha-group > div:first-child {
		padding: 10px 0;
	}

	.optional-label-block {
		display: none;
	}

	.optional-label-inline {
		display: inline;
	}
}
