@font-face {
	font-family: 'AUdimat-Regular';
	src:url("{!URLFOR($Resource.jsLibs, 'fonts/AUdimat-Regular.ttf.woff')}") format('woff'),
		url("{!URLFOR($Resource.jsLibs, 'fonts/AUdimat-Regular.ttf.svg#AUdimat-Regular')}") format('svg'),
		url("{!URLFOR($Resource.jsLibs, 'fonts/AUdimat-Regular.ttf.eot')}"),
		url("{!URLFOR($Resource.jsLibs, 'fonts/AUdimat-Regular.ttf.eot?#iefix')}") format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #f2f2f2 !important;
}
form {
	background-color: transparent;
}
.container-fluid {
	background-color: #f2f2f2;
	color: #313131;
	font-family: "Titillium Web",sans-serif;
	font-size: 14px;
	line-height: 1.42857;
}

.container-fluid a {
	color: #00acea;
}

.container-fluid h1 {
	font-size: 40px;
	color: #00acea;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'AUdimat-Regular';
	margin-top: 0;
	margin-bottom: 40px;
}

.container-fluid p {
	line-height: 1.8;
}

.container-fluid  .formbody {
	margin-top: 10px;
}

.container-fluid  .form-control {
	box-shadow: none;
	border-radius: 0;
	font-size: 18px;
	color: #00acea;
	height: auto;
	padding: 12px;
}
.form-control::-webkit-input-placeholder {
	color: #313131;
}
.form-control:-moz-placeholder {
	color: #313131;
}
.form-control::-moz-placeholder {
	color: #313131;
}
.form-control:-ms-input-placeholder {
	color: #313131;
}
.container-fluid select.form-control {
	padding-left: 8px;
	color: #313131;
}
.container-fluid select.selected {
	color: #00acea;
}

.container-fluid input[type=button] {
	color: white;
	text-transform: uppercase;
	background-color: #00acea;
	padding: 16px 0;
	text-align: center;
	display: block;
	border: none;
	float: none;
	width: 100%;
	font-size: 26px;
	font-family: 'AUdimat-Regular';
	font-weight: bold;
	margin-top: 30px;
}
.container-fluid input[type=reset] {
	color: #313131;
	text-transform: uppercase;
	background-color: #c4c4c4;
	padding: 16px 0;
	text-align: center;
	display: block;
	border: none;
	float: none;
	width: 100%;
	font-size: 26px;
	font-family: 'AUdimat-Regular';
	font-weight: bold;
	margin-top: 30px;
}



