.check.remember {
  align-items: start;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8f5f0;
}

.check.remember small {
  display: block;
  margin-top: 2px;
}

.auth-link {
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--purple);
  text-align: left;
  font-weight: 800;
  cursor: pointer;
}

.mobile-only {
  display: none !important;
}

@media (max-width: 850px) {
  .mobile-only {
    display: flex !important;
  }

  .sidebar nav {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}
