templates/Account/modalCambioPassword.html.twig line 1

Open in your IDE?
  1. <!-- signup Model -->
  2. <style>
  3.     *{
  4.         margin: auto;
  5.         font-family: lato, Sans-Serif !important;
  6.     }
  7.     /* Absolute Center Spinner */
  8.     .loading {
  9.         position: fixed;
  10.         z-index: 999;
  11.         height: 2em;
  12.         width: 2em;
  13.         overflow: visible;
  14.         margin: auto;
  15.         top: 0;
  16.         left: 0;
  17.         bottom: 0;
  18.         right: 0;
  19.     }
  20.     /* Transparent Overlay */
  21.     .loading:before {
  22.         content: '';
  23.         display: block;
  24.         position: fixed;
  25.         top: 0;
  26.         left: 0;
  27.         width: 100%;
  28.         height: 100%;
  29.         background-color: rgba(0,0,0,0.3);
  30.     }
  31.     /* :not(:required) hides these rules from IE9 and below */
  32.     .loading:not(:required) {
  33.         /* hide "loading..." text */
  34.         font: 0/0 a;
  35.         color: transparent;
  36.         text-shadow: none;
  37.         background-color: transparent;
  38.         border: 0;
  39.     }
  40.     .loading:not(:required):after {
  41.         content: '';
  42.         display: block;
  43.         font-size: 10px;
  44.         width: 1em;
  45.         height: 1em;
  46.         margin-top: -0.5em;
  47.         -webkit-animation: spinner 1500ms infinite linear;
  48.         -moz-animation: spinner 1500ms infinite linear;
  49.         -ms-animation: spinner 1500ms infinite linear;
  50.         -o-animation: spinner 1500ms infinite linear;
  51.         animation: spinner 1500ms infinite linear;
  52.         border-radius: 0.5em;
  53.         -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  54.         box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  55.     }
  56.     /* Animation */
  57.     .row {
  58.         margin-left: 0px;
  59.         margin-right: 0px;
  60.     }
  61.     @-webkit-keyframes spinner {
  62.         0% {
  63.             -webkit-transform: rotate(0deg);
  64.             -moz-transform: rotate(0deg);
  65.             -ms-transform: rotate(0deg);
  66.             -o-transform: rotate(0deg);
  67.             transform: rotate(0deg);
  68.         }
  69.         100% {
  70.             -webkit-transform: rotate(360deg);
  71.             -moz-transform: rotate(360deg);
  72.             -ms-transform: rotate(360deg);
  73.             -o-transform: rotate(360deg);
  74.             transform: rotate(360deg);
  75.         }
  76.     }
  77.     @-moz-keyframes spinner {
  78.         0% {
  79.             -webkit-transform: rotate(0deg);
  80.             -moz-transform: rotate(0deg);
  81.             -ms-transform: rotate(0deg);
  82.             -o-transform: rotate(0deg);
  83.             transform: rotate(0deg);
  84.         }
  85.         100% {
  86.             -webkit-transform: rotate(360deg);
  87.             -moz-transform: rotate(360deg);
  88.             -ms-transform: rotate(360deg);
  89.             -o-transform: rotate(360deg);
  90.             transform: rotate(360deg);
  91.         }
  92.     }
  93.     @-o-keyframes spinner {
  94.         0% {
  95.             -webkit-transform: rotate(0deg);
  96.             -moz-transform: rotate(0deg);
  97.             -ms-transform: rotate(0deg);
  98.             -o-transform: rotate(0deg);
  99.             transform: rotate(0deg);
  100.         }
  101.         100% {
  102.             -webkit-transform: rotate(360deg);
  103.             -moz-transform: rotate(360deg);
  104.             -ms-transform: rotate(360deg);
  105.             -o-transform: rotate(360deg);
  106.             transform: rotate(360deg);
  107.         }
  108.     }
  109.     @keyframes spinner {
  110.         0% {
  111.             -webkit-transform: rotate(0deg);
  112.             -moz-transform: rotate(0deg);
  113.             -ms-transform: rotate(0deg);
  114.             -o-transform: rotate(0deg);
  115.             transform: rotate(0deg);
  116.         }
  117.         100% {
  118.             -webkit-transform: rotate(360deg);
  119.             -moz-transform: rotate(360deg);
  120.             -ms-transform: rotate(360deg);
  121.             -o-transform: rotate(360deg);
  122.             transform: rotate(360deg);
  123.         }
  124.     }
  125.     .nuevoinput{
  126.         letter-spacing: 1px !important;
  127.         width: 100% !important;
  128.         border-bottom: 1px solid #dcdcdc !important;
  129.         -webkit-appearance: none !important;
  130.         outline: none !important;
  131.         margin-bottom: 20px !important;
  132.         background-color: #f4f4f4 !important;
  133.         border: 1px solid !important;
  134.         border-color: #dcdcdc !important;
  135.         /* font-family: Poppins-Medium !important; */
  136.         font-size: 16px !important;
  137.         color: #333333 !important;
  138.         line-height: 1.2 !important;
  139.         display: block !important;
  140.         width: 100% !important;
  141.         height: 35px !important;
  142.         border-radius: 10px !important;
  143.         padding: 0 7px 0 43px !important;
  144.         background-color: #f4f4f4 !important;
  145.     }
  146.     .wrap-login100-form-btn {
  147.         border-radius: 25px;
  148.     }
  149.     .login100-form-btn {
  150.     }
  151.     .wrap-login100-form-btn:hover .login100-form-bgbtn {
  152.         left: 0;
  153.     }
  154.     .close {
  155.         position: absolute;
  156.         /* float: right; */
  157.         right: 15px;
  158.         top: 10px;
  159.         font-size: 21px;
  160.         font-weight: 700;
  161.         line-height: 1;
  162.         color: #000;
  163.         text-shadow: 0 1px 0 #fff;
  164.         filter: alpha(opacity=20);
  165.         opacity: .2;
  166.     }
  167.     .modal-body.modal-body-sub_agile {
  168.         padding: 0 2em 2em;
  169.         margin-top: 1.5em;
  170.     }
  171.     .vertical-alignment-helper {
  172.         height: 100%;
  173.         width: 100%;
  174.         pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
  175.     }
  176.     .vertical-align-center {
  177.         /* To center vertically */
  178.         display: table-cell;
  179.         vertical-align: middle;
  180.         pointer-events:none;
  181.     }
  182.     .modal-content {
  183.         /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  184.         width:inherit;
  185.         max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
  186.         height:inherit;
  187.         /* To center horizontally */
  188.         margin: 0 auto;
  189.         pointer-events: all;
  190.     }
  191.     .modal-backdrop
  192.     {
  193.         opacity:0.5 !important;
  194.     }
  195.     @media only screen and (max-width: 400px) {
  196.         .modal-dialog {
  197.             margin-top: 15% !important;
  198.         }
  199.         .input100{
  200.             font-size: 13px !important;
  201.         }
  202.         .label-input100{
  203.             font-size: 13px !important;
  204.         }
  205.     }
  206.     .sinscroll {
  207.         overflow-y: scroll; /* Add the ability to scroll */
  208.     }
  209.     /* Hide scrollbar for Chrome, Safari and Opera */
  210.     .sinscroll::-webkit-scrollbar {
  211.         display: none;
  212.     }
  213.     /* Hide scrollbar for IE, Edge and Firefox */
  214.     .sinscroll {
  215.         -ms-overflow-style: none;  /* IE and Edge */
  216.         scrollbar-width: none;  /* Firefox */
  217.     }
  218. </style>
  219. <!-- Modal2 -->
  220. <div class="modal fade secuencia sinscroll" id="modalCambio" tabindex="-1" role="dialog" style="width: 100%;     z-index: 9999;" >
  221.     <div class="vertical-alignment-helper">
  222.         <div class="modal-dialog" style="margin-top: 5%; max-width: 500px; ">
  223.             <!-- Modal content-->
  224.             <div class="modal-content sinscroll" style="border-radius: 10px; max-height: 85vh;">
  225.                 <button type="button" class="close" data-dismiss="modal">&times;</button>
  226.                 <div class="modal-body modal-body-sub_agile" style="width: 100%;">
  227.                     <div class="row justify-content-center" style="padding-bottom: 0px;">
  228.                         <img class="loguito" alt="logo" src="{{ asset('login_assets/images/logo2.png') }}" style="align-content: center; width: 90%;">
  229.                     </div>
  230.                     <div class="row text-center" style="padding-bottom:10px;  width: 100%;">
  231.                         <h4 style="font-weight: bold; margin: auto;">Cambiar Contraseña</h4>
  232.                     </div>
  233.                     <div class="wrap-input100 validate-input m-b-23" data-validate="Debe colocar el celular con el que se registró">
  234.                         <span class="label-input100" style="font-weight: bold; padding-bottom: 10px;">Celular Whatsapp</span>
  235.                         <input class="input100 nuevoinput" type="number"  id="celularW" required placeholder="Celular con el que registraste la cuenta">
  236.                     </div>
  237.                     <div style="width: 100%; border-radius: 25px; height: 50px;" >
  238.                         <button class="login100-form-btn" id="enviarWpp"  style="width: 100%; border: 1px solid white; background-color: #b5b5b5; border-radius: 25px; height: 50px;" disabled>
  239.                             <span style="color: #ffffff;" >Enviar Código al Whatsapp</span>
  240.                         </button>
  241.                     </div>
  242.                     <hr>
  243.                     <div class="wrap-input100 validate-input m-b-23 divCodigo" data-validate="Debe colocar el celular con el que se registró" hidden>
  244.                         <span class="label-input100" style="font-weight: bold; padding-bottom: 10px;">Introduzca el Código recibido</span>
  245.                         <input class="input100 nuevoinput" type="text"  id="codigoCambio" required placeholder="código">
  246.                         <!-- <span class="focus-input100" data-symbol="&#xf206;"></span>-->
  247.                     </div>
  248.                     <div class="wrap-input100 validate-input m-b-23 divPass" hidden >
  249.                         <span class="label-input100" style="font-weight: bold; padding-bottom: 10px;">Introduzca la nueva contraseña</span>
  250.                         <input class="input100 nuevoinput vPass" type="password"  id="pass1" >
  251.                     </div>
  252.                     <div class="wrap-input100 validate-input m-b-23 divPass" hidden >
  253.                         <span class="label-input100" style="font-weight: bold; padding-bottom: 10px;">Vuelva a escribir contraseña</span>
  254.                         <input class="input100 nuevoinput vPass" type="password"  id="pass2" >
  255.                     </div>
  256.                     <div style="width: 100%; border-radius: 25px; height: 50px;" >
  257.                         <button class="login100-form-btn divCodigo" id="btnContinuar"  style="width: 100%; border: 1px solid white; background-color: #b5b5b5; border-radius: 25px; height: 50px;" disabled hidden>
  258.                             <span style="color: #ffffff;" >Continuar</span>
  259.                         </button>
  260.                     </div>
  261.                 </div>
  262.             </div>
  263.             <!-- //Modal content-->
  264.         </div>
  265.         <div class="loading" style="display: none">Loading&#8230;</div>
  266.     </div>
  267. </div>
  268.     <!-- //Modal2 -->
  269.     <!-- //signup Model -->