Abody {
    margin: 0 auto !important;
    padding: 0;
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    box-sizing: border-box;
    /* background: url(https://britishcollegeofprofessionalstyling.com/Media/Uploads/booking-image/TJUK-booking-1.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
}

#main {
    background: #FFFFFF;
    padding: 0 0 30px 0;
    border-radius: 8px;
    overflow: hidden;
    width: 90% !important;
}

#left-widget {
    background: #FFFFFF;
    padding: 0 0 30px 0;
    border-radius: 8px;
    overflow: hidden;
    width: 90% !important;
    margin: 0 auto;
    display: block;
    max-width: 717px;
}

#header {
    background: white;
    border: 5px solid #024886;
    padding: 10px 20px;
}

#header #logo-container img {
    width: 200px;
}

#logo {
    background: white;
}

#content {
    padding: 20px;
    margin: 0 auto;
    background: #FFFFFF;
}

#content input[type="month"],
#content input[type="text"] {
    display: block;
    padding: 5px;
    box-sizing: border-box;
    height: 32px;
    background: #e0e0e0;
    border: 1px solid #333;
    border-radius: 3px;
    width: 100%;
}

#content label {
    display: block;
    font-weight: 600;
    margin: 8px 0;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

#content select,
#content select {
    padding: 5px;
    box-sizing: border-box;
    height: 32px;
    background: #e0e0e0;
    border: 1px solid #333;
    border-radius: 0px;
}

#content textarea {
    display: block;
    padding: 5px;
    box-sizing: border-box;
    background: #e0e0e0;
    border: 1px solid #333;
    border-radius: 3px;
    width: 100%;

}

#content fieldset {
    border-radius: 6px;
    margin-bottom: 25px;
}

#content input[type="submit"] {
    margin: 0;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5rem;
    background: #024886;
    color: #fff !important;
    display: inline-block;
    line-height: normal;
    transition: all 0.5s ease;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
}

#content input[type="submit"]:hover {
    background: #333333;
}