.form-checkbox {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  
  input {
    cursor: pointer;
    margin-right: .5rem;
    width: 1rem;
    height: 1rem;
  }
}