.frm_style_formidable-style.with_frm_style.frm_forms > form .frm_form_field:not(.frm_submit),
.frm_forms > form .frm_form_field:not(.frm_submit) {
    position: relative;
    margin-bottom: 20px;
    margin-left: 0;
    position: relative;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 18px;
    border: 1px solid #DEE2E6;
    box-sizing: border-box;
    border-radius: 50px;
    padding-left: 40px;
    padding-right: 30px;
}

.frm_style_formidable-style.with_frm_style.frm_forms > form .frm_primary_label,
.frm_forms > form .frm_primary_label {
    cursor: text;
    display: block;
    left: 40px;
    pointer-events: none;
    position: absolute;
    top: 17px;
    transition: all .2s ease 0s;
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 129.5%;
    color: #3D3C41;
}

.frm_style_formidable-style.with_frm_style.frm_forms > form .frm_form_field input,
.frm_forms > form .frm_form_field input {
    color: #3D3C41;
    width: 100%;
    padding-bottom: 4px;
    border: 0px solid #999;
    border-radius: 0;
    padding-left: 0;
    float: left;
    font-size: 16px;
    background: #ffffff;
    min-height: 59px;
    padding-left: 0;
    line-height: 129.5%;
}


.frm_style_formidable-style.with_frm_style.frm_forms > form .frm_form_field input:focus,
.frm_forms > form .frm_form_field input:focus {
    box-shadow: none !important;
}

.frm_style_formidable-style.with_frm_style.frm_forms > form .frm_form_field textarea,
.frm_forms > form .frm_form_field textarea {
    color: #3D3C41;
    width: 100%;
    border: 0px solid #999;
    border-radius: 0;
    padding-left: 0px;
    background: #ffffff;
    font-size: 16px;
    font-weight: normal;
    min-height: 166px;
    margin-top: 3px;
    line-height: 129.5%;
}

.frm_style_formidable-style.with_frm_style.frm_forms > form h2,
.frm_forms > form h2 {
    color: #333333;
    letter-spacing: -1.2px;
    font-size: 22px;
    margin-bottom: 10px;
}

.frm_style_formidable-style.with_frm_style.frm_forms > form p,
.frm_forms > form p {
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #3D3C41;
}

.frm_style_formidable-style.with_frm_style.frm_forms > form .frm_submit .frm_button_submit,
.frm_forms > form .frm_submit .frm_button_submit {
    padding-top: 16px;
    padding-bottom: 17px;
    margin-top: 10px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #3D3C41;
    background: #F9D0CD;
    border-radius: 40px;
    border: 0px;
}

.frm_style_formidable-style.with_frm_style.frm_forms > form .frm_submit .frm_button_submit:focus,
.frm_forms > form .frm_submit .frm_button_submit:focus {
    outline: none !important;
}

/* .frm_style_formidable-style.with_frm_style.frm_forms > form .frm_submit .frm_button_submit,
.frm_forms > form .frm_submit .frm_button_submit {
    background: #F25652;
    color: #fff;
    width: 100%;
    text-align: center;
    border: 0px;
    cursor: pointer;
    border-radius: 28px;
    font-size: 12px;
    font-weight: 500;
    padding-top: 9px;
    padding-bottom: 9px;
} */

.frm_style_formidable-style.with_frm_style.frm_forms > form .frm_submit .frm_button_submit:hover,
.frm_forms > form .frm_submit .frm_button_submit:hover {
    background: #00725B; /* #0F6F5C;*/
    color: #ffffff !important;
    text-decoration: none;
}

.frm_forms > form .newclsinput {
    font-size: 14px;
    top: 17px !important;
}

.frm_forms > form .newclsinput {
    opacity: 0;
}

.frm_forms > form .frm_blank_field {
    border-color: #D0011B !important;
}

.frm_forms > form .frm_blank_field label {
    color: #D0011B !important;
}