<!DOCTYPE html>
<html>
<head>
<title>Account Locked Notification</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #F3F3F3;
}
.container {
width: 600px;
margin: 50px auto;
background-color: #FFF;
padding: 20px;
border: 1px solid #DDD;
}
.header {
background-color: #D13212; /* Warna oranye Amazon */
color: #FFF;
padding: 10px 0;
text-align: center;
font-size: 24px;
margin-bottom: 20px;
}
.content {
padding: 20px;
font-size: 16px;
}
.login-button {
display: block;
width: 200px;
height: 40px;
margin: 20px auto;
background-color: #D13212;
text-align: center;
border-radius: 4px;
color: white;
font-weight: bold;
line-height: 40px;
text-decoration: none;
}
.footer {
background-color: #232F3E;
color: #FFF;
padding: 10px 0;
text-align: center;
font-size: 12px;
margin-top: 20px;
}
</style>
</head>
<body>
<div class="container">
<div class="header">Account Notification</div>
<div class="content">
Hello [Recipient's Name],
We've noticed some unusual activity on your account, and for your security, we've temporarily locked it. We understand this can be frustrating, but it's a necessary step to ensure the safety of our users.
To unlock your account, please follow the instructions sent to your registered email address or click the button below to login and follow the provided steps.
<a href="[Your Login URL Here]" class="login-button">Login Now</a>
We apologize for any inconvenience and appreciate your understanding.
Regards,
[Your Company Name]
</div>
<div class="footer">© 2023 [Your Company Name]. All rights reserved.</div>
</div>
</body>
</html>
<html>
<head>
<title>Account Locked Notification</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #F3F3F3;
}
.container {
width: 600px;
margin: 50px auto;
background-color: #FFF;
padding: 20px;
border: 1px solid #DDD;
}
.header {
background-color: #D13212; /* Warna oranye Amazon */
color: #FFF;
padding: 10px 0;
text-align: center;
font-size: 24px;
margin-bottom: 20px;
}
.content {
padding: 20px;
font-size: 16px;
}
.login-button {
display: block;
width: 200px;
height: 40px;
margin: 20px auto;
background-color: #D13212;
text-align: center;
border-radius: 4px;
color: white;
font-weight: bold;
line-height: 40px;
text-decoration: none;
}
.footer {
background-color: #232F3E;
color: #FFF;
padding: 10px 0;
text-align: center;
font-size: 12px;
margin-top: 20px;
}
</style>
</head>
<body>
<div class="container">
<div class="header">Account Notification</div>
<div class="content">
Hello [Recipient's Name],
We've noticed some unusual activity on your account, and for your security, we've temporarily locked it. We understand this can be frustrating, but it's a necessary step to ensure the safety of our users.
To unlock your account, please follow the instructions sent to your registered email address or click the button below to login and follow the provided steps.
<a href="[Your Login URL Here]" class="login-button">Login Now</a>
We apologize for any inconvenience and appreciate your understanding.
Regards,
[Your Company Name]
</div>
<div class="footer">© 2023 [Your Company Name]. All rights reserved.</div>
</div>
</body>
</html>