.alert{
	z-index: 5;
	position: fixed;
	right: 0;
	bottom: 0;
	transition: bottom 0.5s;
}

.alert.close{
	bottom: -50%;
}