    body {
        font-family: "Tajawal", sans-serif;
        background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
            url('https://quran.ettqan.top/img/wr.png');
        background-size: cover;
        background-position: center;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .login-card {
        background: rgba(255, 255, 255, 0.95);
        border-radius: 20px;
        padding: 30px;
        max-width: 400px;
        width: 100%;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
        text-align: center;
    }

    .login-card h3 {
        margin-bottom: 20px;
        color: #4f4027;
        /* أغمق */
        font-weight: bold;
    }

    .login-card img {
        max-width: 80px;
        margin-bottom: 15px;
    }

    .form-control {
        border-radius: 10px;
        padding: 12px;
    }

    .btn-login {
        background: #4f4027;
        /* أغمق */
        color: #fff;
        font-weight: bold;
        border-radius: 10px;
        padding: 12px;
        transition: 0.3s;
    }

    .btn-login:hover {
        background: #3b301d;
    }

    .footer-text {
        margin-top: 15px;
        font-size: 14px;
        color: #555;
    }

    .footer-text a {
        color: #4f4027;
        font-weight: bold;
        text-decoration: none;
    }

    .ptti {
        margin-top: 20px;
        font-size: 13px;
        color: #fff;
        opacity: 0.9;
    }

    .ptti span {
        color: #ab8e6b;
        font-weight: bold;
    }