.refreshCaptcha {
	color: blue !important;
	font-size: 2em;
}

.refreshCaptcha:hover {
	cursor: pointer !important;
}

.page-content {
	 min-height: 1000px !important; 
}   

.modalfield {
	font-size:20px !important;
	max-width: 200px;
}

#msgPwReset {
	background: MistyRose;
	padding: 10px;
	border-radius: 10px;
	border: thin solid PaleVioletRed;
	color: black;
	font-size: 15px;

}