 .login-error {
      color: #dc3545;
      background-color: #f8d7da;
      border: 1px solid #f5c6cb;
      padding: 8px;
      border-radius: 4px;
      margin: 0 32px 15px;
      text-align: center;
      font-weight: 500;
    }
    
    .modal-content {
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }
    
    .btn-gradient {
      background: linear-gradient(45deg, #0d6efd, #6610f2);
      border: none;
      color: white;
      font-weight: 500;
      padding: 10px;
      transition: all 0.3s ease;
    }
    
    .btn-gradient:hover {
      background: linear-gradient(45deg, #0b5ed7, #520dc2);
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

    

    div#loginMsg
    {
      color: red;
    }

    .btn-gradient
    {
      text-align: center;
      padding: 5px;
      color: #fff;
      border: 3px solid rgb(56 255 229 / 50%);
      background: #01938a;
      border-radius: 10px;
      font-size: 20px;
      font-weight: bold;
      position: relative;
      outline: none;
      box-shadow: 0 2px 10px rgba(1, 147, 138, 0.10);
      transition: box-shadow 0.2s, transform 0.2s, background 0.2s, border-color 0.2s;
      letter-spacing: 1px;
      display: block;
      width: 94% !important;
      margin: 0 auto !important;
      display: block !important;
    }

    .btn-gradient:hover
    {
      background: #fbbe62;
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

     .forgot-password-container {
      display: none;
    }
    
    .back-to-login {
      cursor: pointer;
      color: #fff;
      text-decoration: none;
      font-size: 1rem;
      margin-top: 10px;
      display: inline-block;
    }
    
    .back-to-login:hover {
      text-decoration: underline;
    }
    
    .form-switch-container {
      text-align: center;
      margin-top: 15px;
    }
    
    .login-error {
      color: #dc3545;
      text-align: center;
      padding: 10px;
      margin-bottom: 15px;
      border-radius: 4px;
      background-color: #f8d7da;
      display: none;
    }
    
    .login-success {
      color: #155724;
      text-align: center;
      padding: 10px;
      margin-bottom: 15px;
      border-radius: 4px;
      background-color: #d4edda;
      display: none;
    }
    
    .alert {
      padding: 10px 15px;
      border-radius: 4px;
      margin-bottom: 15px;
    }
    
    .alert-danger {
      background-color: #f8d7da;
      border-color: #f5c6cb;
      color: #721c24;
    }
    
    .alert-success {
      background-color: #d4edda;
      border-color: #c3e6cb;
      color: #155724;
    }
    
    a#forgotPasswordLink {
      color: #fff;
    }
    
    .user-limit-info {
      background-color: #f8f9fa;
      border-left: 4px solid #00a79d;
      padding: 10px 15px;
      margin-bottom: 20px;
      border-radius: 4px;
      font-size: 0.9rem;
    }
    
    .user-limit-info .material-symbols-rounded {
      vertical-align: middle;
      margin-right: 5px;
      color: #00a79d;
    }

    .forgot-password-container {
      display: none;
    }
    
    .back-to-login {
      cursor: pointer;
      color: #fff;
      text-decoration: none;
      font-size: 1rem;
      margin-top: 10px;
      display: inline-block;
    }
    
    .back-to-login:hover {
      text-decoration: underline;
    }
    
    .form-switch-container {
      text-align: center;
      margin-top: 15px;
    }
    
    .login-error {
      color: #dc3545;
      text-align: center;
      padding: 10px;
      margin-bottom: 15px;
      border-radius: 4px;
      background-color: #f8d7da;
      display: none;
    }
    
    .login-success {
      color: #155724;
      text-align: center;
      padding: 10px;
      margin-bottom: 15px;
      border-radius: 4px;
      background-color: #d4edda;
      display: none;
    }
    
    .alert {
      padding: 10px 15px;
      border-radius: 4px;
      margin-bottom: 15px;
    }
    
    .alert-danger {
      background-color: #f8d7da;
      border-color: #f5c6cb;
      color: #721c24;
    }
    
    .alert-success {
      background-color: #d4edda;
      border-color: #c3e6cb;
      color: #155724;
    }
    
    a#forgotPasswordLink {
      color: #fff;
    }
    
    .user-limit-info {
      background-color: #f8f9fa;
      border-left: 4px solid #00a79d;
      padding: 10px 15px;
      margin-bottom: 20px;
      border-radius: 4px;
      font-size: 0.9rem;
    }
    
    .user-limit-info .material-symbols-rounded {
      vertical-align: middle;
      margin-right: 5px;
      color: #00a79d;
    }