[type="radio"]:not(:checked),
[type="radio"]:checked,
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  margin: 5px 10px 0;
  position: inherit;
  left: inherit;
  visibility: inherit;
}

.center-height {
  display: flex;
  padding: 10px;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
}

.logo {
  width: 100%;
  max-width: 180px;
}

@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
  }
}