/*! Copyright (c) 2025-2026 Markus Schüssler. All rights reserved.
 * SPDX-License-Identifier: LicenseRef-Markus-Schuessler-Proprietary; see repository LICENSE.
 */
/* View route stylesheet placeholder for forgot_password. */

body.dark-mode .forgot-password-container {
  background: #23272e;
  color: #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

body.dark-mode .forgot-password-container input[type="email"] {
  background: #2c2c2c;
  color: #e0e0e0;
  border: 1px solid #555;
}

body.dark-mode .forgot-password-container button {
  background: #444;
  color: #fff;
}

body.dark-mode .forgot-password-container button:hover {
  background: #666;
}
