#mktoForm_1787 {
    font-family: inherit !important;
}
#mktoForm_1787 .mktoFormRow .mktoFieldWrap, 
.mktoFieldDescriptor.mktoFormCol {
    width: 100% !important;
}
#mktoForm_1787 #LblEmail:after {
    content: "Email Address *";
    display: grid;
    color: #00689e;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    padding-bottom: 5px;
}
#mktoForm_1787 #Email {
    outline-width: 0px;
    border-width: 0px;
    width: 100% !important;
    padding: 0.5rem;
    background-color: #f4f1f0;
    border-bottom-width: 1px;
    border-bottom-color: #919191;
    border-top-left-radius: 0.375rem; 
    border-top-right-radius: 0.375rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 16px;
}
#mktoForm_1787 #LblEmail {
    width: fit-content !important;
}
#mktoForm_1787 .mktoFieldWrap.mktoRequiredField .mktoAsterix,
#mktoForm_1787 #Subscribed_to_Blog__c {
    display: none;
}
#mktoForm_1787 {
    /* width: fit-content !important; */
    width: auto !important;
    font-family: inherit !important;
}
.mktoFormRow .mktoOffset {
    width: 0px !important;
}

.mktoFieldDescriptor.mktoFormCol,
.mktoGutter.mktoHasWidth {
    margin-bottom: 0 !important;
    min-height: 0;
}
.mktoButtonWrap.mktoInset {
    margin-left: 0 !important;
}
.mktoForm .mktoButtonWrap.mktoInset .mktoButton {
    margin-top: 10px !important;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0em;
    font-weight: 700;
    border-radius: 0.375rem !important;
    border: 1px solid #eb0b6c !important;
    padding: 0.375rem 0.75rem !important;
    color: white !important;
    background-color: #eb0b6c !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EB0B6C), to(#EB0B6C)) !important;
    background-image: -webkit-linear-gradient(top, #EB0B6C, #EB0B6C) !important;
    background-image: -moz-linear-gradient(top, #EB0B6C, #EB0B6C) !important;
    background-image: linear-gradient(to bottom, #EB0B6C, #EB0B6C) !important;
}
.mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover {
    background-color: #00689e !important;
    border: 1px solid #00689e !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00689e), to(#00689e)) !important;
    background-image: -webkit-linear-gradient(top, #00689e, #00689e) !important;
    background-image: -moz-linear-gradient(top, #00689e, #00689e) !important;
    background-image: linear-gradient(to bottom, #00689e, #00689e) !important;
}