.rd-webform .form-type-checkbox input[type=checkbox] {
    max-width: 20px;
    padding: 10px;
    margin-right: 5px;
}

.rd-webform .form-type-checkbox input[type=checkbox]:checked {
    background-image: url('../../images/checked.png');
    background-size: 13px;
    background-position: center;
    background-repeat: no-repeat;
}

.rd-webform label{
    font-size: 0.9rem;
}

.rd-webform .form-type-radio label,
.rd-webform .form-type-checkbox label {
    font-size: 0.7rem;
    font-weight: 300;
}

.rd-webform .form-type-radio input[type=radio] {
    max-width: 20px;
    padding: 10px;
    margin-right: 5px;
    border-radius: 50%;
}

.rd-webform .form-type-radio input[type=radio]:checked {
    background-image: url('../../images/radio.png');
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

.rd-webform .form-submit {
    background-color: #EF7113;
    border: 1px solid #BD4000;
    border-collapse: separate !important;
    border-radius: 3px;
    color: #ffffff;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
    padding: 1em 1.5em;
    cursor: pointer;
}

.rd-webform .form-submit:hover {
    background-color: #BD4000;
}

.rd-webform input[type="email"]{
    background-color: #F7F9FB !important;
    border: 1px solid #e1e1e1 !important;
}