@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

body {
	background-color: #273583 !important;
}

body > .container {
	background-color: white !important;
}

#bodyContainer {
	background-color: white !important;
	padding: 50px !important;
}

#bookingForm {
	font-family: 'Open Sans', sans-serif;
}
#bookingForm .form-group .field-row label {
	width: 100%;
	text-align: left;
	font-weight: 400;
	margin-bottom: 5px;
}
#bookingForm .form-group .field-row label + div {
	width: 100%;
}
#bookingForm .form-group .field-row .form-control {
	padding: 15px;
	border-radius: 2px;
	border: 1px solid #9d9d9c;
	height: auto;
}
#bookingForm .form-group.customer_zip, #bookingForm .form-group.customer_city {
	width: 50%;
	display: inline-block;
}
#bookingForm .form-group.customer_city {
	margin-left: 40px;
}
#bookingForm .nameWrapper {
	border-bottom: 0;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	margin-top: 30px;
}
#bookingForm .nameWrapper .rowName {
	margin-left: 0;
	margin-right: auto;
	text-transform: uppercase;
	color: #283583;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 19px;
}
#bookingForm .nameWrapper .rowName:before {
	content: '';
	height: 2px;
	width: 25px;
	background-color: #283583;
	display: inline-block;
	margin-right: 9px;
	position: relative;
	top: -4px;
}
#bookingForm .form-participant + .form-group .col-sm-4, #bookingForm .addcontactasparticipantrow > div {
	width: auto;
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	width: 100%;
	text-align: right;
}
#bookingForm .ParticipantBtn, #bookingForm .addcontactasparticipantbutton {
	background-color: transparent;
	border: 2px solid #273777;
	border-radius: 27px;
	padding: 15px 25px;
	color: #273777;
	font-weight: bold;
	text-transform: uppercase;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	display: inline-block;
}
#bookingForm .ParticipantBtn:hover, #bookingForm .addcontactasparticipantbutton:hover {
	background-color: #273777;
	color: #fff;
}
#bookingForm .form-payment .nameWrapper {
	padding-left: 15px;
	padding-right: 15px;
}
#bookingForm .form-payment .col-sm-4.control-label {
	width: 130px;
	text-align: left;
	font-size: 16px;
}
#bookingForm .form-payment .col-sm-4.control-label + div {
	font-size: 16px;
}
#bookingForm #sendFormBtn {
	background-color: #fdd530;
	text-transform: uppercase;
	color: #1d1d1b;
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	padding: 18px 35px;
	display: inline-block;
	border-radius: 30px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	border: 2px solid #fdd530;
}
#bookingForm #sendFormBtn:hover {
	background-color: transparent;
}