checkbox is not left justified

Thanks for the very nice Illdy theme. Unfortunately, I’m having a problem. When trying to create a solo checkbox in a form, the checkbox initially appeared as a single line across the entire page. Then after applying the CSS fix below, it appears as a box, but centered in the middle of the text, not on the left side. How do I get the checkbox to appear on the left side of the text? I appreciate your help.

input[type=checkbox]{
-webkit-appearance:checkbox;
}

Hi @schraup,

Could you give me your website link to check?

Thanks,

Cristian