.togglePassword {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	color:rgb(208 193 193);
	font-size: 1vw;
	background: transparent;
	position: absolute!important;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.togglePassword:focus {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.togglePassword:active {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}
