.body, .content {
	overflow: auto;
}

.submit-mobile {
	display: none;
	margin-top: 8px;
}

.aside-mobile {
	display: none;
	justify-content: space-between;
	margin-bottom: 36px !important;
}

.aside-mobile > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: inherit;
	text-decoration: none;
}

.aside-mobile > a > img {
	width: 32px;
	height: 32px;
}

@media screen and (max-width: 1150px) {
	.aside-background-mockup {
		right: auto;
		left: -40px;
	}

	.aside-foreground-mockup {
		top: calc(50% - 256px + 70px);
		left: -70px;
	}
}

@media screen and (max-width: 800px) {
	header, .content {
		padding: 20px;
		min-width: unset;
	}

	.aside, .submit {
		display: none !important;
	}

	.aside-mobile {
		display: flex;
	}

	.submit-mobile {
		display: block;
	}

	.form-group {
		flex: 1;
	}

	.form-group .input-field, .input-notice {
		width: calc(100% - 32px);
	}

	h1 {
		font-size: 30px;
		line-height: 38px;
	}

	.dynamic-heading-container {
		height: 38px !important;
	}
}