/* Only for eve.utu.fi, to hide success alerts related to email addresses on registration forms */
/* Registration form fields */
div.regform-section {
	/* ONLY ON EVE.UTU.FI: Hide green alert under email field */
	div.ui.positive.visible.message {
		visibility: hidden !important;
		height: 0px !important;
		padding: 0px !important;
		margin: 0px !important;
	}
}
