:root {
	--primary-color: #81B64C;
	--primary-hover: #67923D;
	--secondary-color: #2E2C29;
}

body textarea {
	height:100px;
}
.form-field-container {
	margin-top:10px;
}
.form-field-label {
	font-weight: bold;
}
.disclosure-field-container {
	margin-bottom: 15px;
}
.address-container {
	display: none;
	height: 0px;
}
.form-field-container {
	min-height: 0px;
}
.form-field-label {
	margin-top: 39px;
}
.form-input-container {
	margin-bottom: 39px;
}
#user\.address1_label {
	display: none;
}
#user\.address1 {
	display: none;
}
#user\.address2_label {
	display: none;
}
#user\.address2 {
	display: none;
}
