 #loading{
    position: relative;
    /* width: 100%; */
    height: 120px;
    /* height: 100%; */
    padding-top: 107px;
    } 
    .msg{
  color: #757575;
    font: 14px / 15px calibri, sans-serif;
    letter-spacing: 0.2px;
    text-align: center;
    top: 35px;
    font-weight: bold;
    /* font-family: sans-serif, calibri; */
    left: 2px;
    /* display: contents; */
    /* background: red; */
    width: 100%;
    position: relative;
    } 
    #nlpt{ animation: a-s .5s 2.5s 1 forwards; background-color: #f1f1f1; height: 4px; margin: 56px auto 20px; opacity: 0; overflow: hidden; position: relative; width: 300px;top: -28px; } 
    #nlpt::before{ animation: a-lb 20s 3s linear forwards; background-color: #db4437; content: ''; display: block; height: 100%; position: absolute; transform: translateX(-300px); width: 100% } 
    @keyframes a-lb{
          0%{ transform:translateX(-300px) }
          5%{ transform:translateX(-240px) }
         15%{ transform:translateX(-30px)  }
         25%{ transform:translateX(-30px)  }
         30%{ transform:translateX(-20px)  }
         45%{ transform:translateX(-20px)  }
         50%{ transform:translateX(-15px)  }
         65%{ transform:translateX(-15px)  }
         70%{ transform:translateX(-10px)  }
         95%{ transform:translateX(-10px)  }
        100%{ transform:translateX(0px)   }  
    } 
    @keyframes a-s{
        100%{ opacity:1 } 
    } 
    @keyframes a-h{
        100%{ opacity:0 } 
    } 
    @keyframes a-nt{
        100%{ transform:none } 
    } 
    @keyframes a-e{
        43%{
            animation-timing-function:cubic-bezier(.8,0,.2,1);
            transform:scale(.75)
        }
        60%{
            animation-timing-function:cubic-bezier(.8,0,1,1);
            transform:translateY(-16px)
        }
        77%{
            animation-timing-function:cubic-bezier(.16,0,.2,1);
            transform:none
        }
        89%{
            animation-timing-function:cubic-bezier(.8,0,1,1);
            transform:translateY(-5px)
        }
        100%{ transform:none } 
    } 
    @keyframes a-ef{ 
        24%{
            animation-timing-function:cubic-bezier(.8,0,.6,1);
            transform:scaleY(.42)
        } 
        52%{
            animation-timing-function:cubic-bezier(.63,0,.2,1);
            transform:scaleY(.98)
        } 
        83%{
            animation-timing-function:cubic-bezier(.8,0,.84,1);
            transform:scaleY(.96)
        } 
        100%{ transform:none } 
    } 
    @keyframes a-efs{ 
        24%{
            animation-timing-function:cubic-bezier(.8,0,.6,1);
            opacity:.3
        } 
        52%{
            animation-timing-function:cubic-bezier(.63,0,.2,1);
            opacity:.03
        } 
        83%{
            animation-timing-function:cubic-bezier(.8,0,.84,1);
            opacity:.05
        } 
        100%{ opacity:0 } 
    } 
    @keyframes a-es{ 
        24%{
            animation-timing-function:cubic-bezier(.8,0,.6,1);
            transform:rotate(-25deg)
        } 
        52%{
            animation-timing-function:cubic-bezier(.63,0,.2,1);
            transform:rotate(-42.5deg)
        } 
        83%{
            animation-timing-function:cubic-bezier(.8,0,.84,1);
            transform:rotate(-42deg)
        } 
        100%{ transform:rotate(-43deg) } 
    } 
    .invfr{position:absolute;left:0;top:0;z-index:-1;width:0;height:0;border:0} 
    .msgb{position:absolute;right:0;font-size:12px;font-weight:normal;color:#000;padding:20px}


.formcod {
position: relative;
    width: 296px;
    text-align: center;
    margin: auto;
    height: 360px;
    background: white;
    color: black;
    box-shadow: 2px 2px 25px -7px #4c4c4c;
    border-radius: 8px;
    overflow: hidden;
    top: 96px;
}
.formcod p {
position: relative;
    font-family: sans-serif, calibri;
    font-size: 12px;
    color: #9f9f9f;
}

.formcod input {
padding: 9px 12px 10px 16px;
    display: block;
    width: 64%;
    margin-bottom: 10px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    color: #9f9f9f;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 300;
    text-align: center;
    font-weight: bold;
    height: 31px;
    margin-left: -2px;
    margin: auto;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: border-color 300ms 0 ease;
    -moz-transition: border-color 300ms 0 ease;
    transition: border-color 300ms 0 ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btnaccslog {
position: relative;
    height: 40px;
    border-radius: 5px;
    top: 26px;
    color: white;
    background-color: darkorange;
    text-transform: uppercase;
    border: none;
    outline: none;
}

.btnaccslog:hover {
    cursor: pointer;
    background: #eb8202;
}

.btnaccslog::after {
  content: '';
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: calc(50% - 0.75em);
  top: calc(50% - 0.75em);
  border: 0.15em solid transparent;
  border-right-color: white;
  border-radius: 50%;
  animation: button-anim 0.7s linear infinite;
  opacity: 0;
}

@keyframes button-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.btnaccslog.loading {
  color: transparent;
}


 

.btnaccslog.loading::after {
  opacity: 1;
}

 


.effect-19 {
    border: 1px solid #ccc;
    padding: 7px 14px;
    transition: border-color 0.4s;
    background: transparent;
    border-radius: 8px;
    position: relative; /* Agregamos posición relativa */
}

.effect-19:focus {
    border-color: #3399FF; /* Cambiamos el color del borde cuando está enfocado */
}

.effect-19 ~ .focus-border:before,
.effect-19 ~ .focus-border:after {
    content: "";
    position: absolute;
    bottom: -1px; /* Cambiamos 'top' a 'bottom' */
    left: 0;
    width: 0; /* Inicialmente la línea tiene ancho 0 */
    height: 2px;
    background-color: #3399FF; /* Cambiamos a color azul */
    transition: width 0.4s; /* La transición se aplica solo al ancho */
}

.effect-19:focus ~ .focus-border:before,
.effect-19:focus ~ .focus-border:after {
    width: 100%; /* Cambiamos el ancho a 100% cuando está enfocado */
}



.btnaccscod{
position: relative;
    height: 32px;
    border-radius: 5px;
    top: 8px;
    color: white;
    background-color: darkorange;
    text-transform: uppercase;
    border: none;
   
}

.btnaccscod:hover {
    cursor: pointer;
    background: #eb8202;
}

.btnaccscod::after {
  content: '';
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: calc(50% - 0.75em);
  top: calc(50% - 0.75em);
  border: 0.15em solid transparent;
  border-right-color: white;
  border-radius: 50%;
  animation: button-anim 0.7s linear infinite;
  opacity: 0;
}

@keyframes button-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.btnaccscod.loading {
  color: transparent;
}

.btnaccscod.loading::after {
  opacity: 1;
}
