.mktoForm {
    width: 100% !important;
}
.mktoForm .mktoFormCol {
    width: 100%;
}
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField
.mktoFieldWrap.mktoRequiredField, .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
    width: 100% !important;
    padding: 10px !important;
}
span.mktoButtonWrap.mktoGlow {
    margin: 0 !important;
}
.mktoForm .mktoFormCol{
    margin-bottom: 15px !important;
}
.mktoForm .mktoFieldWrap {
    width: 100%;
}
.mktoForm .mktoOffset, .mktoForm .mktoGutter{
    display: none;
}
.mktoHtmlText.mktoHasWidth, .linkNew {
    width: 100% !important;
}
.mktoButtonRow {
    display: flex;
    justify-content: center;
}
.mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
    color: #000 !important;
    background: #fff;
    border: none !important;
    padding: 11px 22px !important;
    font-size: 1.4em !important;
    text-transform: uppercase !important;
    border-radius: 20px !important;
    font-family: TTHoves !important;
    box-shadow: none !important;
    background-color: #0c6 !important;
    background-image: none !important;
    font-weight: 700 !important;
}
.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:hover {
    background-color: #07ec79 !important;
}
.mktoLogicalField.mktoCheckboxList.mktoHasWidth{
    width: 100% !important;
}

.modal-header {
    font-size: 22px;
}

.modal-header .btn-close {
    font-size: 13px;
}

.mktoForm .mktoRequiredField .mktoAsterix {
    display: none !important;
}

.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label, .linkNew p, .linkNew span {
    font-size: 14px;
    line-height: 1.5em;
}

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
    font-family: inherit !important;
}

.modal-footer {
    display: none;
}

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
    font-family: inherit !important;
    background: #f9572e !important;
    color: #fff !important;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .mktoForm .mktoLabel {
        display: none !important;
    }
    .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField
    .mktoFieldWrap.mktoRequiredField, .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
        height: 40px;
        font-size: 15px;
        padding: 7px !important;
    }
    .linkNew a {
        padding: 0;
    }
}
