#errorPopup {
	position: fixed;
	display: none;
	z-index: 9999999;
	background-color:rgba(0,0,0,.4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center
}

#errorPopupContainer {
	background-color: white;
	padding: 30px;
}