/* Responsive rules isolated from the main dashboard layout. */
@media (max-width: 768px) {
  #auth-overlay {
    justify-content: center;
    padding: 18px;
    background-position: center;
  }

  .auth-box {
    margin-top: 0;
    max-width: 330px;
    padding: 30px;
  }
}
