.notify{
	bottom: 2%;
	left: 0;
	min-height: 8rem;
	padding: 0.3rem;
}
.hideNotify{
	z-index: -999;
	opacity: 0;
	transition: ease 0.4s all;
}
.showNotify{
	z-index: 999999999;
	opacity: 1;
	transition: ease 0.4s all;
}