.password {
	width: 300px;
	margin: 15px auto;
	position: relative;
}
.password-control {
	position: absolute;
	top: 6px;
	right: 25px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/view.svg) 0 0 no-repeat;
}
.password-control.view {
	background: url(/no-view.svg) 0 0 no-repeat;
}

.password-control-auth {
	position: absolute;
	top: 19px;
	right: 15px;
	display: inline-block;
	width: 25px;
	height: 20px;
	background: url(/view.svg) 0 0 no-repeat;
}
.password-control-auth.view {
	background: url(/no-view.svg) 0 0 no-repeat;
}
