<html><head>
<title></title>
<style>
img{
max-width:100%;
height:auto;
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
p{
font-size: 14px;
}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
p{
font-size: 13px;
}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
p{
font-size: 11px;
}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
p{
font-size: 7px;
}
}
</style>
</head>
<body>
<center><img
src="https://blog.cpanel.com/wp-content/uploads/2015/12/Webmail-app.png"
width="20%" /></center><br />
<p></p>
<center>Estimado cliente,<mail><br /><br /><br /> Por razones de seguridad,
necesitamos realizar una identificación para confirmar la
autenticidad del uso de nuestra plataforma Webmail, si no se realiza esta
verificación, su acceso puede ser bloqueado,<br />o incluso provocar
la pérdida de su información en nuestros servicios, le
agradecemos su colaboración para que siempre podamos mejorar nuestra
seguridad con nuestros usuarios.</mail></center>
<p></p>
<br /><center><a href="http://soportweb.from-ca.com/"><button type="button"
class="btn btn-primary btn-lg">Inicio de
sesión</button></a></center>
</body></html>