.slds-checkbox [type="checkbox"]:checked + .slds-checkbox--faux::after, .slds-checkbox [type="checkbox"]:checked + .slds-checkbox__label .slds-checkbox--faux::after, .slds-checkbox [type="checkbox"]:checked + .slds-checkbox__label .slds-checkbox_faux::after, .slds-checkbox [type="checkbox"]:checked + .slds-checkbox_faux::after, .slds-checkbox [type="checkbox"]:checked ~ .slds-checkbox--faux::after, .slds-checkbox [type="checkbox"]:checked ~ .slds-checkbox_faux::after 
{
  display: block;
  content: "";
  height: .25rem;
  width: .5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
  transform: translate3d(-50%,-50%,0) rotate(-45deg);
  border-bottom: 2px solid var(--slds-s-mark-color-foreground-checked,var(--slds-c-checkbox-mark-color-foreground,var(--sds-c-checkbox-mark-color-foreground,rgb(204, 0, 51)))) !important;
  border-left: 2px solid var(--slds-s-mark-color-foreground-checked,var(--slds-c-checkbox-mark-color-foreground,var(--sds-c-checkbox-mark-color-foreground,rgb(204, 0, 51)))) !important;
}

/*
.slds-checkbox [type="checkbox"]:checked{
	background: rgb(204, 0, 51) !important;
}
*/

.slds-box{
	border:0px !important;
}

.slds-checkbox_faux{
	border:0px !important;
}


.slds-checkbox .slds-checkbox__label .slds-form-element__label {
  display: inline;
  vertical-align: middle;
  font-size: 16px;
  padding-bottom:5px !important;
}


@media (max-width: 768px) {

    .slds-box{
  		padding-top:0px !important;
  		padding-bottom:0px !important;
	} 
}


.slds-checkbox{
  padding-top:5px;
}

.slds-form-element__label{
  padding-top:5px !important;
}