﻿/* move the eye inside the textbox */
.passwordinput {
	position: relative;
}

	.passwordinput input {
		width: 100%;
		width: 250px;
	}

	.passwordinput img {
		position: absolute;
		width: 24px;
		top: 0px;
		right: 5px;
	}
passwordboxicon{
	z-index: -1 !important;
}