       body { font-family:Segoe UI,sans-serif;
transition:0.4s;}
        .login-container { max-width: 400px; margin: 50px auto; padding: 20px; background: white; border-radius: 8px; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); }
        .form-group { margin-bottom: 15px; }
        .form-group label { display: block; margin-bottom: 5px; font-weight: bold; }
        .form-group input { width: 100%; padding: 8px; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; }
        .captcha-box { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; }
        .captcha-code { background: #e0e0e0; padding: 8px 15px; font-weight: bold; letter-spacing: 3px; font-style: italic; border-radius: 4px; font-size: 18px; }
        .refresh-btn { cursor: pointer; color: blue; font-size: 12px; background: none; border: none; text-decoration: underline; }
        button.submit-btn { width: 100%; padding: 10px; background: #008cba; color: white; border: none; border-radius: 4px; font-size: 16px; cursor: pointer; }
        
        /* आपकी इमेज जैसा Student Record Table CSS */
        .record-card { max-width: 900px; margin: 30px auto; background: #fffdf2; border: 1px solid #008cba; display: none; padding: 0; box-shadow: 0 0 10px rgba(0,0,0,0.05); }
        .record-header { background: #fff; padding: 10px; border-bottom: 2px solid #008cba; font-weight: bold; color: #008cba; font-size: 18px; }
        .record-body { display: flex; padding: 20px; justify-content: space-between; }
        .info-table { width: 75%; border-collapse: collapse; }
        .info-table td { padding: 6px 10px; vertical-align: top; font-size: 14px; }
        .info-table td.label { font-weight: bold; width: 30%; color: #333; }
        .photo-box { width: 20%; text-align: center; }
        .photo-box img { width: 120px; height: 140px; border: 1px solid #999; object-fit: cover; background: #eee; }
        .photo-label { font-size: 12px; margin-top: 5px; font-weight: bold; color: #555; }
        .error-msg { color: red; text-align: center; font-weight: bold; margin-bottom: 10px; }