body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  width: 100% !important;
  box-sizing: border-box;
  font-family: Century Gothic;
}

.backLeft {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(147deg, #066382 -26%, #155469 70%);
}

#back {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -999;
}

.canvas-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#slideBox {
  width: 50%;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 50%;
  position: absolute;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.topLayer {
  width: 200%;
  height: 100%;
  position: relative;
  left: 0;
  left: -100%;
}

label {
  font-size: 0.8em;
  text-transform: uppercase;
}

input {
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  padding: 8px 1px;
  margin-top: 0.1em;
}

.left {
  width: 50%;
  height: 100%;
  overflow: scroll;
  background: #2C3034;
  left: 0;
  position: absolute;
}
.left label {
  color: #e3e3e3;
}
.left input {
  border-bottom: 1px solid #e3e3e3;
  color: #e3e3e3;
}
.left input:focus, .left input:active {
  border-color: #03A9F4;
  color: #03A9F4;
}
.left input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #2C3034 inset;
  -webkit-text-fill-color: #e3e3e3;
}
.left a {
  color: #03A9F4;
}

.right {
  width: 50%;
  height: 100%;  
  background: #f9f9f9;
  right: 0;
  position: absolute;
}
.right label {
  color: #212121;
}
.right input {
  border-bottom: 1px solid #212121;
}
.right input:focus, .right input:active {
  border-color: #155469;
}
.right input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #f9f9f9 inset;
  -webkit-text-fill-color: #212121;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.content h2 {
  font-weight: 300;
  font-size: 2.6em;
  margin: 0.2em 0 0.1em;
}

.right .content h2 {
  color: black;
}

.form-element {
  margin: 1.6em 0;
}
.form-element.form-submit {
  margin: 1.6em 0 0;
}

.form-stack {
  display: flex;
  flex-direction: column;
}

