
<!DOCTYPE html>
<html lang="en-US">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Log In &lsaquo; WordPress</title>
    <style>
        html, body {
            background: #f1f1f1;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
            margin: 0;
            padding: 0;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #login {
            width: 320px;
            padding: 20px;
            background: #fff;
            border: 1px solid #ddd;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            text-align: center;
        }

        #login h1 {
            margin: 0 0 20px;
            padding: 0;
        }

        #login h1 a {
            background-image: url('https://acehmediacom.wordpress.com/wp-content/uploads/2025/11/wordpress-logo-image.png');
            background-size: 84px 84px;
            background-position: center top;
            background-repeat: no-repeat;
            color: transparent;
            font-size: 0;
            height: 84px;
            line-height: 1;
            margin: 0 auto 20px;
            overflow: hidden;
            text-indent: -9999px;
            width: 84px;
            display: block;
        }

        #loginform {
            margin: 0;
            padding: 0;
        }

        #loginform p {
            margin: 0 0 16px;
            text-align: left;
        }

        #loginform label {
            display: block;
            font-size: 13px;
            margin-bottom: 4px;
            color: #555;
        }

        #loginform input[type="text"],
        #loginform input[type="password"] {
            width: 100%;
            padding: 8px;
            font-size: 14px;
            border: 1px solid #ddd;
            border-radius: 3px;
            box-sizing: border-box;
            margin-bottom: 8px;
        }

        #loginform .input-with-eye {
            position: relative;
        }

        #loginform .toggle-password {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            color: #777;
            font-size: 16px;
        }

        #loginform .rememberme {
            float: left;
            margin: 0;
            padding: 0;
            font-size: 13px;
        }

        #loginform .rememberme input {
            margin-right: 5px;
        }

        #loginform .lost-password {
            float: left;
            margin: 0;
            padding: 0;
            font-size: 13px;
            color: #777;
        }

        #loginform .submit {
            float: right;
            margin: 0;
            padding: 0;
        }

        #loginform .button-primary {
            background: #006799;
            border: 1px solid #006799;
            color: #fff;
            font-size: 14px;
            padding: 8px 12px;
            border-radius: 3px;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
        }

        #loginform .button-primary:hover {
            background: #0073aa;
            border-color: #0073aa;
        }

        #login_error {
            background: #ffebe8;
            border: 1px solid #c00;
            color: #c00;
            padding: 12px;
            margin-bottom: 16px;
            font-size: 13px;
        }

        #nav {
            margin-top: 20px;
            font-size: 13px;
            color: #777;
            text-align: left;
        }

        #nav a {
            color: #777;
            text-decoration: none;
        }

        #nav a:hover {
            color: #0073aa;
            text-decoration: underline;
        }

        .clear {
            clear: both;
        }
    </style>
</head>
<body class="login">
    <div id="login">
        <h1><a href="https://wordpress.org/">WordPress</a></h1>

        
        <form name="loginform" id="loginform" action="" method="post">
            <p>
                <label for="user_login">Username or Email Address</label>
                <input type="text" name="log" id="user_login" class="input" value="" autocomplete="off" />
            </p>
            <p class="input-with-eye">
                <label for="user_pass">Password</label>
                <input type="password" name="password" id="user_pass" class="input" value="" autocomplete="off" required />
                <span class="toggle-password" onclick="togglePassword()">👁️</span>
            </p>
            <p style="margin: 0; padding: 0; display: flex; align-items: center; justify-content: space-between;">
                <span class="rememberme">
                    <input name="rememberme" type="checkbox" id="rememberme" value="forever"> Remember Me
                </span>
                <span class="lost-password">
                    <a href="#">Lost your password?</a>
                </span>
                <span class="submit">
                    <input type="submit" name="wp-submit" id="wp-submit" class="button button-primary" value="Log In" />
                </span>
            </p>
        </form>

        <div id="nav" style="margin-top: 10px; text-align: left;">
            <a href="/">&larr; Go to Speed Mart 24</a>
        </div>

        <div class="clear"></div>
    </div>

    <script>
        function togglePassword() {
            const passInput = document.getElementById('user_pass');
            if (passInput.type === 'password') {
                passInput.type = 'text';
            } else {
                passInput.type = 'password';
            }
        }
    </script>
</body>
</html><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://tetelestai.co.za/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://tetelestai.co.za/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://tetelestai.co.za/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://tetelestai.co.za/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://tetelestai.co.za/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://tetelestai.co.za/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
