
.passwordhelp {
	font-size: 0.8em;
	color: #66d;
	font-decoration: italic;
	/* background: white; */
}

#setpasswrapperdiv {
	margin-left: 40px;
	max-width: 420px;
}

#setpasswrapperdiv .passwordhelp {
	color: #44a;
}

#divsetpasspane{
	margin: auto;
	width: 600px;
	height: 550px;
	box-shadow: 16px 16px 4px 0px rgba(0,0,0,0.65);
	margin-top: 150px;
	border-radius: 25px;
	background-color: rgba(190,190,190,0.5);
}

#imgsetpasslogo {
	width: 300px;
	margin-left: 130px;
	margin-top: 25px;
	margin-bottom: 25px;
}


#eyeopen1 {
	width: 24px;
	height: 24px;
}

#eyeclosed1 {
	width: 24px;
	height: 24px;
}

#eyeopen2 {
	width: 24px;
	height: 24px;
}

#eyeclosed2 {
	width: 24px;
	height: 24px;
}


