@charset "UTF-8";

#application-form fieldset {
	border: 0;
	margin-bottom: 30px;
	padding: 0;
}

#application-form fieldset legend {
	border-bottom: 1px solid;
	display: block;
	font-size: 1.7em;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
}

#application-form .form-group { margin-bottom: 20px; }

#application-form label { margin: 0; }

#application-form .req::after {
	color: red;
	content: '*';
	margin-left: 5px;
	position: absolute;
}

#application-form .errors,
.has-error .help-block { color: red; }

.warning { color: red; font-weight: bold; }

#application-form .button-row { margin-top: 30px; text-align: center; }

#application-form #attachments .form-group { padding-left: 0; padding-right: 0; }
#application-form #attachments ul { margin: 20px; }

#application-form .btn {
	background-color: #58b9da;
	background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
	background-repeat: repeat-x;
	border-radius: 5px;
	border: 1px solid transparent;
	border-color: #58b9da;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 0;
	padding: 18px 25px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
}
#application-form .btn:hover {
	background-color: #3fafd4;
	border-color: #3fafd4;
	color: #f7f7f7;
}

#application-form .btn-block {
	background-color: lightgrey;
	border-color: transparent;
	display: block;
	padding: 8px 25px;
}
#application-form .btn-block:hover { background-color: #c0c0c0; border-color: transparent; }