.habeasdata input[type="checkbox"] {
    background-color: #fff;
    height: 20px;
    width: 20px;
    margin: 0 0 0 0px;
    opacity: 0;
}
.habeasdata label {
    display: inline-block;
    width: auto;
    text-align: left;
    position: relative;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.habeasdata .label {
    color: #3e3d3d;
    font-size: 13px;
    font-weight: 300;
    margin: 5px 0 0 5px;
}
.habeasdata label::after, .habeasdata label::before {
    position: relative;
    left: 0;
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    z-index: -1;
    vertical-align: middle;
    margin-right: 0;
}
.habeasdata label::before {
    content: "";
    border: 1px solid #bababa;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
    -o-transition: border .15s ease-in-out,color .15s ease-in-out;
    transition: border .15s ease-in-out,color .15s ease-in-out;
}
.habeasdata label::before {
    border-radius: 0;
    height: 20px;
    width: 20px;
}
.habeasdata label::after {
    color: #ff8000;
    font-size: 16px;
    font-weight: 600;
    padding-left: 2px;
    padding-top: 3px;
}
.habeasdata input[type=checkbox]:checked+label::after {
    font-family: m2;
    content: "\e605";
}
.habeasdata label::after {
    position: absolute !important;
    left: 0 !important;
    top: 0;
}
.habeasdata-text {
    color: #3e3d3d;
    font-size: 13px;
    font-weight: 300;
    margin: 5px 0 0 5px;
    display: inline;
}
.habeasdata {
    position: relative;
    padding-top: 2%;
}
input#recibirinfochecked {
    position: absolute;
    z-index: 2;
}
input#recibirinfochecked2 {
    position: absolute;
    z-index: 2;
}
@media (max-width: 768px){
    .habeasdata {
        position: relative;
        padding-top: 10%;
    }
}
