
/*
input {
	width: 300px;
}
*/
 
.show-password {
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	cursor: pointer;
/* 	left: 252px; */
	right:-170px; /* -8px; */
	margin-top: -32px;
}
.show-passwordtxt{
	color:#aaa;
}

