.cCheckbox label {
    font-size: 12px !important;
    line-height: 16px !important;
    text-transform: inherit;
    text-align: center;
    color: #000;
    margin-left: 15px !important;
}
.cCheckbox .soundest-form-without-image-error-empty {
    text-align: left;
    line-height: 16px;
    height: 20px;
} 
.cCheckbox label.subscribe-confirm-label {
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  color: #665f5f !important;
  font-size: 10px !important;
  font-weight: normal;
  font-family: Poppins, Arial, sans-serif;
  line-height: 13px;
  text-decoration: none;
  text-transform: none;
}

.subscribe-confirm-label input#subscribe-confirm {
position: absolute;
opacity: 0;
cursor: pointer;
}

.subscribe-confirm-label b {
position: absolute;
top: 0;
left: 0;
width: 16px;
height: 16px;
border: 1px solid #292929;
box-sizing: initial;
}

.subscribe-confirm-label input:checked+b:after {
content: "";
position: absolute;
display: none;
box-sizing: initial;
}

.subscribe-confirm-label input:checked+b:after {
border-color: #292929;
display: block;
left: 6px;
top: 3px;
width: 3px;
height: 6px;
border: solid #292929;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.newsletter_section.newsletter-bgr-true {
background-color: #cccccc;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-height:335px;
}