#breadcrumbsContainer
{
	margin-bottom: 0;
}

section.bg
{
	background-color: #fbfbfb;
	padding: 50px 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
}

section.bg .content h2
{
	font-weight: bold;
	font-size: 22px;
	margin-top: 2em;
}

.twoColumns
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 40px;
	row-gap: 20px;
}

@media ( max-width: 800px )
{
	.twoColumns
	{
		grid-template-columns: 1fr;
	}
}

section.bg input[type="text"]:not([readonly]),
section.bg input[type="email"],
section.bg input[type="password"],
section.bg textarea,
section.bg select
{
	border: 1px solid #dbdbdb;
	width: 100%;
	background-color: white;
}

section.bg form > div
{
	color: #7F7F7F;
	font-weight: 400;
	margin-top: 1em;
}

section.bg form button
{
	display: block;
	width: 100%;
	margin-top: 1em;
}

#createAccount
{
	background-color: white;
	padding: 0 30px 30px;
}

section.bg .content #createAccount h2
{
	font-size: 32px;
}