@charset 'UTF-8';

.CheckTheInputLabel{
    display: inline-block;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}
.CheckTheInputLabel input{
    position: absolute;
    top: 1px;
    left: 0;
}