/*Acceso*/
.login-logo,
  .register-logo {
    font-size: 2.1rem;
    font-weight: 300;
    margin-bottom: .9rem;
    text-align: center;
  }

  .login-logo a,
  .register-logo a {
    color: #495057;
  }

  .login-page,
  .register-page {
    -ms-flex-align: center;
    align-items: center;
    /*background: #e9ecef;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));

  }

  .login-page #back{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background: url(../img/abj_3.jpg);
    background-size:cover;
    overflow:hidden;
    z-index: -1;

  }

  .login-box,
  .register-box {
    width: 360px;
  }

  @media (max-width: 576px) {
    .login-box,
    .register-box {
      margin-top: .5rem;
      width: 90%;
    }
  }


.esperar {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/load1.GIF') 50% 50% no-repeat rgb(249,249,249);
    opacity: .2;    
}



  .table {
    font-size: 9pt;
  }