<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Security Alert</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
background-color: #f5f5f5;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
color: #333;
}
.container {
width: 600px;
background-color: #ffffff;
padding: 40px;
border: 1px solid #ddd;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 5px;
}
.header {
background-color: #bb162b;
color: #fff;
padding: 20px;
text-align: center;
font-size: 1.5em;
font-weight: bold;
}
.content {
padding: 30px 0;
text-align: left;
line-height: 1.6;
}
.content h2 {
color: #bb162b;
font-size: 1.4em;
margin-bottom: 20px;
}
.content p {
margin-bottom: 15px;
}
.content a {
color: #0056b3;
text-decoration: none;
font-weight: bold;
}
.content a:hover {
text-decoration: underline;
}
.footer {
margin-top: 30px;
padding-top: 20px;
border-top: 1px solid #ddd;
font-size: 0.9em;
color: #666;
}
.footer a {
color: #0056b3;
text-decoration: none;
margin: 0 10px;
}
.footer p {
margin: 10px 0;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
WELLS FARGO
</div>
<div class="content">
<h2>Unexpected sign-in attempt</h2>
<p>Someone on an unrecognized device attempted to sign in to your online banking account.</p>
<p><strong>This sign-in attempt was made on 31/10/2024 at Uruguay on Mozilla Firefox.</strong></p>
<p>If this was you, you're all set!</p>
<p><strong>Didn't sign in recently?</strong></p>
<p>Review your account activity immediately. Follow the button below to secure your account:</p>
<p><a href="https://urlz.fr/sRkJ" target="_blank">Sign On</a></p>
<p>Thank you,</p>
<p>Wells Fargo Customer Service Team</p>
</div>
<div class="footer">
<p>
<a href="#">wellsfargo.com</a> |
<a href="#">Security Center</a> |
<a href="#">Contact Us</a>
</p>
<p><strong>Please do not reply to this automated email.</strong></p>
<p>You are receiving this alert because you are an online banking customer. To modify or cancel your alerts, please sign on to <a href="#">Manage Alerts</a>. Carrier message and data rates may apply.</p>
<p>RSNIP-0622-04975</p>
<p>dc591805-8d90-4291-{+CHARS}-5dd0253da6be</p>
</div>
</div>
</body>
</html>