/* CSS Document */
form .formLoader {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 10;
}

form .formLoader .spinner-block {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
}

.insertForm {
	min-height: 50px;
}

button[type="submit"] .spinner-grow {
	margin-bottom: 0.15rem;
}