/* BCSF - Stewardship Agencies of BC (SABC) - Contact Form CSS */
/* Last Updated: 2024.02.01 ET */

@import url('sabc_default.css');

form {
	max-width: 30rem;
	margin: 1rem auto;
}

form > p > label {
	display: block;
	font-weight: bold;
	padding-bottom: 0.5rem;
}

form > p > input[type="text"],
form > p > input[type="email"],
form > p > textarea,
form > p > select {
	width: 100%;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}