/*
==============================
Toggle Password Button
==============================
*/
.toggle-password {
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	float: right;
	border: none;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: -35px;
	margin-left: -50px;
	height: 32px;
	width: 32px;
	outline: none;
	opacity: 0.25;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.toggle-password-off {
	background-image: url("/selfservice/javax.faces.resource/images/visibility_off.svg.xhtml");
}

.toggle-password-on {
	background-image: url("/selfservice/javax.faces.resource/images/visibility_off.svg.xhtml");
}