/* Start custom CSS for shortcode, class: .elementor-element-7d4dc92d */.with_frm_style{
    --font:"Roboto";
    --field-height: 50px;
    --field-pad: 10px;
}

.frm_primary_label{
    text-transform: uppercase;
    font-weight: bold !important;
}

.frm_submit button{
    width: 48% !important;
    font-family: "Roboto" !important;
    font-weight: bold !important;
    background: #D30000 !important;
    height: 50px !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    border-width: 0px !important;
    margin-right: 10px !important;
}

.frm_submit button:hover{
    background: #005ABD !important;
    border-width: 0px !important;
    font-weight: bold !important;
    color: #fff !important;
}

.frm_repeat_sec .frm_button{
    background-color: #000;
}

.frm_repeat_sec .frm_button:hover{
    background-color: #005ABD;
    color: #fff;
}

.frm_description{
    font-family: "Roboto" !important;
    font-size: 14px !important;
}

.frm_inline_box{
    padding: 0 20px !important;
}

.frm_current_page input[type="button"]{
    background: #D30000 !important;
    border-width: 0px !important;
}

.frm_current_page .frm_rootline_title{
    color: #D30000 !important;   
}/* End custom CSS */