
.obg_form_style{
    color: #626262 !important;
    background-color: rgba(81, 186, 37, 1) !important;
    border-color: #EBEBEB !important;
}
input.obg_form_style {
    height: 37px;
}
textarea.obg_form_style, input.obg_form_style {
    width: 100%;
}
textarea.obg_form_style {
    height: 150px;
}
.form_field_wrap {
    margin-top: 15px;
}
.form_field_wrap > input[type ='submit'] {
    border:2px solid rgb(81, 186, 37);
    border-radius:3px;
    color:rgb(255, 255, 255); /*color:rgb(81, 186, 37); */
    background-color: #fff;
    padding: 15px;
}
.form_field_wrap > input[type ='radio'] {
    margin-left: 14px;
}

label, .checkbox_header {
    font-size:14px;
    font-weight: 700;
    color: black;
}
.obg_head {
    color:rgb(116, 116, 116);
    font-family:Asap;
    font-size:22px;
}
