@media (orientation: landscape) and (max-height: 768px) {
	body {
		padding: 0;
	}
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	/*padding-top: 0.6em;*/
	text-align: left;
	font-family: 'Montserrat', sans-serif;
}

a, a:active, a:visited {
	color: #FE5000;
	text-decoration: underline;
}

a.landing_page_button:active, a.landing_page_button:visited {
	color: #FFF;
	text-decoration: none;
}

p,a {
	text-align: center;
}

::placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	padding: 3px;
	color: #1D2326;
}

/* Center the logo+form and pin the footer to the bottom, but let a long account list scroll from the top instead of overflowing behind them. The auto margins collapse when content overflows. */
#form_section {
	justify-content: flex-start;
	padding-bottom: 32px;
}
#form_section > #briox_logo,
#form_section > footer {
	margin-top: auto;
}
#form_section > footer {
	position: static;
}