@font-face {
	font-family: "NeoTechDacia-Regular";
	src: url("../fonts/NeoTechDacia-Regular.eot"); /* IE9 */
	src: url("../fonts/NeoTechDacia-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/NeoTechDacia-Regular.woff") format("woff"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "NeoTechDacia-Light";
	src: url("../fonts/NeoTechDacia-Light.eot"); /* IE9 */
	src: url("../fonts/NeoTechDacia-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/NeoTechDacia-Light.woff") format("woff"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "NeoTechDacia-Bold";
	src: url("../fonts/NeoTechDacia-Bold.eot"); /* IE9 */
	src: url("../fonts/NeoTechDacia-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/NeoTechDacia-Bold.woff") format("woff"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

html, body { font-family: "NeoTechDacia-Regular", sans-serif; }
.grey-panel { background-color: #f4f2f1; }
.grey-panel .heading-container { margin-bottom: 40px; }
.grey-panel .heading-container span { font-family: 'NeoTechDacia-Light'; color: #003081; font-size: 39px; line-height: 46px; }
.panel-content form .form-field:first-child::after { font-family: "NeoTechDacia-Regular"; color: #3f3f3f; }
.panel-content form .form-field input[type="text"] { border-radius: 3px; font-family: "NeoTechDacia-Regular"; color: #606164; border: 1px solid #c5c5c5; }
.panel-content form .form-field input[type="text"]:focus { border: 1px solid #5bb4e3; background-color: #eff5f8; }
.panel-content form .form-field input[type="text"].error { border: 1px solid #e02a00; background-color: #f9d4cc; color: #606164; }
.panel-content form .action-button { border-radius: 3px; background-color: #d24700; border: 1px solid #d24700; }
.panel-content form .action-button::after { background-image: url("../images/button_arrow_dacia.png"); }
.panel-content form .action-button:hover { background-color: #bb3900; border: 1px solid #bb3900; }
.panel-content form .action-button input[type="submit"] { font-family: "NeoTechDacia-Regular"; color: #fff; }
.panel-content p { color: #3e3e3e; }

@media (max-width: 990px) {
    .panel-content .form-footer span { font-family: "NeoTechDacia-Regular"; }
}
