body {
  font-family: "Open Sans", sans-serif;
  height: 100vh;
  background:url(../images/white1400.jpg) ;
  background-attachment:fixed;
  background-repeat:no-repeat; 
  background-position:center center; 
  background-size: cover;
  /*background-image: url(../images/nuevofondo.jpg); */
}

@keyframes spinner {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(359deg);
  }
}
* {
  box-sizing: border-box;
}

.tabla{
  border-radius: 15px;
  box-sizing: border-box;
}

.borde2{
  border-radius: 15px;
  box-sizing: border-box;
}


.wrapper {
  position: fixed;
  bottom: 70px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
  background: rgba(146, 245, 188 0.85);
}

.login-form {
  bottom: -105px;
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 90%;
  max-width: 320px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.login-form.loading button {
  max-height: 100%;
  padding-top: 50px;
}
.login-form.loading button .spinner {
  opacity: 1;
  top: 40%;
}
.login-form.ok button {
  background-color: #D5080A;
}
.login-form.ok button .spinner {
  border-radius: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  height: 20px;
  animation: none;
  transform: rotateZ(-45deg);
}
.login-form input {
  display: block;
  padding: 15px 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #135CA1;
  transition: border-width 0.2s ease;
  border-radius: 2px;
  color:  #060606;
}
.login-form input + i.fa {
  color: #fdfdfd;
  font-size: 1em;
  position: absolute;
  margin-top: -47px;
  opacity: 0;
  left: 0;
  transition: all 0.1s ease-in;
}
.login-form input:focus {
  outline: none;
  color:  #135CA1;
  border-color: #135CA1;
  border-left-width: 35px;
}
.login-form input:focus + i.fa {
  opacity: 1;
  left: 30px;
  transition: all 0.25s ease-out;
}
.login-form a {
  font-size: 0.8em;
  color: #135CA1;
  text-decoration: none;
}
.login-form .title {
  color: #444;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0 30px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}
.login-form button {
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  background: #135CA1;
  color: #fdfdfd;
  display: block;
  border: none;
  margin-top: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 60px;
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
  transform: rotateZ(0deg);
  transition: all 0.1s ease-out;
  border-bottom-width: 7px;
}
.login-form button .spinner {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  border: 4px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  left: 50%;
  top: 0;
  opacity: 0;
  margin-left: -20px;
  margin-top: -20px;
  animation: spinner 0.6s infinite linear;
  transition: top 0.3s 0.3s ease, opacity 0.3s 0.3s ease, border-radius 0.3s ease;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.login-form:not(.loading) button:hover {
  box-shadow: 0px 1px 3px #0add8c;
}
.login-form:not(.loading) button:focus {
  border-bottom-width: 4px;
}

footer {
  font-family: 'Open Sans', sans-serif; 
  margin-top: 35px;
  color: #fff;
  font-weight: 100;
  font-size: 10px;
  letter-spacing: 2px;
  text-align: center;
}

.copy-right {
  position: absolute;
  bottom: 3px;
  left: 70%;
}

.copy-right p {
  color: #fff;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif; 
  font-weight: 100;
}
.copy-right p a {
  font-family: 'Open Sans', sans-serif; 
  font-size: 1em;
  color:#170829;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.copy-right p a:hover {
  color:#fff;
}


footer a, footer a:link {
  color:  #060606;
  text-decoration: none;
}

.idP{
display: block;
padding: 5px 10px;
margin-bottom: 10px;
width: 100%;
border: 1px solid #135CA1;
transition: border-width 0.2s ease;
border-radius: 2px;
font-size: 115%;
}

/*-----start-responsive-design------*/
@media only screen and  (max-width:1920px){
body {
  font-family: "Open Sans", sans-serif;
  height: 100vh;
  background:url(../images/white1920.jpg) ;
  background-attachment:fixed;
  background-repeat:no-repeat; 
  background-position:center center; 
  background-size: cover;
  /*background-image: url(../images/nuevofondo.jpg); */
}

.login-form  {
  bottom: -105px;
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 90%;
  max-width: 320px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}


@media only screen and  (max-width:1900px){
body {
  font-family: "Open Sans", sans-serif;
  height: 100vh;
  background:url(../images/white1900.jpg) ;
  background-attachment:fixed;
  background-repeat:no-repeat; 
  background-position:center center; 
  background-size: cover;
  /*background-image: url(../images/nuevofondo.jpg); */
}

.login-form  {
  bottom: -105px;
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 90%;
  max-width: 320px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

/*Termina 1900px*/

@media only screen and  (max-width:1600px){
body {
  font-family: "Open Sans", sans-serif;
  height: 100vh;
  background:url(../images/white1600.jpg) ;
  background-attachment:fixed;
  background-repeat:no-repeat; 
  background-position:center center;
  background-size: cover; 
  /*background-image: url(../images/nuevofondo.jpg); */
}

.login-form  {
  bottom: -105px;
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 90%;
  max-width: 320px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
/*Termina 1600px*/
@media only screen and  (max-width:1440px){
body {
  font-family: "Open Sans", sans-serif;
  height: 100vh;
  background:url(../images/white1440.jpg) ;
  background-attachment:fixed;
  background-repeat:no-repeat; 
  background-position:center center; 
  background-size: cover;
  /*background-image: url(../images/nuevofondo.jpg); */
}

.login-form  {
  bottom: -105px;
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 90%;
  max-width: 320px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}


@media only screen and  (max-width:1400px){
body {
  font-family: "Open Sans", sans-serif;
  height: 100vh;
  background:url(../images/white1400.jpg) ;
  background-attachment:fixed;
  background-repeat:no-repeat; 
  background-position:center center; 
  background-size: cover;
  /*background-image: url(../images/nuevofondo.jpg); */
}

.login-form  {
  bottom: -105px;
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 90%;
  max-width: 320px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

@media only screen and  (max-width:1280px){
body {
  font-family: "Open Sans", sans-serif;
  height: 100vh;
  background:url(../images/white1280.jpg) ;
  background-attachment:fixed;
  background-repeat:no-repeat; 
  background-position:center center; 
  background-size: cover;
  /*background-image: url(../images/nuevofondo.jpg); */
}

.login-form  {
  bottom: -105px;
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 90%;
  max-width: 320px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}


@media only screen and  (max-width:1024px){
  body {
  font-family: "Open Sans", sans-serif;
  height: 100vh;
  background:url(../images/white1024.jpg) ;
  background-attachment:fixed;
  background-repeat:no-repeat; 
  background-position:center center; 
  /*background-image: url(../images/nuevofondo.jpg); */
}

.login-form  {
  bottom: -105px;
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 90%;
  max-width: 320px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

/*Termina 1024px*/

@media only screen and  (max-width:800px){
body {
  font-family: "Open Sans", sans-serif;
  height: 100vh;
  background:url(../images/white800.jpg) ;
  background-attachment:fixed;
  background-repeat:no-repeat; 
  background-position:center center; 
  background-size: cover;
  /*background-image: url(../images/nuevofondo.jpg); */
}

.login-form  {
  bottom: -105px;
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 90%;
  max-width: 300px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

@media  only screen and (max-width:736px){                               
  body {
  font-family: "Open Sans", sans-serif;
  height: 100vh;
  background:url(../images/"") ;
  background-attachment:fixed;
  background-repeat:no-repeat; 
  background-position:center center; 
  background-size: cover;
  /*background-image: url(../images/nuevofondo.jpg); */
}

.login-form  {
  bottom: -85px;
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 100%;
  max-width: 800px;
  background: #ffffff;
  position: relative;
  /*padding-bottom: 80px;*/
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);  
  }

  .login-form .title {
  color: #444;
  font-size: 1.2em;
  font-weight: bold;
  margin: 15px 10px  35px 0; /*Para posicionar el titulo de "Acceder al sistema"*/
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center; /*D5080A*/
}

.login-form input + i.fa {
  color: #fbfdfd;
  font-size: 1em; /*Tamaño de icono de USUARIO Y CONTRASEÑA*/
  position: absolute;
  margin-top: -40px; /*Posicion del icono*/
  opacity: 0;
  left: 0;
  transition: all 0.1s ease-in;
}
.login-form input:focus {
  outline: none;
  color:  #135CA1;
  border-color: #135CA1;
  border-left-width: 35px;
}
.login-form input:focus + i.fa {
  opacity: 1;
  left: 32px; /*Para pocisionar en horizontal los iconos de login*/
  transition: all 0.25s ease-out;
}
  .wrapper {
  position: fixed;
  bottom: 75px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 35%;
  padding: 25px;
  background: rgba(146, 245, 188 0.85);
  background-size: cover;
}
  /*Empieza 640px*/
}
@media only screen and  (max-width:640px){   /*Se tomo como referencia para el iphone 6*/                               
  body {
  font-family: "Open Sans", sans-serif;
  height: 100vh;
  background:url(../images/white640.jpg) ;
  background-attachment:fixed;
  background-repeat:no-repeat; 
  background-position:center center; 
  background-size: cover;
}

.login-form  {
  bottom: -85px;
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 100%;
  max-width: 640px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);  
  }

  .login-form .title {
  color: #444;
  font-size: 1.2em;
  font-weight: bold;
   margin: 15px 10px  35px 0; /*Para posicionar el titulo de "Acceder al sistema"*/
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}

.login-form input + i.fa {
  color: #fdfdfd;
  font-size: 1em; /*Tamaño de icono de USUARIO Y CONTRASEÑA*/
  position: absolute;
  margin-top: -37px; /*Posicion del icono*/
  opacity: 0;
  left: 0;
  transition: all 0.1s ease-in;
}
.login-form input:focus {
  outline: none;
  color:  #135CA1;
  border-color: #135CA1;
  border-left-width: 35px;
}
.login-form input:focus + i.fa {
  opacity: 1;
  left: 70px; /*Para pocisionar en horizontal los iconos de login*/
  transition: all 0.25s ease-out;
}
  .wrapper {
  position: fixed;
  bottom: 75px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 35%;
  padding: 25px;
  background: rgba(146, 245, 188 0.85);
  background-size: cover;
}
/*Termina el 640px*/
  
@media  only screen and (max-width:480px){    /*Se tomo en cuenta para modelo de iphone6*/                              
  body {
  font-family: "Open Sans", sans-serif;
  height: 100vh;
  background:url(../images/"") ;
  background-attachment:fixed;
  background-repeat:no-repeat; 
  background-position:center center; 
  background-size: cover;
  /*background-image: url(../images/nuevofondo.jpg); */
}

.login-form  {
  bottom: -85px;
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 100%;
  max-width: 800px;
  background: #ffffff;
  position: relative;
  /*padding-bottom: 80px;*/
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);  
  }

  .login-form .title {
  color: #444;
  font-size: 1.2em;
  font-weight: bold;
  margin: 15px 10px  35px 0; /*Para posicionar el titulo de "Acceder al sistema"*/
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}

.login-form input + i.fa {
  color: #fdfdfd;
  font-size: 1em; /*Tamaño de icono de USUARIO Y CONTRASEÑA*/
  position: absolute;
  margin-top: -40px; /*Posicion del icono*/
  opacity: 0;
  left: 0;
  transition: all 0.1s ease-in;
}
.login-form input:focus {
  outline: none;
  color:  #135CA1;
  border-color: #135CA1;
  border-left-width: 35px;
}
.login-form input:focus + i.fa {
  opacity: 1;
  left: 32px; /*Para pocisionar en horizontal los iconos de login*/
  transition: all 0.25s ease-out;
}
  .wrapper {
  position: fixed;
  bottom: 75px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 35%;
  padding: 25px;
  background: rgba(146, 245, 188 0.85);
  background-size: cover;
}
  
  @media only screen and  (max-width:375px){                                  
  body {
  font-family: "Open Sans", sans-serif;
  height: 100vh;
  background:url(../images/"") ;
  background-attachment:fixed;
  background-repeat:no-repeat; 
  background-position:center center; 
  background-size: cover;
  /*background-image: url(../images/nuevofondo.jpg); */
}

.login-form  {
  bottom: -85px;
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 100%;
  max-width: 800px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);  
  }

  .login-form .title {
  color: #444;
  font-size: 1.2em;
  font-weight: bold;
  margin: 15px 10px  35px 0; /*Para posicionar el titulo de "Acceder al sistema"*/
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}

.login-form input + i.fa {
  color: #fdfdfd;
  font-size: 1em; /*Tamaño de icono de USUARIO Y CONTRASEÑA*/
  position: absolute;
  margin-top: -42px; /*Posicion del icono*/
  opacity: 0;
  left: 0;
  transition: all 0.1s ease-in;
}
.login-form input:focus {
  outline: none;
  color:  #135CA1;
  border-color: #135CA1;
  border-left-width: 35px;
}
.login-form input:focus + i.fa {
  opacity: 1;
  left: 32px; /*Para pocisionar en horizontal los iconos de login*/
  transition: all 0.25s ease-out;
}
  .wrapper {
  position: fixed;
  bottom: 75px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 35%;
  padding: 25px;
  background: rgba(146, 245, 188 0.85);
  background-size: cover;
} 

@media only screen and (max-width:320px){                                  
   body {
  font-family: "Open Sans", sans-serif;
  height: 100vh;
  background:url(../images/"") ;
  background-attachment:fixed;
  background-repeat:no-repeat; 
  background-position:center center; 
  background-size: cover;
}

.login-form  {
  bottom: -85px;
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 100%;
  max-width: 640px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);  
  }

  .login-form .title {
  color: #444;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1px -15px -80px 0; /*Para posicionar el titulo de "Acceder al sistema"*/
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: center;
}

.login-form input + i.fa {
  color: #fdfdfd;
  font-size: 1em; /*Tamaño de icono de USUARIO Y CONTRASEÑA*/
  position: absolute;
  margin-top: -37px; /*Posicion del icono*/
  opacity: 0;
  left: 0;
  transition: all 0.1s ease-in;
}
login-form input:focus {
  outline: none;
  color:  #064b37;
  border-color: ; /*Color verde GPE*/
  border-left-width: 35px;
}
.login-form input:focus + i.fa {
  opacity: 1;
  left: 70px; /*Para pocisionar en horizontal los iconos de login*/
  transition: all 0.25s ease-out;
}
  .wrapper {
  position: fixed;
  bottom: 75px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 35%;
  padding: 25px;
  background: rgba(146, 245, 188 0.85);
  background-size: cover;
}
  .icon{
    margin:2px -11px 0px 0px;
  }
  form{
    padding:38% 2.5em; 
  }
  .login-form h1{
    font-size:1.7em;
    left:35%;
    top:0%;
  }
  .login-form h2{
    font-size:1em;
    right:29%;
    top:10%;
  }
  input[type="text"], input[type="password"]{
    font-size:18px;
    padding: 0.4em 1em 0.45em 1em;15px 2px
  }
  .copy-right {
  left:20%;
  bottom:9%;
  }
  .forgot{
    text-align:center;
    margin:5px 2px;
  }
  .forgot h3 a{
    float:none;
    font-size:14px;
  }
  input[type="submit"]{
    font-size:15px;
    padding: 10px 10px;
    width:56%;
    float:none;
    margin-top: 5px;
  }
  .arrow {
    background: url(../images/icons.png) no-repeat -62px -6px;
    left: 29%;
    top: 62.99%;
  }

}
