/* BOOTSTRAP ALERTS CSS */

.alertContainer {
	width: 800px;
	position: fixed;
	left: calc(50% - 400px);
	top: calc(50% - 25px);
	margin: 0;
	z-index: -1;
}
