.codeez_pbox_remove {
	border: 1px solid red;
	background-color: #FF8888;
}

.codeez_pbox_hiding {
	background-image: url('icons8-show-password-30.png');
	background-position: right center;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
}


.codeez_pbox_showing {
	background-image: url('icons8-hide-password-30.png');
	background-position: right center;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
}
