.loading_image {
	position: absolute; 
	top: 40px;
	right: 20px;
	pointer-events: none;
	opacity: 0;
	transition: opacity 300ms ease-in-out;
}
.loading .loading_image {
	opacity: 1;
}
.qiform__error {
	background: rgba(255, 0, 0, 0.2);
	padding: 20px;
	margin-top: 15px;
	border: 1px solid red;
	color: red;
}
.qiform__error a {
	color: red;
	text-decoration: underline;
}
.qiform__error a:hover {
	text-decoration: none;
}