.password-input {
	position: relative;
}
.password-input-eye {
	position: absolute;
	right: 0.5em;
	top: 0.5em;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	cursor: pointer;
	opacity: 0.6;
}
