How to override checkbox styles if these inputs have a unique id [closed]

What about something like this?

.form-group:first-child {
  color: red;
}

.form-group:first-child > label {
  font-size: 12em;
}

I’ve changed your example from Codepen.