.success-message {
	position: fixed;
	z-index: 99999;
	background: rgba(255,255,255,0.8);
	border: 1px solid #8B8B8B;
	display: block;
	left: 50%;
	display: flex;
	top:50%;
	transform: translateX(-50%);
	padding:15px 50px; 
	color:#32CD32;
}