.lr_registration_title {
	font-size: 24px;
}
.lr_user_type.lr_active {
    border-bottom: 2px solid #36a1df;
}
.lr_button_register {
	background-color: #36a1df;
    color: #fff;
	border-radius: 5px;
}
.lr_button_register:hover {
	background-color: #57aee1;
}
.lr_field_block input[type=text], .lr_field_block input[type=password], .lr_field_block input[type=email], .lr_field_block input[type=tel], .lr_field_block input[type=date], .lr_field_block input[type="checkbox"], .lr_field_block input[type="radio"] {
	background: #faf9f9;
	border: 1px solid #efefef;
	border-radius: 4px;
}
.lr_field_block input[type=text]::placeholder {
	color: #dbd8d8;
}
.lr_field_block input[type=text]::-webkit-input-placeholder {
	color: #dbd8d8;
}
.lr_field_block input[type=text]::-moz-placeholder {
	color: #dbd8d8;
}
.lr_field_block input[type=text]:-moz-placeholder {
	color: #dbd8d8;
}
.lr_field_block input[type=text]:-ms-input-placeholder {
	color: #dbd8d8;
}
.lr_checkbox+label .lr_view_checkbox {
	border: 1px solid;
    border-color: #36a1df;
	background-color: #36a1df;
}
.lr_checkbox+label .lr_view_checkbox:hover {
	border: 1px solid;
	border-color: #57aee1;
	background-color: #57aee1;
}
.lr_radiobutton+label::before {
	border: 1px solid;
	border-color: #36a1df;
}
.lr_radiobutton:not(:checked)+label:hover::before {
	border: 1px solid;
	color: #57aee1;
}
 .lr_radiobutton:checked+label::before {
    border-color: #36a1df;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2336a1df'/%3e%3c/svg%3e");
 }
.lr_radiobutton:checked+label:hover::before {
	border-color: #57aee1;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2357aee1'/%3e%3c/svg%3e");
}
.lr_register_consent_text {
	font-size: 12px;
	line-height: 14px;
	color: #aaa;
}