

.form-style {
	font-size: 0.95rem;
	font-family: 'Sen', sans-serif;
}

.form-style h6 {
	font-size: 0.9rem;
}

.form-style legend {
	font-size: 1.3rem;
	font-weight: 600;
	color: #505050;
	border-bottom: 1px solid gainsboro;
}

.form-style .col-form-label {
	color: #374148;
	text-align: right;
	margin-bottom: 0;
	padding-top: 7px;
	font-weight: bold;
}

.field_with_errors input, .field_with_errors select {
	border-color: red;
}
