.webx_password {
	position: relative;
}
.webx_password-control {
	position: absolute;
	top: 7px;
    right: 26px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(img/view.svg) 0 0 no-repeat;
}
.webx_password-control.view {
	background: url(img/no-view.svg) 0 0 no-repeat;
}