 .auth-modal .nav-tabs {
    border-bottom: none;
  }
  
  .auth-modal .nav-tabs .nav-link {
    color: #6c757d;
    border: none;
    padding: 0.5rem 1rem;
    position: relative;
  }
  
  .auth-modal .nav-tabs .nav-link.active {
    color: #198754;
    background-color: transparent;
    border: none;
  }
  
  .auth-modal .nav-tabs .nav-link.active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #198754;
  }
  
  .auth-modal .divider {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    color: #6c757d;
  }
  
  .auth-modal .divider::before,
  .auth-modal .divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #dee2e6;
  }
  
  .auth-modal .divider::before {
    margin-right: 0.5rem;
  }
  
  .auth-modal .divider::after {
    margin-left: 0.5rem;
  }
  
  .auth-modal .social-login .btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .auth-modal .social-login .bi {
    margin-right: 0.5rem;
  }