input.disable-autofill-style:-webkit-autofill,
input.disable-autofill-style:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

/* forms */
input[type='checkbox'].form-control,
input[type='radio'].form-control {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    margin-top: 5px;
}

.ktc-checkbox,
.ktc-radio {
    display: block;
}

.ktc-checkbox>label,
.ktc-radio>label {
    max-width: 80%;
}

.form-field {
    margin-bottom: 1rem;
}