/* BOOTSTRAP LOADING CSS */

.loadingContainer {
	width: 128px;
	height: 128px;
	position: fixed;
	left: calc(50% - 64px);
	top: calc(50% - 64px);
	margin: 0;
	background: #fff;
	border: 2px solid #196774;
}
.loadingContainer img {
	width: 100%;
	height: auto;
}
