@charset "utf-8";
/* CSS Document */
.form-control {
	border: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.form-control:active, .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #000;
}
.col-form-label {
	color: #000;
}
.btn, .form-control, .custom-select {
	height: 50px;
}
.custom-select:active, .custom-select:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #000;
}
.heading {
	color: #888;
 letter-spacing: .05rem;
	text-transform: uppercase;
	font-weight: 400;
}
.btn {
	color: #fff;
	border: none;
	border-radius: 4px !important;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
}
.btn:hover {
	color: #fff;
}
.btn:active, .btn:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.box {
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
	box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
}
.box h3 {
	font-size: 14px;
	margin-bottom: 30px;
	text-align: center;
}
label.error {
	font-size: 12px;
	color: red;
}
#message {
	resize: vertical;
}
#form-message-warning, #form-message-success {
	display: none;
}
#form-message-warning {
	color: #B90B0B;
}
#form-message-success {
	color: #55A44E;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.submitting {
	text-align: center;
	float: left;
	width: 100%;
	padding: 10px 0;
	display: none;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: 17px;
	line-height: 1.5;
}
.custom-control-label:before, .custom-file-label, .custom-select {
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
 background: url(data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right 0.75rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
