resetPassword.blade.php 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!--[if IE]>
  3. <html xmlns="http://www.w3.org/1999/xhtml" class="ie"><![endif]--><!--[if !IE]><!-->
  4. <html style="margin: 0;padding: 0;" xmlns="http://www.w3.org/1999/xhtml"><!--<![endif]-->
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  7. <title></title>
  8. <!--[if !mso]><!-->
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge"/><!--<![endif]-->
  10. <meta name="viewport" content="width=device-width"/>
  11. <style type="text/css">
  12. @media only screen and (min-width: 620px) {
  13. .wrapper {
  14. min-width: 600px !important
  15. }
  16. .wrapper h1 {
  17. }
  18. .wrapper h1 {
  19. font-size: 36px !important;
  20. line-height: 43px !important
  21. }
  22. .wrapper h2 {
  23. }
  24. .wrapper h2 {
  25. font-size: 22px !important;
  26. line-height: 31px !important
  27. }
  28. .wrapper h3 {
  29. }
  30. .wrapper h3 {
  31. font-size: 18px !important;
  32. line-height: 26px !important
  33. }
  34. .column {
  35. }
  36. .wrapper .size-8 {
  37. font-size: 8px !important;
  38. line-height: 14px !important
  39. }
  40. .wrapper .size-9 {
  41. font-size: 9px !important;
  42. line-height: 16px !important
  43. }
  44. .wrapper .size-10 {
  45. font-size: 10px !important;
  46. line-height: 18px !important
  47. }
  48. .wrapper .size-11 {
  49. font-size: 11px !important;
  50. line-height: 19px !important
  51. }
  52. .wrapper .size-12 {
  53. font-size: 12px !important;
  54. line-height: 19px !important
  55. }
  56. .wrapper .size-13 {
  57. font-size: 13px !important;
  58. line-height: 21px !important
  59. }
  60. .wrapper .size-14 {
  61. font-size: 14px !important;
  62. line-height: 21px !important
  63. }
  64. .wrapper .size-15 {
  65. font-size: 15px !important;
  66. line-height: 23px !important
  67. }
  68. .wrapper .size-16 {
  69. font-size: 16px !important;
  70. line-height: 24px !important
  71. }
  72. .wrapper .size-17 {
  73. font-size: 17px !important;
  74. line-height: 26px !important
  75. }
  76. .wrapper .size-18 {
  77. font-size: 18px !important;
  78. line-height: 26px !important
  79. }
  80. .wrapper .size-20 {
  81. font-size: 20px !important;
  82. line-height: 28px !important
  83. }
  84. .wrapper .size-22 {
  85. font-size: 22px !important;
  86. line-height: 31px !important
  87. }
  88. .wrapper .size-24 {
  89. font-size: 24px !important;
  90. line-height: 32px !important
  91. }
  92. .wrapper .size-26 {
  93. font-size: 26px !important;
  94. line-height: 34px !important
  95. }
  96. .wrapper .size-28 {
  97. font-size: 28px !important;
  98. line-height: 36px !important
  99. }
  100. .wrapper .size-30 {
  101. font-size: 30px !important;
  102. line-height: 38px !important
  103. }
  104. .wrapper .size-32 {
  105. font-size: 32px !important;
  106. line-height: 40px !important
  107. }
  108. .wrapper .size-34 {
  109. font-size: 34px !important;
  110. line-height: 43px !important
  111. }
  112. .wrapper .size-36 {
  113. font-size: 36px !important;
  114. line-height: 43px !important
  115. }
  116. .wrapper
  117. .size-40 {
  118. font-size: 40px !important;
  119. line-height: 47px !important
  120. }
  121. .wrapper .size-44 {
  122. font-size: 44px !important;
  123. line-height: 50px !important
  124. }
  125. .wrapper .size-48 {
  126. font-size: 48px !important;
  127. line-height: 54px !important
  128. }
  129. .wrapper .size-56 {
  130. font-size: 56px !important;
  131. line-height: 60px !important
  132. }
  133. .wrapper .size-64 {
  134. font-size: 64px !important;
  135. line-height: 63px !important
  136. }
  137. }
  138. </style>
  139. <style type="text/css">
  140. body {
  141. margin: 0;
  142. padding: 0;
  143. }
  144. table {
  145. border-collapse: collapse;
  146. table-layout: fixed;
  147. }
  148. * {
  149. line-height: inherit;
  150. }
  151. [x-apple-data-detectors],
  152. [href^="tel"],
  153. [href^="sms"] {
  154. color: inherit !important;
  155. text-decoration: none !important;
  156. }
  157. .wrapper .footer__share-button a:hover,
  158. .wrapper .footer__share-button a:focus {
  159. color: #ffffff !important;
  160. }
  161. .btn a:hover,
  162. .btn a:focus,
  163. .footer__share-button a:hover,
  164. .footer__share-button a:focus,
  165. .email-footer__links a:hover,
  166. .email-footer__links a:focus {
  167. opacity: 0.8;
  168. }
  169. .preheader,
  170. .header,
  171. .layout,
  172. .column {
  173. transition: width 0.25s ease-in-out, max-width 0.25s ease-in-out;
  174. }
  175. .preheader td {
  176. padding-bottom: 8px;
  177. }
  178. .layout,
  179. div.header {
  180. max-width: 400px !important;
  181. -fallback-width: 95% !important;
  182. width: calc(100% - 20px) !important;
  183. }
  184. div.preheader {
  185. max-width: 360px !important;
  186. -fallback-width: 90% !important;
  187. width: calc(100% - 60px) !important;
  188. }
  189. .snippet,
  190. .webversion {
  191. Float: none !important;
  192. }
  193. .column {
  194. max-width: 400px !important;
  195. width: 100% !important;
  196. }
  197. .fixed-width.has-border {
  198. max-width: 402px !important;
  199. }
  200. .fixed-width.has-border .layout__inner {
  201. box-sizing: border-box;
  202. }
  203. .snippet,
  204. .webversion {
  205. width: 50% !important;
  206. }
  207. .ie .btn {
  208. width: 100%;
  209. }
  210. [owa] .column div,
  211. [owa] .column button {
  212. display: block !important;
  213. }
  214. .ie .column,
  215. [owa] .column,
  216. .ie .gutter,
  217. [owa] .gutter {
  218. display: table-cell;
  219. float: none !important;
  220. vertical-align: top;
  221. }
  222. .ie div.preheader,
  223. [owa] div.preheader,
  224. .ie .email-footer,
  225. [owa] .email-footer {
  226. max-width: 560px !important;
  227. width: 560px !important;
  228. }
  229. .ie .snippet,
  230. [owa] .snippet,
  231. .ie .webversion,
  232. [owa] .webversion {
  233. width: 280px !important;
  234. }
  235. .ie div.header,
  236. [owa] div.header,
  237. .ie .layout,
  238. [owa] .layout,
  239. .ie .one-col .column,
  240. [owa] .one-col .column {
  241. max-width: 600px !important;
  242. width: 600px !important;
  243. }
  244. .ie .fixed-width.has-border,
  245. [owa] .fixed-width.has-border,
  246. .ie .has-gutter.has-border,
  247. [owa] .has-gutter.has-border {
  248. max-width: 602px !important;
  249. width: 602px !important;
  250. }
  251. .ie .two-col .column,
  252. [owa] .two-col .column {
  253. max-width: 300px !important;
  254. width: 300px !important;
  255. }
  256. .ie .three-col .column,
  257. [owa] .three-col .column,
  258. .ie .narrow,
  259. [owa] .narrow {
  260. max-width: 200px !important;
  261. width: 200px !important;
  262. }
  263. .ie .wide,
  264. [owa] .wide {
  265. width: 400px !important;
  266. }
  267. .ie .two-col.has-gutter .column,
  268. [owa] .two-col.x_has-gutter .column {
  269. max-width: 290px !important;
  270. width: 290px !important;
  271. }
  272. .ie .three-col.has-gutter .column,
  273. [owa] .three-col.x_has-gutter .column,
  274. .ie .has-gutter .narrow,
  275. [owa] .has-gutter .narrow {
  276. max-width: 188px !important;
  277. width: 188px !important;
  278. }
  279. .ie .has-gutter .wide,
  280. [owa] .has-gutter .wide {
  281. max-width: 394px !important;
  282. width: 394px !important;
  283. }
  284. .ie .two-col.has-gutter.has-border .column,
  285. [owa] .two-col.x_has-gutter.x_has-border .column {
  286. max-width: 292px !important;
  287. width: 292px !important;
  288. }
  289. .ie .three-col.has-gutter.has-border .column,
  290. [owa] .three-col.x_has-gutter.x_has-border .column,
  291. .ie .has-gutter.has-border .narrow,
  292. [owa] .has-gutter.x_has-border .narrow {
  293. max-width: 190px !important;
  294. width: 190px !important;
  295. }
  296. .ie .has-gutter.has-border .wide,
  297. [owa] .has-gutter.x_has-border .wide {
  298. max-width: 396px !important;
  299. width: 396px !important;
  300. }
  301. .ie .fixed-width .layout__inner {
  302. border-left: 0 none white !important;
  303. border-right: 0 none white !important;
  304. }
  305. .ie .layout__edges {
  306. display: none;
  307. }
  308. .mso .layout__edges {
  309. font-size: 0;
  310. }
  311. .layout-fixed-width,
  312. .mso .layout-full-width {
  313. background-color: #ffffff;
  314. }
  315. @media only screen and (min-width: 620px) {
  316. .column,
  317. .gutter {
  318. display: table-cell;
  319. Float: none !important;
  320. vertical-align: top;
  321. }
  322. div.preheader,
  323. .email-footer {
  324. max-width: 560px !important;
  325. width: 560px !important;
  326. }
  327. .snippet,
  328. .webversion {
  329. width: 280px !important;
  330. }
  331. div.header,
  332. .layout,
  333. .one-col .column {
  334. max-width: 600px !important;
  335. width: 600px !important;
  336. }
  337. .fixed-width.has-border,
  338. .fixed-width.ecxhas-border,
  339. .has-gutter.has-border,
  340. .has-gutter.ecxhas-border {
  341. max-width: 602px !important;
  342. width: 602px !important;
  343. }
  344. .two-col .column {
  345. max-width: 300px !important;
  346. width: 300px !important;
  347. }
  348. .three-col .column,
  349. .column.narrow {
  350. max-width: 200px !important;
  351. width: 200px !important;
  352. }
  353. .column.wide {
  354. width: 400px !important;
  355. }
  356. .two-col.has-gutter .column,
  357. .two-col.ecxhas-gutter .column {
  358. max-width: 290px !important;
  359. width: 290px !important;
  360. }
  361. .three-col.has-gutter .column,
  362. .three-col.ecxhas-gutter .column,
  363. .has-gutter .narrow {
  364. max-width: 188px !important;
  365. width: 188px !important;
  366. }
  367. .has-gutter .wide {
  368. max-width: 394px !important;
  369. width: 394px !important;
  370. }
  371. .two-col.has-gutter.has-border .column,
  372. .two-col.ecxhas-gutter.ecxhas-border .column {
  373. max-width: 292px !important;
  374. width: 292px !important;
  375. }
  376. .three-col.has-gutter.has-border .column,
  377. .three-col.ecxhas-gutter.ecxhas-border .column,
  378. .has-gutter.has-border .narrow,
  379. .has-gutter.ecxhas-border .narrow {
  380. max-width: 190px !important;
  381. width: 190px !important;
  382. }
  383. .has-gutter.has-border .wide,
  384. .has-gutter.ecxhas-border .wide {
  385. max-width: 396px !important;
  386. width: 396px !important;
  387. }
  388. }
  389. @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  390. .fblike {
  391. background-image: url(https://i10.createsend1.com/static/eb/master/13-the-blueprint-3/images/fblike@2x.png) !important;
  392. }
  393. .tweet {
  394. background-image: url(https://i7.createsend1.com/static/eb/master/13-the-blueprint-3/images/tweet@2x.png) !important;
  395. }
  396. .linkedinshare {
  397. background-image: url(https://i8.createsend1.com/static/eb/master/13-the-blueprint-3/images/lishare@2x.png) !important;
  398. }
  399. .forwardtoafriend {
  400. background-image: url(https://i9.createsend1.com/static/eb/master/13-the-blueprint-3/images/forward@2x.png) !important;
  401. }
  402. }
  403. @media (max-width: 321px) {
  404. .fixed-width.has-border .layout__inner {
  405. border-width: 1px 0 !important;
  406. }
  407. .layout,
  408. .column {
  409. min-width: 320px !important;
  410. width: 320px !important;
  411. }
  412. .border {
  413. display: none;
  414. }
  415. }
  416. .mso div {
  417. border: 0 none white !important;
  418. }
  419. .mso .w560 .divider {
  420. Margin-left: 260px !important;
  421. Margin-right: 260px !important;
  422. }
  423. .mso .w360 .divider {
  424. Margin-left: 160px !important;
  425. Margin-right: 160px !important;
  426. }
  427. .mso .w260 .divider {
  428. Margin-left: 110px !important;
  429. Margin-right: 110px !important;
  430. }
  431. .mso .w160 .divider {
  432. Margin-left: 60px !important;
  433. Margin-right: 60px !important;
  434. }
  435. .mso .w354 .divider {
  436. Margin-left: 157px !important;
  437. Margin-right: 157px !important;
  438. }
  439. .mso .w250 .divider {
  440. Margin-left: 105px !important;
  441. Margin-right: 105px !important;
  442. }
  443. .mso .w148 .divider {
  444. Margin-left: 54px !important;
  445. Margin-right: 54px !important;
  446. }
  447. .mso .size-8,
  448. .ie .size-8 {
  449. font-size: 8px !important;
  450. line-height: 14px !important;
  451. }
  452. .mso .size-9,
  453. .ie .size-9 {
  454. font-size: 9px !important;
  455. line-height: 16px !important;
  456. }
  457. .mso .size-10,
  458. .ie .size-10 {
  459. font-size: 10px !important;
  460. line-height: 18px !important;
  461. }
  462. .mso .size-11,
  463. .ie .size-11 {
  464. font-size: 11px !important;
  465. line-height: 19px !important;
  466. }
  467. .mso .size-12,
  468. .ie .size-12 {
  469. font-size: 12px !important;
  470. line-height: 19px !important;
  471. }
  472. .mso .size-13,
  473. .ie .size-13 {
  474. font-size: 13px !important;
  475. line-height: 21px !important;
  476. }
  477. .mso .size-14,
  478. .ie .size-14 {
  479. font-size: 14px !important;
  480. line-height: 21px !important;
  481. }
  482. .mso .size-15,
  483. .ie .size-15 {
  484. font-size: 15px !important;
  485. line-height: 23px !important;
  486. }
  487. .mso .size-16,
  488. .ie .size-16 {
  489. font-size: 16px !important;
  490. line-height: 24px !important;
  491. }
  492. .mso .size-17,
  493. .ie .size-17 {
  494. font-size: 17px !important;
  495. line-height: 26px !important;
  496. }
  497. .mso .size-18,
  498. .ie .size-18 {
  499. font-size: 18px !important;
  500. line-height: 26px !important;
  501. }
  502. .mso .size-20,
  503. .ie .size-20 {
  504. font-size: 20px !important;
  505. line-height: 28px !important;
  506. }
  507. .mso .size-22,
  508. .ie .size-22 {
  509. font-size: 22px !important;
  510. line-height: 31px !important;
  511. }
  512. .mso .size-24,
  513. .ie .size-24 {
  514. font-size: 24px !important;
  515. line-height: 32px !important;
  516. }
  517. .mso .size-26,
  518. .ie .size-26 {
  519. font-size: 26px !important;
  520. line-height: 34px !important;
  521. }
  522. .mso .size-28,
  523. .ie .size-28 {
  524. font-size: 28px !important;
  525. line-height: 36px !important;
  526. }
  527. .mso .size-30,
  528. .ie .size-30 {
  529. font-size: 30px !important;
  530. line-height: 38px !important;
  531. }
  532. .mso .size-32,
  533. .ie .size-32 {
  534. font-size: 32px !important;
  535. line-height: 40px !important;
  536. }
  537. .mso .size-34,
  538. .ie .size-34 {
  539. font-size: 34px !important;
  540. line-height: 43px !important;
  541. }
  542. .mso .size-36,
  543. .ie .size-36 {
  544. font-size: 36px !important;
  545. line-height: 43px !important;
  546. }
  547. .mso .size-40,
  548. .ie .size-40 {
  549. font-size: 40px !important;
  550. line-height: 47px !important;
  551. }
  552. .mso .size-44,
  553. .ie .size-44 {
  554. font-size: 44px !important;
  555. line-height: 50px !important;
  556. }
  557. .mso .size-48,
  558. .ie .size-48 {
  559. font-size: 48px !important;
  560. line-height: 54px !important;
  561. }
  562. .mso .size-56,
  563. .ie .size-56 {
  564. font-size: 56px !important;
  565. line-height: 60px !important;
  566. }
  567. .mso .size-64,
  568. .ie .size-64 {
  569. font-size: 64px !important;
  570. line-height: 63px !important;
  571. }
  572. </style>
  573. <!--[if !mso]><!-->
  574. <style type="text/css">
  575. @import url(//fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);
  576. </style>
  577. <link href="//fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic" rel="stylesheet" type="text/css"/>
  578. <!--<![endif]-->
  579. <style type="text/css">
  580. body {
  581. background-color: #f0f0f0
  582. }
  583. .logo a:hover, .logo a:focus {
  584. color: #859bb1 !important
  585. }
  586. .mso .layout-has-border {
  587. border-top: 1px solid #bdbdbd;
  588. border-bottom: 1px solid #bdbdbd
  589. }
  590. .mso .layout-has-bottom-border {
  591. border-bottom: 1px solid #bdbdbd
  592. }
  593. .mso .border, .ie .border {
  594. background-color: #bdbdbd
  595. }
  596. .mso h1, .ie h1 {
  597. }
  598. .mso h1, .ie h1 {
  599. font-size: 36px !important;
  600. line-height: 43px !important
  601. }
  602. .mso h2, .ie h2 {
  603. }
  604. .mso h2, .ie h2 {
  605. font-size: 22px !important;
  606. line-height: 31px !important
  607. }
  608. .mso h3, .ie h3 {
  609. }
  610. .mso h3, .ie h3 {
  611. font-size: 18px !important;
  612. line-height: 26px !important
  613. }
  614. .mso .layout__inner, .ie .layout__inner {
  615. }
  616. .mso .footer__share-button p {
  617. }
  618. .mso .footer__share-button p {
  619. font-family: Ubuntu, sans-serif
  620. }
  621. </style>
  622. <meta name="robots" content="noindex,nofollow"/>
  623. <meta property="og:title" content="My First Campaign"/>
  624. </head>
  625. <!--[if mso]>
  626. <body class="mso">
  627. <![endif]-->
  628. <!--[if !mso]><!-->
  629. <body class="full-padding" style="margin: 0;padding: 0;-webkit-text-size-adjust: 100%;">
  630. <!--<![endif]-->
  631. <table class="wrapper"
  632. style="border-collapse: collapse;table-layout: fixed;min-width: 320px;width: 100%;background-color: #f0f0f0;"
  633. cellpadding="0" cellspacing="0" role="presentation">
  634. <tbody>
  635. <tr>
  636. <td>
  637. <div role="banner">
  638. <div class="preheader"
  639. style="Margin: 0 auto;max-width: 560px;min-width: 280px; width: 280px;width: calc(28000% - 167440px);">
  640. <div style="border-collapse: collapse;display: table;width: 100%;">
  641. <!--[if (mso)|(IE)]>
  642. <table align="center" class="preheader" cellpadding="0" cellspacing="0" role="presentation">
  643. <tr>
  644. <td style="width: 280px" valign="top"><![endif]-->
  645. <div class="snippet"
  646. style="display: table-cell;Float: left;font-size: 12px;line-height: 19px;max-width: 280px;min-width: 140px; width: 140px;width: calc(14000% - 78120px);padding: 10px 0 5px 0;color: #bdbdbd;font-family: Ubuntu,sans-serif;">
  647. </div>
  648. <!--[if (mso)|(IE)]></td>
  649. <td style="width: 280px" valign="top"><![endif]-->
  650. <div class="webversion"
  651. style="display: table-cell;Float: left;font-size: 12px;line-height: 19px;max-width: 280px;min-width: 139px; width: 139px;width: calc(14100% - 78680px);padding: 10px 0 5px 0;text-align: right;color: #bdbdbd;font-family: Ubuntu,sans-serif;">
  652. </div>
  653. <!--[if (mso)|(IE)]></td></tr></table><![endif]-->
  654. </div>
  655. </div>
  656. </div>
  657. <div role="section">
  658. <div class="layout one-col fixed-width"
  659. style="Margin: 0 auto;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;">
  660. <div class="layout__inner"
  661. style="border-collapse: collapse;display: table;width: 100%;background-color: #ffffff;"
  662. emb-background-style>
  663. <!--[if (mso)|(IE)]>
  664. <table align="center" cellpadding="0" cellspacing="0" role="presentation">
  665. <tr class="layout-fixed-width" emb-background-style>
  666. <td style="width: 600px" class="w560"><![endif]-->
  667. <div class="column"
  668. style="text-align: left;color: #787778;font-size: 16px;line-height: 24px;font-family: Ubuntu,sans-serif;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);">
  669. <div style="Margin-left: 20px;Margin-right: 20px;Margin-top: 24px;">
  670. <div style="mso-line-height-rule: exactly;line-height: 20px;font-size: 1px;">&nbsp;
  671. </div>
  672. </div>
  673. <div style="Margin-left: 20px;Margin-right: 20px;">
  674. <div style="mso-line-height-rule: exactly;mso-text-raise: 4px;">
  675. <h1 style="Margin-top: 0;Margin-bottom: 0;font-style: normal;font-weight: normal;color: #565656;font-size: 30px;line-height: 38px;text-align: center;">
  676. <strong>&#37325;&#32622;&#23494;&#30721;</strong></h1>
  677. <p style="Margin-top: 20px;Margin-bottom: 20px;">&#33509;&#35201;&#24320;&#22987;&#37325;&#32622;&#23494;&#30721;,&#35831;&#28857;&#20987;&#20197;&#19979;&#25353;&#38062;/&#38142;&#25509;&#65306;</p>
  678. </div>
  679. </div>
  680. <div style="Margin-left: 20px;Margin-right: 20px;">
  681. <div style="mso-line-height-rule: exactly;line-height: 10px;font-size: 1px;">&nbsp;
  682. </div>
  683. </div>
  684. <div style="Margin-left: 20px;Margin-right: 20px;">
  685. <div class="btn btn--flat btn--large" style="Margin-bottom: 20px;text-align: center;">
  686. <![if !mso]><a
  687. style="border-radius: 4px;display: inline-block;font-size: 14px;font-weight: bold;line-height: 24px;padding: 12px 24px;text-align: center;text-decoration: none !important;transition: opacity 0.1s ease-in;color: #ffffff !important;background-color: #2e74bf;font-family: Ubuntu, sans-serif;"
  688. href="{{$resetPasswordUrl}}">&#37325;&#32622;&#23494;&#30721;</a><![endif]>
  689. <!--[if mso]><p style="line-height:0;margin:0;">&nbsp;</p>
  690. <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" href="{{$resetPasswordUrl}}" style="width:104px" arcsize="9%" fillcolor="#2E74BF" stroke="f">
  691. <v:textbox style="mso-fit-shape-to-text:t" inset="0px,11px,0px,11px">
  692. <center style="font-size:14px;line-height:24px;color:#FFFFFF;font-family:Ubuntu,sans-serif;font-weight:bold;mso-line-height-rule:exactly;mso-text-raise:4px">&#37325;&#32622;&#23494;&#30721;</center>
  693. </v:textbox>
  694. </v:roundrect><![endif]--></div>
  695. </div>
  696. <div style="Margin-left: 20px;Margin-right: 20px;">
  697. <div style="mso-line-height-rule: exactly;line-height: 10px;font-size: 1px;">&nbsp;
  698. </div>
  699. </div>
  700. <div style="Margin-left: 20px;Margin-right: 20px;">
  701. <div style="mso-line-height-rule: exactly;mso-text-raise: 4px;">
  702. <p class="size-14"
  703. style="Margin-top: 0;Margin-bottom: 20px;font-size: 14px;line-height: 21px;"
  704. lang="x-size-14">&nbsp;&#24744;&#25910;&#21040;&#27492;&#37038;&#20214;&#26159;&#22240;&#20026;&#24744;&#22312;{{sysConfig('website_name')}}
  705. &#30003;&#35831;&#20102;&#23494;&#30721;&#37325;&#32622;,&#22914;&#26524;&#19981;&#26159;&#24744;&#30003;&#35831;&#30340;,&#35831;&#24573;&#30053;&#27492;&#37038;&#20214;.</p>
  706. </div>
  707. </div>
  708. <div style="Margin-left: 20px;Margin-right: 20px;Margin-bottom: 24px;">
  709. <div style="mso-line-height-rule: exactly;line-height: 5px;font-size: 1px;">&nbsp;</div>
  710. </div>
  711. </div>
  712. <!--[if (mso)|(IE)]></td></tr></table><![endif]-->
  713. </div>
  714. </div>
  715. <div style="mso-line-height-rule: exactly;line-height: 10px;font-size: 10px;">&nbsp;</div>
  716. <div style="mso-line-height-rule: exactly;" role="contentinfo">
  717. <div class="layout email-footer"
  718. style="Margin: 0 auto;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;">
  719. <div class="layout__inner" style="border-collapse: collapse;display: table;width: 100%;">
  720. <!--[if (mso)|(IE)]>
  721. <table align="center" cellpadding="0" cellspacing="0" role="presentation">
  722. <tr class="layout-email-footer">
  723. <td style="width: 400px;" valign="top" class="w360"><![endif]-->
  724. <div class="column wide"
  725. style="text-align: left;font-size: 12px;line-height: 19px;color: #bdbdbd;font-family: Ubuntu,sans-serif;Float: left;max-width: 400px;min-width: 320px; width: 320px;width: calc(8000% - 47600px);">
  726. <div style="Margin-left: 20px;Margin-right: 20px;Margin-top: 10px;Margin-bottom: 10px;">
  727. <table class="email-footer__links emb-web-links"
  728. style="border-collapse: collapse;table-layout: fixed;" role="presentation">
  729. <tbody>
  730. <tr role="navigation">
  731. </tr>
  732. </tbody>
  733. </table>
  734. <div style="font-size: 12px;line-height: 19px;Margin-top: 20px;">
  735. <div>{{sysConfig('website_name')}}</div>
  736. </div>
  737. <div style="font-size: 12px;line-height: 19px;Margin-top: 18px;">
  738. <div>&#23562;&#25964;&#30340;&#20351;&#29992;&#32773;&#65292;&#24744;&#20250;&#40664;&#35748;&#22312;&#25105;&#20204;&#30340;&#37038;&#20214;&#21457;&#36865;&#21015;&#34920;&#37324;</div>
  739. </div>
  740. <!--[if mso]>&nbsp;<![endif]-->
  741. </div>
  742. </div>
  743. <!--[if (mso)|(IE)]></td>
  744. <td style="width: 200px;" valign="top" class="w160"><![endif]-->
  745. <div class="column narrow"
  746. style="text-align: left;font-size: 12px;line-height: 19px;color: #bdbdbd;font-family: Ubuntu,sans-serif;Float: left;max-width: 320px;min-width: 200px; width: 320px;width: calc(72200px - 12000%);">
  747. <div style="Margin-left: 20px;Margin-right: 20px;Margin-top: 10px;Margin-bottom: 10px;">
  748. </div>
  749. </div>
  750. <!--[if (mso)|(IE)]></td></tr></table><![endif]-->
  751. </div>
  752. </div>
  753. <div class="layout one-col email-footer"
  754. style="Margin: 0 auto;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;">
  755. <div class="layout__inner" style="border-collapse: collapse;display: table;width: 100%;">
  756. <!--[if (mso)|(IE)]>
  757. <table align="center" cellpadding="0" cellspacing="0" role="presentation">
  758. <tr class="layout-email-footer">
  759. <td style="width: 600px;" class="w560"><![endif]-->
  760. <div class="column"
  761. style="text-align: left;font-size: 12px;line-height: 19px;color: #bdbdbd;font-family: Ubuntu,sans-serif;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);">
  762. <div style="Margin-left: 20px;Margin-right: 20px;Margin-top: 10px;Margin-bottom: 10px;">
  763. <div style="font-size: 12px;line-height: 19px;">
  764. <span>
  765. <preferences style="text-decoration: underline;"
  766. lang="en">Preferences
  767. </preferences>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
  768. <unsubscribe style="text-decoration: underline;">Unsubscribe</unsubscribe>
  769. </div>
  770. </div>
  771. </div>
  772. <!--[if (mso)|(IE)]></td></tr></table><![endif]-->
  773. </div>
  774. </div>
  775. </div>
  776. <div style="mso-line-height-rule: exactly;line-height: 40px;font-size: 40px;">&nbsp;</div>
  777. </div>
  778. </td>
  779. </tr>
  780. </tbody>
  781. </table>
  782. </body>
  783. </html>