@media (max-width: 576px) {
  body {
    font-size: 0.95rem; 
  }

  .login-card, .profile-login-card {
    margin: 10px;
    border-radius: 15px;
  }

  .login-right, .profile-login-card .login-right {
    padding: 25px 20px;
  }
  .login-title {
    font-size: 1.6rem;
  }

  .login-subtitle, .profile-username {
    font-size: 0.9rem;
  }

  .profile-name {
    font-size: 1.25rem;
  }
  
  .form-label {
    font-size: 0.85rem;
    margin-bottom: 6px;
  }
  .form-control {
    padding: 12px 15px;
    font-size: 0.95rem;
    border-radius: 10px;
  }

  .btn-login {
    padding: 12px 25px;
    font-size: 0.95rem;
    border-radius: 10px;
  }

  .nav-tabs .nav-link {
    padding: 10px 18px;
    font-size: 0.9rem;
  }
  .d-lg-none .logo-container {
    width: 80px;
    height: 80px;
  }
  
  .d-lg-none .logo-img {
    width: 80px;
  }

  .avatar-img, .avatar-placeholder {
    width: 80px;
    height: 80px;
  }

  .avatar-placeholder {
    font-size: 2rem;
  }
  .form-group {
    margin-bottom: 20px;
  }

  .login-header {
    margin-bottom: 30px;
  }
  
  .profile-section {
    margin-bottom: 1.5rem;
  }

  .alert {
    padding: 12px 18px;
    font-size: 0.9rem;
  }
  .remembered-account-card .card-body {
    padding: 0.5rem 0.75rem;
  }

  .remembered-account-card .d-flex .me-3 {
    margin-right: 0.75rem !important;
  }

  .remembered-account-card .rounded-circle {
    width: 32px !important;
    height: 32px !important;
    font-size: 14px !important;
  }

  .remembered-account-card .position-absolute[style*="width: 48px"] {
    width: 40px !important;
    height: 40px !important;
    top: -4px !important;
    left: -4px !important;
  }
  
  .remembered-account-card .position-absolute[style*="width: 48px"] img {
      width: 40px !important;
      height: 40px !important;
  }

  .remembered-account-card .fw-semibold {
    font-size: 0.9rem;
  }

  .remembered-account-card .small.text-muted {
    font-size: 0.75rem;
    line-height: 1.3;
  }

  .remembered-account-card .badge {
    padding: 0.2rem 0.3rem;
    font-size: 0.6rem;
  }

  .remembered-account-card .btn-outline-danger {
    padding: 0.1rem 0.4rem;
    font-size: 0.7rem;
  }
  .role-selection-card .card-body {
    padding: 1.5rem 1rem;
  }

  .role-selection-grid {
    gap: 0.75rem;
  }
  
  .role-card {
    padding: 1.25rem 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
  }

  .role-card-header {
    margin-bottom: 0;
    margin-right: 1rem;
    flex-shrink: 0;
  }

  .role-icon {
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .role-name {
    font-size: 1rem;
    white-space: nowrap;
  }

  .role-permissions {
    margin-top: 0;
    flex-grow: 1;
  }

  .permissions-badges .badge {
    font-size: 0.65rem;
    padding: 0.25rem 0.5rem;
  }
  
  .role-check-indicator {
    width: 24px;
    height: 24px;
    font-size: 0.75rem;
  }

  .role-selection-actions {
    padding: 1rem;
  }

  .btn-role-action {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }

  .role-selection-footer {
    padding: 0.75rem 1rem;
    font-size: 0.75rem;
  }
}