.btnAgregarUsuario {
    background-image: linear-gradient(to right, #283048 0%, #859398  51%, #283048  100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .btnAgregarUsuario:hover {
    transition: 0.5s;
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }  

  .btnBuscarUsuario {
    background-image: linear-gradient(to right, #283048 0%, #859398  51%, #283048  100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .btnBuscarUsuario:hover {
    transition: 0.5s;
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }  

           
  .btnEditarUsuario {
    background-image: linear-gradient(to right, #08784d 0%, #85D8CE  51%, #08784d  100%);
    text-align: center;
    text-transform: uppercase;
    
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .btnEditarUsuario:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    transition: 0.5s;
    text-decoration: none;
  }
 
  .btnEliminarUsuario {
    background-image: linear-gradient(to right, #FF512F 0%, #DD2476  51%, #FF512F  100%);
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .btnEliminarUsuario:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    transition: 0.5s;
    text-decoration: none;
  }

  .btnVerificarUsuario {
    background-image: linear-gradient(to right, #283048 0%, #859398  51%, #283048  100%);
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .btnVerificarUsuario:hover {
    transition: 0.5s;
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }  

  .btnSuspenderUsuario {
    background-image: linear-gradient(to right, #ffc401 0%, #6e6e6e  51%, #ffc401  100%);
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .btnSuspenderUsuario:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    transition: 0.5s;
    text-decoration: none;
  }

  .btnActivarUsuario {
    background-image: linear-gradient(to right, #01ff0e 0%, #6e6e6e  51%, #01ff0e  100%);
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .btnActivarUsuario:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    transition: 0.5s;
    text-decoration: none;
  }

  .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}