.alert{
	width:80%;
	height:100px;	
	border:2px solid #024a5c;
	border-radius:8px;
	background:#024a5c;
	position:fixed;
	left:10%;
	bottom:15px;
	opacity:0%;
}

.alert-text{
	color:white;
	text-align:center;
	padding-top:35px;
	font-size:24px;
}