-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRecuperarANT.html
164 lines (125 loc) · 4.47 KB
/
RecuperarANT.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
<title>Recuperar Contraseña</title>
<style type="text/css">
body{
font-family: 'neo_sans', sans-serif;
color: #77777A;
font-size: 1rem;
}
.bg-rojo {
background-color: #D9272E;
}
.btn-primary {
background-color: #D9272E;
padding: .9rem;
border-radius: 9px;
color: #FFF;
font-size: 1.2rem;
margin-bottom: 0.1rem;
text-align: center;
border: none;
}
.text-center {
text-align: center !important;
}
.just{
text-align:justify;
}
.container {
max-width: 1170px;
margin: 0 auto;
position: relative;
}
.content-interiores {
padding: 2rem 0;
}
.content-text {
padding: 0 3rem;
}
.confidential-text {
padding: 0 3rem;
}
.content-interiores h2 {
text-align: center;
color: #D9272E;
margin-bottom: 2rem;
}
.rojo {
color: #d9272e;
}
.custom-grayspace {
font-weight: bold;
font-size: 38px;
margin-top: -50px;
}
a:link {
text-decoration:none;
}
.custom-img {
margin-left: 30px;
}
</style>
</head>
<body>
<div class="container bg-rojo py-4">
<div class="row">
<div class="col-12 text-center">
<img src="images/logo.png" alt="" style="max-width: 100%;"/>
</div>
</div>
</div>
<div class="container content-interiores">
<div class="row">
<div class="col-12 content-text">
<h2><b>Cambio de Contraseña</b></h2>
<p><b>Estimado(a) Afiliado(a),</b></p>
<br />
<p> A continuación, te compartimos tu Usuario de Oficina Virtual Personal. Para cambiar o recuperar tu
contraseña, haz clic en el botón rojo "Recuperar Contraseña" para ingresar tu nueva contraseña.
</p>
<br />
<p><b><span hr class="rojo bold">Nombre:</span> WWNombrNombrWW</b></p>
<p><b><span class="rojo bold">Usuario:</span> WWUsrUsrWW</b/></p>
<br />
<div class="row custom-btn">
<div class="col-12 text-center">
<a href="WWCmbUrlWW" class="btn-primary" target="_blank">Recuperar Contraseña</a>
</div>
</div>
<br />
<p class="custom-paddding-1">Si tú no has realizado esta solicitud, favor comunicarse inmediatamente con
nosotros al
2280-3000 o escríbenos al correo <b>[email protected].</b></p> <br />
</div>
</div>
<div class="row mt-2">
<div class="col-12">
<img src="/images/1920.jpg" alt="" style="max-width: 100%;" />
<div class="app-movil" style="padding-top: 30px; max-width: 100%; background-color: gray; height: 75px; text-align: center;">
<span class="custom-grayspace" style="color: white; text-align:center;">Descarga nuestra nueva APP:</span>
<a href="http://bit.ly/2SSMHVt" target="_blank" alt="google" style="width: 100%;"><img
src="images/Group 85.png" alt="" class="custom-img"></a>
<a href="https://apple.co/2GNFxeP" target="_blank" alt="apple" style="width: 100%"><img
src="images/Group 98.png" alt="" class="custom-img"></a>
</div>
</div>
</div>
</div>
<div class="container confidential-text">
<div class="row">
<div class="col-11 mx-auto">
<p style="color: #CCC;">AVISO DE CONFIDENCIALIDAD: Este e-mail contiene información que es
confidencial y solo puede ser utilizada por las personas o entidades a las cuales está
dirigida. Sí usted no es el destinatario autorizado, cualquier modificación,
retención, difusión o copia total o parcial está prohibida.</p>
<p style="color: #CCC;">CONFIDENTIALITY NOTICE: This email and any files transmitted with it are
confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you are not the named addressee you should not disseminate, distribute or copy this e-mail.</p>
</div>
</div>
</div>
</body>
</html>