/* Ausgelagert aus: /www/htdocs/w00cecbe/test.seckenhausen-fussball.de/forgot-password.php */

body { background: #f0f2f5; display: flex; align-items: center; justify-content: center; min-height: 100vh; margin: 0; }
        .login-box { background: #fff; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,.1); padding: 40px; width: 100%; max-width: 420px; }
        .login-logo { text-align: center; margin-bottom: 24px; }
        .login-logo img { height: 64px; }
        .login-box h1 { text-align: center; font-size: 1.4rem; margin: 0 0 8px; color: #1a1a1a; }
        .login-box p.sub { text-align: center; color: #888; font-size: .88rem; margin: 0 0 24px; }
        .form-group { margin-bottom: 16px; }
        .form-group label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 6px; color: #444; }
        .form-group input { width: 100%; padding: 10px 14px; border: 1px solid #ddd; border-radius: 8px; font-size: .95rem; box-sizing: border-box; }
        .form-group input:focus { outline: none; border-color: #CC0000; box-shadow: 0 0 0 3px rgba(204,0,0,.1); }
        .btn-full { width: 100%; padding: 12px; background: #CC0000; color: #fff; border: none; border-radius: 8px; font-size: 1rem; font-weight: 600; cursor: pointer; }
        .btn-full:hover { background: #aa0000; }
        .flash-error   { background: #fff0f0; border: 1px solid #ffcccc; color: #c00; padding: 12px 16px; border-radius: 8px; margin-bottom: 16px; font-size: .9rem; }
        .flash-success { background: #f0fff4; border: 1px solid #b2f5c8; color: #1a7a3a; padding: 12px 16px; border-radius: 8px; margin-bottom: 16px; font-size: .9rem; }
        .hint { text-align: center; margin-top: 20px; font-size: .85rem; color: #888; }
        .hint a { color: #CC0000; text-decoration: none; }
        .hint a:hover { text-decoration: underline; }
