.oe_label {
    width: 100%  !important;
    display: inline;
    font-size: 14px;
    font-weight: 700 !important;
    color: #50b948;
}

.oe_formElement,
.oe_formElement label,
.oe_formElement span {
    width: 100%  !important;
}


.oe_jdcoElement input[type=text],
.oe_textElement input[type=text],
.oe_textElement input[type=tel],
.oe_textElement input[type=email],
.oe_textElement input[type=number] {
    position: relative !important;
    width: 100% !important;
    background: transparent;
    border: none !important;
    outline: none !important;
    font-size: 14px !important;
    border-bottom: 1px solid #50b948 !important;
    margin-bottom: 15px !important;
    padding-left: 0px !important;
}

.oe_help {
    margin-top: 0px !important;
}

.oe_checkboxListElement span {
    color: #212529 !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.oe_buttons button {
    display: block;
    margin: 15px auto 0px auto;
    max-width: 100%;
    border: 2px solid #50b948 !important;
    background: #50b948 !important;
    border-radius: 25px;
    font-weight: 700;
    color: #fff !important;
    font-size: 14px !important;
    text-align: center;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
    padding: 10px !important;
}

span.oe_phone_prefix {
    width: 15% !important;
}

.oe_textElement input[type=tel] {
    width: 115% !important;
}

.oe_buttons button:hover,
.oe_buttons button:focus {
    color: #50b948 !important;
    background: #fff !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
    outline: none !important;
}

.oe_label img {
    margin-top: 0px !important;
    width: auto !important;
    height: 21px !important;
}