form#UserRegisterForm {
	font-size: 16px;
}

form#UserRegisterForm label,
form#UserRegisterForm input {
	line-height: 33px;
}

form#UserRegisterForm fieldset {
	border-width: 0;
	padding: 0;
	margin: 1em 0 0 0;
}

form#UserRegisterForm fieldset legend {
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0 5px 0;
	font-size: 18px;
}

form#UserRegisterForm div.radio input {
	height: 33px;
	margin: auto 0;
}
form#UserRegisterForm div.radio label {
	margin: 0 10px 0 20px;
}

form#UserRegisterForm div.accountTypes {
	width: 290px;
	height: 373px;
	min-height: 373px;
	border: 1px solid #bdcd00;
	overflow:auto;
	position: relative;
	transition: box-shadow 0.5s;
	margin-bottom: 1em;
	margin-top: 1em;
}

form#UserRegisterForm div.accountTypes:hover, form#UserRegisterForm div.accountTypes.active {
	-webkit-box-shadow: 3px 6px 17px 0px rgba(90,90,90,0.8);
	-moz-box-shadow: 3px 6px 17px 0px rgba(90,90,90,0.8);
	box-shadow: 3px 6px 17px 0px rgba(90,90,90,0.8);
	/*    z-index: 99;*/
}

form#UserRegisterForm div.accountTypeHead {
	background-color: #bdcd00;
	text-align: center;
	text-transform: uppercase;
	font-family: robotolight;
	letter-spacing: 0.08em;
	font-size: 0.85em;
	text-rendering: optimizeLegibility;
	min-height: 51px;
	color: #fff;
	padding-top: 1.5em;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: right 8px bottom 0px;
}

form#UserRegisterForm div.accountTypePatient {

}

form#UserRegisterForm div.accountTypePatient div.accountTypeHead {
	background-image: url("/img/frontend/registration/registration-private-house.png");
}

form#UserRegisterForm div.accountTypePartner {

}

form#UserRegisterForm div.accountTypePartner div.accountTypeHead {
	background-image: url("/img/frontend/registration/registration-medical-doctor.png");
}

form#UserRegisterForm div.accountTypeOrganisation {

}

form#UserRegisterForm div.accountTypeOrganisation div.accountTypeHead {
	background-image: url("/img/frontend/registration/registration-corporate-houses.png");
}

form#UserRegisterForm div.accountTypeDescriptionHeadline {
	font-family: robotolight;
	letter-spacing: 0.01em;
	font-size: 1.3em;
	text-rendering: optimizeLegibility;
	text-align: center;
	color: #284655;
	margin-top: 1.2em;
	line-height: 1.2em;
}

form#UserRegisterForm div.accountTypeDescriptionSubHeadline {
	font-family: robotolight;
	font-size: 0.9em;
	text-rendering: optimizeLegibility;
	text-align: center;
	color: #284655;
	margin-top: 0.6em;
	line-height: 1.1em;
}

form#UserRegisterForm div.accountTypeDescriptionText {
	color: #284655;
	font-size: 0.9em;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	text-rendering: optimizeLegibility;
	text-align: center;
	margin-top: 0.6em;
	position: absolute;
	bottom: 90px;
	width: 100%;
}

form#UserRegisterForm div.accountTypeRadio {
	background-color: #bdcd00;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	text-rendering: optimizeLegibility;
	min-height: 60px;
	color: #fff;
	margin: 5px;
	position: absolute;
	bottom: 0;
	width: 280px;
	padding: 5px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

form#UserRegisterForm div.accountTypeRadio input[type=radio] {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.1em;
}

form#UserRegisterForm div.accountTypeRadio label {
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0;
	letter-spacing: 0.02em;
}

form#UserRegisterForm div.input.radio label {
	color: #fff;
	width: inherit;
	float: none;
}

form#UserRegisterForm div.passwords {
	margin-top: 15px;
}

form#UserRegisterForm input[type="text"], form#UserRegisterForm input[type="password"] {
	margin-bottom: 0.5em;
	padding: 0 8px;
	font-size: 16px;
	height: 33px;
}

form#UserRegisterForm p.password-hint {
	margin: 2px 0 0 0;
	font-size: small;
	line-height: normal;
}

form#UserRegisterForm div.ver_code {
	margin-top: 15px;
}

form#UserRegisterForm div.ver_code label {
	float: none;
	width: inherit;
}

form#UserRegisterForm div.captcha img {
	margin-left: 200px;
}

form#UserRegisterForm div.ver_code input {
	margin-left: 200px;
}

form#UserRegisterForm div.hint--info {
	color: #777;
}

form#UserRegisterForm div.input.checkbox.agb {
	margin: 10px 0 0 0;
}

form#UserRegisterForm div.input.checkbox {
	margin: 0 0 0 0;
}

form#UserRegisterForm div.input.checkbox label {
	font-weight: normal;
}

div.error-message {
	margin-left: 0;
	color: red;
}

form#UserRegisterForm div.submit input {
	margin: 10px 0 0 0;
	font-size: 16px;
	background-color: #bdcd00;
	color: white;
	border-style: none;
	padding: 2px 14px;
}

#gender-note {
	margin: 1em 0 0 0;
	color: #777;
	font-size: 10px;
}

div.hp {
	display: none;
}

.user-register__account-types-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.user-register__input-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.user-register__input-wrapper label {
	width: 200px;
	flex-shrink: 0;
}

.user-register__empty-spacer {
	display: none;
}

@media all and (min-width: 610px) {
	.user-register__input-wrapper {
		flex-wrap: nowrap;
	}

	.user-register__empty-spacer {
		display: block;
		width: 200px;
		height: 1px;
		flex-shrink: 0;
	}

	div.error-message {
		margin-left: 1rem;
	}
}