<!-- signup Model -->
<style>
*{
margin: auto;
font-family: lato, Sans-Serif !important;
}
/* Absolute Center Spinner */
.loading {
position: fixed;
z-index: 999;
height: 2em;
width: 2em;
overflow: visible;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
/* Transparent Overlay */
.loading:before {
content: '';
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.3);
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
/* hide "loading..." text */
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.loading:not(:required):after {
content: '';
display: block;
font-size: 10px;
width: 1em;
height: 1em;
margin-top: -0.5em;
-webkit-animation: spinner 1500ms infinite linear;
-moz-animation: spinner 1500ms infinite linear;
-ms-animation: spinner 1500ms infinite linear;
-o-animation: spinner 1500ms infinite linear;
animation: spinner 1500ms infinite linear;
border-radius: 0.5em;
-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;
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;
}
/* Animation */
.row {
margin-left: 0px;
margin-right: 0px;
}
@-webkit-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.nuevoinput{
letter-spacing: 1px !important;
width: 100% !important;
border-bottom: 1px solid #dcdcdc !important;
-webkit-appearance: none !important;
outline: none !important;
margin-bottom: 20px !important;
background-color: #f4f4f4 !important;
border: 1px solid !important;
border-color: #dcdcdc !important;
/* font-family: Poppins-Medium !important; */
font-size: 16px !important;
color: #333333 !important;
line-height: 1.2 !important;
display: block !important;
width: 100% !important;
height: 35px !important;
border-radius: 10px !important;
padding: 0 7px 0 43px !important;
background-color: #f4f4f4 !important;
}
.wrap-login100-form-btn {
border-radius: 25px;
}
.login100-form-btn {
}
.wrap-login100-form-btn:hover .login100-form-bgbtn {
left: 0;
}
.close {
position: absolute;
/* float: right; */
right: 15px;
top: 10px;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}
.modal-body.modal-body-sub_agile {
padding: 0 2em 2em;
margin-top: 1.5em;
}
.vertical-alignment-helper {
height: 100%;
width: 100%;
pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
/* To center vertically */
display: table-cell;
vertical-align: middle;
pointer-events:none;
}
.modal-content {
/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
width:inherit;
max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
height:inherit;
/* To center horizontally */
margin: 0 auto;
pointer-events: all;
}
.modal-backdrop
{
opacity:0.5 !important;
}
@media only screen and (max-width: 400px) {
.modal-dialog {
margin-top: 15% !important;
}
.input100{
font-size: 13px !important;
}
.label-input100{
font-size: 13px !important;
}
}
.sinscroll {
overflow-y: scroll; /* Add the ability to scroll */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.sinscroll::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.sinscroll {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
</style>
<!-- Modal2 -->
<div class="modal fade secuencia sinscroll" id="modalCambio" tabindex="-1" role="dialog" style="width: 100%; z-index: 9999;" >
<div class="vertical-alignment-helper">
<div class="modal-dialog" style="margin-top: 5%; max-width: 500px; ">
<!-- Modal content-->
<div class="modal-content sinscroll" style="border-radius: 10px; max-height: 85vh;">
<button type="button" class="close" data-dismiss="modal">×</button>
<div class="modal-body modal-body-sub_agile" style="width: 100%;">
<div class="row justify-content-center" style="padding-bottom: 0px;">
<img class="loguito" alt="logo" src="{{ asset('login_assets/images/logo2.png') }}" style="align-content: center; width: 90%;">
</div>
<div class="row text-center" style="padding-bottom:10px; width: 100%;">
<h4 style="font-weight: bold; margin: auto;">Cambiar Contraseña</h4>
</div>
<div class="wrap-input100 validate-input m-b-23" data-validate="Debe colocar el celular con el que se registró">
<span class="label-input100" style="font-weight: bold; padding-bottom: 10px;">Celular Whatsapp</span>
<input class="input100 nuevoinput" type="number" id="celularW" required placeholder="Celular con el que registraste la cuenta">
</div>
<div style="width: 100%; border-radius: 25px; height: 50px;" >
<button class="login100-form-btn" id="enviarWpp" style="width: 100%; border: 1px solid white; background-color: #b5b5b5; border-radius: 25px; height: 50px;" disabled>
<span style="color: #ffffff;" >Enviar Código al Whatsapp</span>
</button>
</div>
<hr>
<div class="wrap-input100 validate-input m-b-23 divCodigo" data-validate="Debe colocar el celular con el que se registró" hidden>
<span class="label-input100" style="font-weight: bold; padding-bottom: 10px;">Introduzca el Código recibido</span>
<input class="input100 nuevoinput" type="text" id="codigoCambio" required placeholder="código">
<!-- <span class="focus-input100" data-symbol=""></span>-->
</div>
<div class="wrap-input100 validate-input m-b-23 divPass" hidden >
<span class="label-input100" style="font-weight: bold; padding-bottom: 10px;">Introduzca la nueva contraseña</span>
<input class="input100 nuevoinput vPass" type="password" id="pass1" >
</div>
<div class="wrap-input100 validate-input m-b-23 divPass" hidden >
<span class="label-input100" style="font-weight: bold; padding-bottom: 10px;">Vuelva a escribir contraseña</span>
<input class="input100 nuevoinput vPass" type="password" id="pass2" >
</div>
<div style="width: 100%; border-radius: 25px; height: 50px;" >
<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>
<span style="color: #ffffff;" >Continuar</span>
</button>
</div>
</div>
</div>
<!-- //Modal content-->
</div>
<div class="loading" style="display: none">Loading…</div>
</div>
</div>
<!-- //Modal2 -->
<!-- //signup Model -->