.password-visibility-wrap {
	position: relative;
}

.password-visibility-input {
	padding-right: 3.25rem !important;
}

.password-visibility-toggle {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2;
	transform: translateY(-50%);
	margin-right: 0.75rem;
}

.password-visibility-toggle:disabled {
	opacity: 0.45;
	pointer-events: none;
}