.ft-booking-form-content {
	top: -45px;
	z-index: 2;
	padding: 60px 30px;
	border-radius: 8px;
	margin-bottom: -45px;
	background-color: #fff;
	box-shadow: -9.962px -0.872px 70px 0px rgba(122, 122, 122, 0.2);
	.booking-form-input-wrapper {
		label {
			width: 100%;
			max-width: 420px;
			margin-right: 30px;
			.booking-form-icon {
				top: 13px;
				left: 15px;
				position: absolute;
				i {
					color: #bbbbbb;
					font-size: 28px;
				}
			}
		}
		input {
			width: 100%;
			height: 60px;
			border-radius: 5px;
			padding-left: 55px;
			border: 1px solid #c1c1c1;
			&::placeholder {
				color: #bbbbbb;
			}
		}
		button {
			color: #fff;
			padding: 0;
			height: 60px;
			border: none;
			width: 210px;
			font-weight: 600;
			border-radius: 6px;
			font-family: $heading;
			background-color: $color-2;
		}
	}
}