div.bx-auth-reg input.bx-auth-input {
	vertical-align: middle;
}

div.bx-auth-reg span.bx-auth-secure {
	background-color: #FFFAE3;
	border: 1px solid #DEDBC8;
	padding: 2px;
	display: inline-block;
	vertical-align: middle;
}

div.bx-auth-reg div.bx-auth-secure-icon {
	background-image: url(images/sec.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 19px;
	height: 18px;
}

div.bx-auth-reg div.bx-auth-secure-unlock {
	background-image: url(images/sec-unlocked.png);
}

.registration__row {
	position: relative;
}

#regform .input--red + .span--error {
	height: 30px;
	max-width: 235px;
	bottom: -10px;
}

#regform .input--red {
	margin-bottom: 20px;
}

.old-design .label-checkbox:after {
	border: none;
	top: 9px;
}

.old-design .registration__personal-data {
	width: 240px;
}

#regform .password-row {
	border-top: 1px solid #ccc;
	padding-top: 35px;
	margin-top: 35px;
}

#regform .jq-selectbox {
	width: 100px;
	padding-right: 20px;
	float: left;
}

#regform .jq-selectbox#date_month-styler {
	width: 200px;
}

#regform .jq-selectbox .jq-selectbox__select {
	width: 100%;
}

#date_year-styler .jq-selectbox__dropdown ul, #date_month-styler .jq-selectbox__dropdown ul, #date_day-styler .jq-selectbox__dropdown ul {
	max-height: 150px;
}

@media (max-width: 425px) {
	#regform .jq-selectbox {
		width: 90px;
		padding-right: 0;
	}

	#regform .jq-selectbox#date_month-styler {
		width: 110px;
	}
}