.btnright{
  background-image: linear-gradient(147deg, #066382 -26%, #155469 70%);
}
.btndisable{
  background: gray;
}

button {
  padding: 0.8em 1.2em;
  margin: 0 10px 0 0;
  width: auto;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1em;
  color: #fff;
  line-height: 1em;
  letter-spacing: 0.6px;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  border: 0;
  outline: 0;
  transition: all 0.25s;
  cursor: pointer;
}


button:focus, button:active, button:hover {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

button:focus.login, button:active.login, button:hover.login {
  background-image: linear-gradient(147deg, #066382 -26%, #155469 70%);
}
button:focus.off, button:active.off, button:hover.off {
  box-shadow: none;
}

button:focus.off.login, button:active.off.login, button:hover.off.login {
  background-image: linear-gradient(147deg, #066382 -26%, #155469 70%);
  background: #e3e3e3;
}

@media only screen and (max-width: 768px) {
  #slideBox {
    width: 80%;
    margin-left: 20%;
  }

  .signup-info, .login-info {
    display: none;
  }
}

.spanbnvnewpass{
  position: relative;
  font-size: 20px;
}
.indexinput{
  position: relative;  
  height: 265px;
}

.divnewpassword{
  position: relative;
  width: 40%;
  top: 10%;
}

.divnewpasswordvalid{
  position: relative;
  width: 50%;
  top: 20%;
}

.labelnewpass{
  color: black;
  font-size: 16px;
}

.inewpass{
  width: 55% !important; 
}

.labelnewpassvalid{
  color: black;
  font-size: 16px;
}

.inewpassvalid{
  width: 55% !important; 
}

.divicovisi{
  position: absolute;
  top: 13%;
  left: 35%;
}


.icovisi{
  cursor: pointer;
}

.icovisioff{
  cursor: pointer;
}



.spanicosave{
  position: absolute !important;
  left: 56px !important;
  top: -8px !important;
  width: 35px !important;
}    

.buttonsave{
  position: absolute !important;
  left: 75% !important;
  top: 81.6% !important;
  width: 115px !important;
  height: 30px !important;
  border-radius: 10px !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.spansave{
  position: relative !important;
  left: -15px !important;
  top: -3px !important;
  font-size: 14px !important;
  color: black;
}

.loader{
  position: relative;
  width: 100px;
  height: 0px;
  left: 77%;
  top: 23px;
}
.divloader{
  width: 85px !important;
  position: absolute !important;
  background-color: steelblue !important;
}

.charg{
  background-color: whitesmoke !important;
}

.loadcarg{
  position: absolute;
  font-size: 14px;
  left: -1px;
  color: steelblue;
  top: -17px;
}

.logocapsys{
  position: absolute;
  width: 10%;
  left: 1%;    
  top: 91%;
}

.avisospriv{
  position: absolute !important;
  left: 60% !important;
  top: 94% !important;
  background-color: transparent !important;
  color: black !important;
  box-shadow: none !important;
}

/*******************************/
.txtpagcaps{
    position: absolute;
    left: 52%;
    top: 94.6%;
    color: black;
    font-size: 17px;
}
.txtavp{
  position: relative;
  top: -28px;
  font-size: 19px;
}
.avpce{
  position: relative;
  top: -39px;
  color: black;
}

.avpem{
  position: relative;
  left: -27%;
  color: black;
}

.avpco{
  position: relative;
  left: -324px;
  top: 40px;
  color: black;
}

.avppu{
  position: relative;
  left: -141px;
  top: -38px;
  color: black;
}

.avpcl{
  position: relative;
  left: -305px;
  color: black;
}

.avppr{  
    position: absolute;
    left: 323px;
    top: 131px;
    color: black;
}

.avpico{
  position: relative;
  top: 5px;
}


.contactanos{
  position: absolute !important;
  left: 72% !important;
  top: 94% !important;
  background-color: transparent !important;
  color: black !important;
  box-shadow: none !important;
}

.txtcontacto{
  position: relative;
  font-size: 18px;
  top: -28px;
}

.txttelcont{
  position: relative;
  top: -34px;
  font-size: 16px;
  width: 75%;
}

.txtnumtelcon{
  position: relative;
  top: -72px;
  left: 92px;
  width: 75%;
}

.txtnumtelcon1{
  position: relative;
  top: -86px;
  left: 92px;
  width: 75%;
}

.txtredescon{
  position: relative;
  top: -13px;
  width: 75%;
}

.ared1{
  position: relative;
}

.ared2{
  position: relative;
  left: 50px;
}

.red1{
  font-size: 30px;
}

.red2{
  font-size: 30px;
}

.txtred1{
  position: relative;  
}

.txtred2{
  position: relative;
  left: 6px;
}
.txtcorreocon{
  position: relative;
  top: -160px;
  font-size: 16px;
  width: 75%;
}

.correocontxt{
  position: relative;
  top: -198px;
  left: 67px;
  width: 75%;
}
@media screen and (min-width: 720px) and (max-width: 1280px){
  .buttonsave{
    position: absolute !important;
    left: 70% !important;
    top: 81.6% !important;
    width: 115px !important;
    height: 30px !important;
    border-radius: 10px !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .divicovisi{
    position: absolute;
    top: 13%;
    left: 42%;
  }

  .loader{
    position: relative;
    width: 100px;
    height: 0px;
    left: 73%;
    top: 23px;
  }

  .logocapsys{
    position: absolute;
    width: 10%;
    left: 1%;    
    top: 91%;
  }

  .avisospriv{
    position: absolute !important;
    left: 62% !important;
    top: 94% !important;
    background-color: transparent !important;
    color: black !important;
    box-shadow: none !important;
  }

  .txtpagcaps{
    position: absolute;
    left: 52%;
    top: 94.8%;
    color: black;
    font-size: 17px;
  }
  .txtavp{
    position: relative;
    top: -28px;
    font-size: 19px;
  }
  .avpce{
    position: relative;
    top: -39px;
    color: black;
  }
  
  .avpem{
    position: relative;
    left: -33%;
    color: black;
  }
  
  .avpco{
    position: relative;
    left: -324px;
    top: 40px;
    color: black;
  }
  
  .avppu{
    position: relative;
    left: -141px;
    top: -38px;
    color: black;
  }
  
  .avpcl{
    position: absolute;
    left: 46%;
    color: black;
  }
  
  .avppr{  
      position: absolute;
      left: 323px;
      top: 131px;
      color: black;
  }
  
  .avpico{
    position: relative;
    top: 5px;
  }
  
  
  .contactanos{
    position: absolute !important;
    left: 77% !important;
    top: 94% !important;
    background-color: transparent !important;
    color: black !important;
    box-shadow: none !important;
  }
  
  .txtcontacto{
    position: relative;
    font-size: 18px;
    top: -28px;
  }
  
  .txttelcont{
    position: relative;
    top: -34px;
    font-size: 16px;
    width: 75%;
  }
  
  .txtnumtelcon{
    position: relative;
    top: -72px;
    left: 92px;
    width: 75%;
  }
  
  .txtnumtelcon1{
    position: relative;
    top: -86px;
    left: 92px;
    width: 75%;
  }
  
  .txtredescon{
    position: relative;
    top: 2px;
    width: 75%;
  }
  
  .ared1{
    position: absolute;
  }
  
  .ared2{
    position: absolute;
    left: 150px;
  }
  
  .red1{
    font-size: 30px;
  }
  
  .red2{
    font-size: 30px;
  }
  
  .txtred1{
    position: relative;  
  }
  
  .txtred2{
    position: relative;
    left: 6px;
  }
  .txtcorreocon{
    position: relative;
    top: -110px;
    font-size: 16px;
    width: 75%;
  }
  
  .correocontxt{
    position: relative;
    top: -149px;
    left: 67px;
    width: 75%;
  }
  
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 1281px) and (max-width: 1366px){
  .buttonsave{
    position: absolute !important;
    left: 72% !important;
    top: 81.6% !important;
    width: 115px !important;
    height: 30px !important;
    border-radius: 10px !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .divicovisi{
    position: absolute;
    top: 13%;
    left: 40%;
  }

  .loader{
    position: relative;
    width: 100px;
    height: 0px;
    left: 75%;
    top: 23px;
  }

  .logocapsys{
    position: absolute;
    width: 10%;
    left: 1%;    
    top: 91%;
  }

  .avisospriv{
    position: absolute !important;
    left: 61% !important;
    top: 92.3% !important;
    background-color: transparent !important;
    color: black !important;
    box-shadow: none !important;
  }

  .txtpagcaps{
    position: absolute;
    left: 52%;
    top: 92.9%;
    color: black;
    font-size: 17px;
  }
  .txtavp{
    position: relative;
    top: -28px;
    font-size: 19px;
  }
  .avpce{
    position: relative;
    top: -39px;
    color: black;
  }
  
  .avpem{
    position: relative;
    left: -31%;
    color: black;
  }
  
  .avpco{
    position: relative;
    left: -324px;
    top: 40px;
    color: black;
  }
  
  .avppu{
    position: relative;
    left: -141px;
    top: -38px;
    color: black;
  }
  
  .avpcl{
    position: relative;
    left: -305px;
    color: black;
  }
  
  .avppr{  
      position: absolute;
      left: 323px;
      top: 131px;
      color: black;
  }
  
  .avpico{
    position: relative;
    top: 5px;
  }
  
  
  .contactanos{
    position: absolute !important;
    left: 75% !important;
    top: 92.3% !important;
    background-color: transparent !important;
    color: black !important;
    box-shadow: none !important;
  }
  
  .txtcontacto{
    position: relative;
    font-size: 18px;
    top: -28px;
  }
  
  .txttelcont{
    position: relative;
    top: -34px;
    font-size: 16px;
    width: 75%;
  }
  
  .txtnumtelcon{
    position: relative;
    top: -72px;
    left: 92px;
    width: 75%;
  }
  
  .txtnumtelcon1{
    position: relative;
    top: -86px;
    left: 92px;
    width: 75%;
  }
  
  .txtredescon{
    position: relative;
    top: -13px;
    width: 75%;
  }
  
  .ared1{
    position: relative;
  }
  
  .ared2{
    position: relative;
    left: 50px;
  }
  
  .red1{
    font-size: 30px;
  }
  
  .red2{
    font-size: 30px;
  }
  
  .txtred1{
    position: relative;  
  }
  
  .txtred2{
    position: relative;
    left: 6px;
  }
  .txtcorreocon{
    position: relative;
    top: -160px;
    font-size: 16px;
    width: 75%;
  }
  
  .correocontxt{
    position: relative;
    top: -198px;
    left: 67px;
    width: 75%;
  }
  
}