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);}

.password {
	position: relative;
}
.password-control {
	position: absolute;
	top: 8px;
	right: 6px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/local/templates/.default/components/bitrix/main.register/custom/images/view.svg) 0 0 no-repeat;
}
.password-control.view {
	background: url(/local/templates/.default/components/bitrix/main.register/custom/images/no-view.svg) 0 0 no-repeat;
}
.password-control2 {
	position: absolute;
	top: 8px;
	right: 6px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/local/templates/.default/components/bitrix/main.register/custom/images/view.svg) 0 0 no-repeat;
}
.password-control2.view {
	background: url(/local/templates/.default/components/bitrix/main.register/custom/images/no-view.svg) 0 0 no-repeat;
}
.password-control3 {
	position: absolute;
	top: 8px;
	right: 6px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/local/templates/.default/components/bitrix/main.register/custom/images/view.svg) 0 0 no-repeat;
}
.password-control3.view {
	background: url(/local/templates/.default/components/bitrix/main.register/custom/images/no-view.svg) 0 0 no-repeat;
}