label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}
label:before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        position: absolute;
        margin-top:-5px;
        left: 0;
        bottombottom: 1px;
        background-color: #d8eafa;
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
label.label:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-left: 10px;
        position: absolute;
        left: 0;
        bottombottom: 1px;
        color:#EBF3FC;
        background-color: #d8eafa;
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
label.labell:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-left: 10px;
        margin-top: 2px;
        position: absolute;
        left: 0;
        bottombottom: 1px;
        background-color: #B7FFA8;
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
label.labelll:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-left: 10px;
        margin-top: 9px;
        position: absolute;
        left: 0;
        bottombottom: 1px;
        background-color: #FFFFC1;
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
    input[type=checkbox] {
        display: none;
    }
    .checkbox label:before {
        border-radius: 3px;
    }
input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 30px;
    font-weight:bold;
    color: #3493e1;
    text-align: center;
    line-height: 30px;
}
input[type=checkbox]:checked + label.label:before,input[type=checkbox]:checked + label.labell:before,input[type=checkbox]:checked + label.labelll:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    font-weight:bold;
    color: #000;
    text-align: center;
    line-height: 20px;
}
.labeldivg span{
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    font-weight:bold;
    color: #000;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #FFFFC1;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    vertical-align:-5px;
    margin-top:5px;
}
.labeldivgr span{
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    font-weight:bold;
    color: #000;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #B7FFA8;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    vertical-align:-5px;
    margin-top:5px;
}
.labeldivb span{
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    font-weight:bold;
    color: #000;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #d8eafa;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    vertical-align:-5px;
}