.form input[type=checkbox] ~ label::before, form input[type=checkbox] ~ label::before {
    content:"";
    display:none;
}

.form input[type=checkbox], form input[type=checkbox] {
    opacity:1;
    width:20px;
    height:20px;
    z-index:1000;
    margin-top:3px;
}