﻿.EPiServerForms .Form__Title {
	color: #005da1;
	font-size: 2.25rem;
}

.EPiServerForms .Form__Description .epi-editContainer {
	font-family: Roboto,'Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.EPiServerForms input:not([type=file]), select, textarea {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: 100%;
	height: 56px;
	margin: 0;
	padding: 0 20px;
	letter-spacing: 1px;
	color: #000;
	transition: .4s;
	border: 1px solid #ddd;
	box-shadow: none;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	display: block;
}

.EPiServerForms textarea {
	height: 10em;
}

.EPiServerForms select {
	padding-right: 40px;
}

.EPiServerForms input::placeholder {
	color: rgb(0, 93, 161);
}

.EPiServerForms button[type=submit] {
	background: #d1111c;
	font-size: 1.125rem;
	font-size: 1.125rem;
	margin: .625rem 0;
	cursor: pointer;
	transition: .5s;
	color: #fff;
	line-height: 3.4375rem;
	width: auto;
	height: 3.4375rem;
	padding: 0 3.125rem 0 1.25rem;
	text-align: left;
	display: inline-block;
	position: relative;
}

.EPiServerForms button[type=submit]:before {
	box-sizing: inherit;
	font-family: fontello;
	position: absolute;
	top: 50%;
	right: 1.25rem;
	transform: translateY(-50%);
	content: '\e801';
	display: block;
	width: auto;
}

	.EPiServerForms button[type=submit]:after {
		display: none;
	}

.EPiServerForms .Form__Element__Caption {
	font-family: Roboto,'Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: rgb(0, 93, 161);
	margin: 0.75rem 0 0 0 !important;
	display: block;
	margin-top: 0;
	margin-block-end: 1.33em;
	margin-inline-start: 0;
	margin-inline-end: 0;
	box-sizing: inherit;
	word-break: break-word;
}

.EPiServerForms input[type=reset] {
	background: #00aac5;
	font-size: 1.125rem;
	font-size: 1.125rem;
	margin: .625rem 0;
	cursor: pointer;
	transition: .5s;
	color: #fff;
	line-height: 3.4375rem;
	width: auto;
	height: 3.4375rem;
	padding: 0 1.25rem;
	text-align: left;
	display: inline-block;
	position: relative;
}

.EPiServerForms .Form__Element .Form__Element__ValidationError {
	position: absolute;
	bottom: -30px;
}

.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action {
	display: inline-block;
	padding: inherit;
	vertical-align: middle;
	text-align: center;
	border: none;
	border-radius: 0;
	font-size: inherit;
	height: auto;
	width: 10em;
	max-width: 10rem;
	color: white;
	background-image: none;
	background-color: #00aac5;
	margin-left: 16px;
	margin-right: 16px;
}

.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Progress {
	background-color: #00aac5;
	width: 0%;
	height: 1rem;
}

.EPiServerForms button[type=submit].Form__NavigationBar__Action:before {
	display: none;
}

@media screen and (max-width: 64.0625em) {
	.EPiServerForms {
		padding: 1.25rem;
	}

		.EPiServerForms button[type=submit] {
			display: block;
			width: 100%;
			text-align: center;
		}

		.EPiServerForms input[type=reset] {
			display: block;
			width: 100%;
			text-align: center;
			padding: 0 3.125rem 0 1.25rem;
		}

		.EPiServerForms button[type=submit]:before {
			display: none;
		}

		.EPiServerForms button[type=submit]:after {
			display: unset;
			box-sizing: inherit;
			font-family: fontello;
			content: '\e801';
			padding: 0 .875rem;
		}
}
