.mktoFormRow:first-child fieldset.mktoFormCol {
    padding: 0 5% 0 2%;
}
form .mktoButton {
    display: inline-block;
    height: 55px;
    border: none;
    padding: 0 20px 0 20px;
    border-radius: 32px;
    cursor: pointer;
    font-size: 18px;
}
.mktoButtonRow {
    display: inline-block;
    width: 100%;
    margin: 20px 0 20px 0;
}
.mktoFormCol {
    float: left;
    text-align: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}
.mktoForm{
    width: 88% !important;
    padding: 20px 6% 20px 6%;
}
.mktoFormRow.checkRow{
    float:left;
}
.hide{display:none;}