#FirstName, #LastName, #Email {
    width: 350px !important;
    padding: 0.375rem 0.75rem !important;
    margin-right: 1rem !important;
    margin-bottom: .5rem !important;
}

#Company, #Country, #PostalCode {
    width: 250px !important;
    padding: 0.375rem 0.75rem !important;
    margin-right: 1rem !important;
    margin-bottom: .5rem !important;
}

input[type="text"], input[type="email"] {
    font-weight: inherit !important;
    height: 2.5rem !important;
    line-height: 2.5rem !important;
    padding: 0 1rem !important;
    font-size: .8rem !important;
    color: #606060 !important;
    background: #ffffff !important;
    border-radius: 0px !important;
    border: 1px solid #DDDFE1 !important;
    transition: all 200ms ease-in-out !important;
}

select {
    font-weight: inherit !important;
    height: 2.5rem !important;
    font-family: inherit !important;
    line-height: 1.5 !important;
    font-size: .8rem !important;
    color: #606060 !important;
    background: #ffffff !important;
    border-radius: 0px !important;
    border: 1px solid #DDDFE1 !important;
    transition: all 200ms ease-in-out !important;
}

select:focus {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #80bdff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

input[type="text"]:focus, input[type="email"]:focus {
    box-shadow: none !important;
    border: 0 !important;
    background: rgba(var(--rgb-black), 0.07) !important;   
}

.mktoButtonWrap {
    margin-left: 0px !important;
}

.mktoButton {
    background: var(--color-yellow) !important;
    color: var(--color-white) !important;
    font-family: inherit !important;
    border: 0 !important;
    padding: .5rem 1.0rem .5rem !important;
    font-size: .8rem !important;
    letter-spacing: 0px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    border-radius: .1rem !important;
    height: 2.5rem !important   
}

.mktoForm .mktoCheckboxList > label {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500 !important;
    color: #404040 !important;
    font-size: 14px !important;
}