label:last-child input[type=radio] {
  transform: scale(1.5);
}
input[type=checkbox] {
  transform: scale(1.8);
}
