.section {
	position: relative;
	height: 100vh;
}

.section .section-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.booking-form .form-control {
	border: none;
  	height: 55px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 24px;
	color: #090a0b;
	font-weight: 300;
	background: #f2f1f1;
	border-radius: 4px;
}

.booking-form .form-control::-webkit-input-placeholder {
	color: #b1b6bd;
}

.booking-form .form-control:-ms-input-placeholder {
	color: #b1b6bd;
}

.booking-form .form-control::placeholder {
	color: #b1b6bd;
}

.booking-form input[type="date"].form-control:invalid {
	color: #b1b6bd;
}

.booking-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 24px;
	text-align: center;
	pointer-events: none;
  min-height: 50px;
	min-height: 50px;
	line-height: 40px;
	color: #b1b6bd;
	font-size: 14px;
}

.booking-form .form-label {
	display: block;
	font-weight: 300;
	line-height: 25px;
	font-size: 16px;
	position: relative;
	margin-top: 10px;
	text-transform: uppercase;
}

.booking-form .form-label-header {
	display: block;
	font-weight: 500;

	line-height: 30px;
	font-size: 24px;
	position: relative;
	margin-top: 10px;
	margin-left: 100px;
	text-transform: capitalize;
}


.booking-form .form-btn {
	margin-bottom: 30px;
}

.submit-btn {
	background: #1b262c;
	border: none;
	font-weight: 600;
	text-transform: uppercase;
	max-height: 80px;
	min-height: 80px;

	font-size: 18px;
	width: 100%;
	color: #fff;
	border-radius: 4px;
	display: block;
}
