.login .plg_system_webauthn_login_button {
    display: none !important;
}
.boton-azulclaro{
  background-color: #6699cc;
  color: #fff;
  padding: 10px 30px;
  font-weight: bold; 
  cursor: pointer; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);       
  transition: background-color 0.3s ease;
}
.boton-azulclaro:hover {
  background-color: #333366;
}
.inicio{
  background-image: url(/images/inicio.png);
  background-size: cover;
  background-position: center top;
  text-align: center;
}
.titulo{
  font-size: 1.8rem;
  font-weight: bolder;
  text-align: center;
}