body {
    background: #fff;
}

form,
table,
tr,
td {
    margin: 0 !important;
    padding: 0 !important;
}

@font-face {
    font-family: Arial;

}

form {
    font-family: Arial, sans-serif;
    text-align: left;
}

.hiddenEmailAddress {
    display: none;
}

.smartcapture-privacy-checkbox-wrapper {
    width: auto;
}

.smartcapture-privacy-checkbox-wrapper .labelformitem {
    display: flex;
}

.smartcapture-privacy-checkbox-wrapper #optin {
    margin-right: 10px;
}

label {
    display: none;
}

#labelterms {
    display: inline;
    font-size: 14px;
    line-height: 16px;
}

a {
    color: #888 !important;
    text-decoration: underline !important;
}

input {
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding: 10px !important;
    margin-bottom: 10px;
    border: 1px solid rgb(198, 190, 184) !important;
    letter-spacing: 1px;
    color: #27221d;
}

select {
    font-family: Arial, sans-serif;
    font-size: 16px;
    width: 300px;
    padding: 10px !important;
    margin-bottom: 10px;
    border: 1px solid rgb(198, 190, 184) !important;
    letter-spacing: 1px;
    color: #27221d;
}

#optin {
    display: inline;
    text-align: left;
    margin: auto;
    padding: auto;
    width: auto;
}

button {
    font-family: Arial, sans-serif;
    font-weight: bold;
    background-color: #e5001c;
    border: 0;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 15px 20px;
    text-transform: uppercase;
    letter-spacing: 1px
}

button:disabled {
    background: #c6beb8;
    cursor: default;
}

.smartcapture-content-wrapper input {
    height: auto !important;
    box-sizing: content-box !important;
}

@media (max-width: 768px) {
    .smartcapture-privacy-checkbox-wrapper {
        width: 290px;
        text-align: left;
    }

    input {
        width: 268px;
        padding: 10px !important;
        margin-bottom: 10px;
        border: 1px solid rgb(198, 190, 184) !important;
        letter-spacing: 1px;
    }

    button {
        background-color: #e5001c;
        border: 0;
        color: #fff;
        font-size: 13px;
        line-height: 14px;
        padding: 15px 20px;
        text-transform: uppercase;
        letter-spacing: 1px
    }

    select {
        width: 290px;
        padding: 10px !important;
        margin-bottom: 10px;
        border: 1px solid rgb(198, 190, 184) !important;
        letter-spacing: 1px;
    }
}

@media (max-width: 576px) {
    .smartcapture-privacy-checkbox-wrapper {
        width: 280px;
        text-align: left;
    }

    input {
        width: 258px;
        padding: 10px !important;
        margin-bottom: 10px;
        border: 1px solid rgb(198, 190, 184) !important;
        letter-spacing: 1px;
    }

    button {
        background-color: #e5001c;
        border: 0;
        color: #fff;
        font-size: 12px;
        line-height: 14px;
        padding: 15px 20px;
        text-transform: uppercase;
        letter-spacing: 1px
    }

    select {
        width: 280px;
        padding: 10px !important;
        margin-bottom: 10px;
        border: 1px solid rgb(198, 190, 184) !important;
        letter-spacing: 1px;
    }
}

@media (max-width: 408px) {
    .smartcapture-privacy-checkbox-wrapper {
        width: 265px;
        text-align: left;
    }

    input {
        width: 243px;
        padding: 10px !important;
        margin-bottom: 10px;
        border: 1px solid rgb(198, 190, 184) !important;
        letter-spacing: 1px;
    }

    button {
        background-color: #e5001c;
        border: 0;
        color: #fff;
        font-size: 11.5px;
        line-height: 14px;
        padding: 15px 20px;
        text-transform: uppercase;
        letter-spacing: 1px
    }

    select {
        width: 265px;
        padding: 10px !important;
        margin-bottom: 10px;
        border: 1px solid rgb(198, 190, 184) !important;
        letter-spacing: 1px;
    }
}

@media (max-width: 320px) {
    .smartcapture-privacy-checkbox-wrapper {
        width: 220px;
        text-align: left;
    }

    input {
        width: 198px;
        padding: 10px !important;
        margin-bottom: 10px;
        border: 1px solid rgb(198, 190, 184) !important;
        letter-spacing: 1px;
    }

    button {
        background-color: #e5001c;
        border: 0;
        color: #fff;
        font-size: 11.5px;
        line-height: 14px;
        padding: 15px 20px;
        text-transform: uppercase;
        letter-spacing: 1px
    }

    select {
        width: 220px;
        padding: 10px !important;
        margin-bottom: 10px;
        border: 1px solid rgb(198, 190, 184) !important;
        letter-spacing: 1px;
    }
}

@media (max-width: 280px) {
    .smartcapture-privacy-checkbox-wrapper {
        width: 180px;
        text-align: left;
    }

    input {
        width: 158px;
        padding: 10px !important;
        margin-bottom: 10px;
        border: 1px solid rgb(198, 190, 184) !important;
        letter-spacing: 1px;
    }

    button {
        background-color: #e5001c;
        border: 0;
        color: #fff;
        font-size: 11.5px;
        line-height: 14px;
        padding: 15px 20px;
        text-transform: uppercase;
        letter-spacing: 1px
    }

    select {
        width: 180px;
        padding: 10px !important;
        margin-bottom: 10px;
        border: 1px solid rgb(198, 190, 184) !important;
        letter-spacing: 1px;
    }
}
