

/* Start:/local/templates/login/components/bitrix/form.result.new/registration/style.css?16837898031866*/
.form-registration{
	max-width: 670px;
	margin: 25px auto;
	font-family: Helvetica;
	padding: 0 15px;
}

.btn.btn-green{
	background: #69B416;
	color: #FFF;
	text-align: center;
	width: 185px;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	display: inline-block;
	border: 0;
	margin: 0 !important;
}

.form-registration  label{
	color: #000;
	font-size: 14px;
	display: block;
	padding-bottom: 2px;
}

.form-registration .form-field{
	margin-bottom: 12px;
}

.form-registration .btn:hover{
	background: #9F9E9E;
}

.form-registration .form-actions{
	padding-top: 10px;
}

.inputbox {
    width: 100%;
    height: 32px;
    padding-left: 5px;
    border: 2px solid #b2b2b2;
    font-size: 14px;
	outline: none;
}

select.inputbox {
	padding-left: 0;
    color: #8f8f8f;
}

.form-actions{
	text-align: right;
}

.fake-cb{
	position: relative;
}

.fake-cb1{
	margin-top: 10px;
}

.fake-cb input{
	position: absolute;
	left: -9999px;
}

.fake-cb label{
	padding-left: 30px;
}

.fake-cb label.error{
	display: none !important;
}

.fake-cb label:before{
	content: "";
	width: 15px;
	height: 15px;
	background: #FFF;
	border: 2px solid #B2B2B2;
	position: absolute;
	left: 0;
	top: 3px;
}

.fake-cb input:checked + label:before{
	background: #69B416;
}

label.error{
	display: block;
    position: absolute;
    top: 52px;
    left: 15px;
    white-space: nowrap;
    color: #FF0000;
	display: none;
	font-size: 12px;
}

label.error:before{
	content: none;
}

.col-password label.error{
	display: block;
}

.form-field.error .inputbox{
	border-color: red;
	background: #FFF0F0;
}

.form-field.error label:before{
	border-color: red;
	background: #FFF0F0;
}

.form-success{
	padding: 15px 10px;
	border: 2px solid #69B416;
	color: #69B416;
}
/* End */
/* /local/templates/login/components/bitrix/form.result.new/registration/style.css?16837898031866 */
