#ubs-booking-form {
    max-width: 400px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
}
#ubs-booking-form input, #ubs-booking-form select {
    margin-bottom: 10px;
    padding: 10px;
}
#ubs-booking-form input[type="submit"] {
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
}
#ubs-booking-form input[type="submit"]:hover {
    background-color: #005177;
}
