.breadcrumbs {
	display : none;
}

.c-auto-registration-error__container {
	padding   : 0;
	width     : 100%;
	max-width : 22rem;
	margin    : 2rem auto;
}

.c-auto-registration-error__container p {
	margin-bottom : 1rem;
	text-align: justify;
}

.c-auto-registration-error__button {
	display         : flex;
	justify-content : center;
	margin-top      : 2rem;
}

@media only screen and (max-width : 768px) {
	.c-auto-registration-error__container {
		padding : 0 1rem;
	}
}