Няма описание
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  7. <link rel="stylesheet" href="./libs/bootstrap/css/bootstrap.min.css" />
  8. <link rel="stylesheet" href="./dist/css/fontawesome.all.css" />
  9. <link rel="stylesheet" href="./dist/toaster/toastr.css" />
  10. <link rel="stylesheet" href="./dist/css/main.css" />
  11. <link rel="stylesheet" href="./styles/style.css" />
  12. <link rel="stylesheet" href="./dist/css/style.css" />
  13. <link rel="stylesheet" href="./style.css" />
  14. <link rel="stylesheet" href="./dist/css/login.css" />
  15. <title>Anwi</title>
  16. <style>
  17. html {
  18. height: 100%;
  19. }
  20. body {
  21. height: 100%;
  22. }
  23. .form-control.is-valid, .was-validated .form-control:valid{
  24. background-image: none;
  25. }
  26. </style>
  27. </head>
  28. <body class="login_page">
  29. <!-- navbar -->
  30. <div id="navbar-head" class="bg-white"></div>
  31. <!-- end-navbar -->
  32. <!-- main-body -->
  33. <section class="mainLogin h-100 mt-0 myaccount-content p-0">
  34. <div class="loginContainer mainLogin bg-gradient-violet mt-0 pt-md-5 h-100 satoshi_font d-flex align-items-center">
  35. <div class="container">
  36. <div class="row justify-content-center">
  37. <div class="col-sm-4 ">
  38. <div class="align-items-center card d-flex flex-column justify-content-center p-4 position-relative rounded-3 shadow" style="min-height: 500px;">
  39. <a href="index.html" class="mb-3 mt-2 mx-auto position-absolute text-center" style="
  40. top: 4%;
  41. left: 50%;
  42. transform: translateX(-50%);
  43. "><img src="../dist/assets/imgs/anwi-logo-1.png" alt="logo" class="w-50 logoauth d-none"></a>
  44. <div class="alert alert-danger error_msg w-100 d-none" role="alert" style="font-size: 12px;">
  45. <span>
  46. <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.2646 3.41366C11.7212 3.15681 12.2788 3.15681 12.7354 3.41366L19.2354 7.06991C19.7077 7.33558 20 7.83536 20 8.37727V15.6227C20 16.1646 19.7077 16.6644 19.2354 16.9301L12.7354 20.5863C12.2788 20.8432 11.7212 20.8432 11.2646 20.5863L4.76461 16.9301C4.29229 16.6644 4 16.1646 4 15.6227V8.37727C4 7.83536 4.29229 7.33559 4.76461 7.06991L11.2646 3.41366Z" fill="#FF3A2E"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M11 7.4C11 7.17909 11.1791 7 11.4 7H12.6C12.8209 7 13 7.17909 13 7.4V12.6C13 12.8209 12.8209 13 12.6 13H11.4C11.1791 13 11 12.8209 11 12.6V7.4Z" fill="white"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M11 16C11 15.4477 11.4477 15 12 15C12.5523 15 13 15.4477 13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16Z" fill="white"></path></svg>
  47. </span>
  48. <span class="error_msg_res">Email is not verified <a class="validate_mail text-danger d-none"><b>Validate Email</b></a></span>
  49. </div>
  50. <div class="login_section authContainerUI">
  51. </div>
  52. </div>
  53. </div>
  54. </div>
  55. </div>
  56. </div>
  57. </section>
  58. <!-- footer -->
  59. <!-- <div id="footer-head"></div> -->
  60. <!-- end-footer -->
  61. <script src="../dist/js/fontawesome.all.js"></script>
  62. <script src="./libs/bootstrap/js/bootstrap.bundle.min.js"></script>
  63. <script src="./dist/js/jquery.min.js"></script>
  64. <script src="./dist/toaster/toastr.js"></script>
  65. <script src="./libs/cookies.min.js"></script>
  66. <script src="./libs/axios.min.js"></script>
  67. <script src="./dist/js/utils/helpers.js"></script>
  68. <script src="./dist/js/shoppingcart/addtocart.js"></script>
  69. <script src="./dist/js/auth/apiservice.js"></script>
  70. <script src="./dist/js/auth/login.js"></script>
  71. <script src="./dist/js/navbar.js"></script>
  72. <script src="./dist/js/footer.js"></script>
  73. <!-- Main JS -->
  74. <script src="./dist/js/main.js"></script>
  75. </body>
  76. </html>