* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: 
	grayscale;text-rendering: optimizeLegibility;
}
*:hover, *:focus,*:active {
	text-decoration:none !important;
}
.btn.btn-default {width:auto !important;} 

body{
	padding: 25px;
}
h1, h2, h3, h4, h5, h6, label {
	color:#27428D;
	font-family: 'century-gothic', sans-serif; 
	font-weight:600;
}
label {
	color:rgb(51,51,51) !important;
	font-weight:bold !important;
} 
.help-block, p {
	font-family: 'century-gothic', sans-serif;
	font-size:14px;
}
button {
	width:auto;
	margin:0 auto;
}
button.btn-default {
	border-radius:0px !important;
	border:2px solid #27428D !important;
	background-image:none !important;
	background-color:transparent !important;
	color:#27428D !important;
	text-transform:uppercase !important;
	font-family:'century-gothic', sans-serif !important;
	letter-spacing: 2px !important;
	font-size:14px !important;
	font-weight:bold !important;
	padding:15px 30px !important;
	transition: background-color 0.25s ease;
}
button.btn-default:hover,
button.btn-default.white:hover {
	background-color: #27428D !important;
	color:white !important;
	text-shadow:none !important;
	box-shadow:none !important;
}
button.btn-default.white {
	background-color:white !important;
	color:#27428D !important;
	text-shadow:none !important;
	border-color:white !important;
}
.form-header-image {
	margin: auto;
	max-width: 300px;
	width: 100%;
}
.signature-pad,
.signature-pad--body {
	border-color:#cccccc !important;
	box-shadow:none !important;
}
.signature-pad:before,
.signature-pad:after {
	display:none !important;
}
