﻿@import url(../stylesheet.css);body{position:relative;height:100vh;background-color:rgba(128,128,128,.32);}body .booking-form{max-width:700px;width:100%;margin:auto;}body .booking-form .form-header{text-align:center;margin-bottom:25px;}body .booking-form .form-label{color:#fff;}body .booking-form .form-booking{background-color:#101113;padding:30px 20px;border-radius:3px;}body .booking-form .submit-btn{color:#101113;background-color:#ffc001;font-weight:700;height:50px;border:none;width:100%;display:block;border-radius:3px;text-transform:uppercase;}body .booking-form .field-validation-error{color:#ffc001;}body .submit-btn{color:#101113;background-color:#ffc001;font-weight:700;height:50px;border:none;width:100%;display:block;border-radius:3px;text-transform:uppercase;}.booking-detail .form-label{font-weight:bold;font-size:20px;width:100%;}@media only screen and (min-width:768px){.booking-detail .form-label{border-bottom:none;}}.booking-detail .row{border-bottom:1px solid #808080;padding-bottom:20px;}@media only screen and (min-width:768px){.booking-detail .row{border-bottom:none;padding-bottom:0;}}