body .Zebra_Form div.row{
    margin-bottom: 0;
    border: none;
    padding: 0;
    background: transparent;
}

body .Zebra_Form input.password, body .Zebra_Form input.text, body .Zebra_Form textarea{width: 100%;}

body .Zebra_Form input.checkbox{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -99;
    height: 1px !important;
    width: 1px;
}


label{text-transform: uppercase;}

label.option{padding-left:38px;}

label.option, label.catering{
    color:#026B6D;
    text-transform: initial;
    font-weight: 400;
}


label.option:before {
    width: 25px;
    height: 25px;
    border: 1px solid ;
    background-color: #fff;
    display: block;
    content: "";
    float: left;
    position: absolute;
    left: 0px;
}

input[type="checkbox"]:checked+label::before {
  background-color: #026B6D;
}

button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside_Right:before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    color: #FFF;
    display: block;
}

button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside_Right{
    text-indent: 0;
    color: transparent;
    background: none;
    overflow: hidden;
    height: 50px;
    width: 50px;
    background-color: #026B6D;
    margin-right: 0;
}

.Zebra_DatePicker .dp_daypicker th {
    background: #026B6D;
    color: #FFF;
}

.Zebra_DatePicker td.dp_hover {
    background: #03393C;
    color: #FFF;
}

.Zebra_DatePicker td.dp_selected {
    background-color: #026B6D;
}

.select-wrapper{position: relative;}

.select-wrapper:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    background-color: #026B6D;
    color: #FFF;
    display: inline-block;
    position: absolute;
    right: 0;
    height: 50px;
    width: 50px;
    pointer-events: none;
    font-weight: 600;
    padding: 15px 0 0 20px;
    font-size: 18px;
}

select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.Zebra_Form input.control, .Zebra_Form select{
    color: #026B6D;
    border-color: #026B6D;
    height: 50px !important;
    border-radius: initial;
    text-indent: 5px;
}

input#btnsubmit {
    color: #FFF;
    border: none;
    border-radius: 0;
    float: right;
    background-color: #026B6D;
}

.label_checkboxen_container label.option{
    margin-bottom: 30px;
}