form {
	display: block;
	padding-top: 45px;
}


.field-grid-submit {
	text-align: center;
}

.field-grid-submit button {
	border: 2px solid #002c6a;
	background: transparent;
	color: #002c6a;
	font-weight: 500;
	padding: 5px 25px;
	margin: 0 15px;
	display: inline-block;
}

.field-grid-submit button:hover {
	background: #002c6a;
	color: #FFFFFF;
}

input:focus, select:focus, textarea:focus {
    border-color: #002c6a !important;
    outline: 0;
}

p.error {
	color: #f00;
	margin-top: 45px;
}

label.error {
	color: #f00;
}


.field-with-headline h2 {
	font-size: 25px;
	padding-left: 0;
	border: 0;
}

.field-with-headline h2:before {
	display: none;
}

.outer-select .select-text {
	color: #002c6a;
}