.crearEntrar {
    display: flex;
    justify-content: flex-end; 
  }
  a {
    text-decoration: none !important;
  }
  .creame {
    background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    /*font-family: Abril Fatface, cursive;*/
    font-size: 18px;
    justify-content: center;
    margin-left: 10px;
    padding: 5px 20px 8px;
    text-align: center;
  }
  
  /* Estilo inicial para el botón "Entrar" */
  .creame {
    background: #000;
    color: #fff;
    margin-left: 10px; /* Espacio entre los botones */
  }
  
  /* Cambio de color para el botón "Entrar" al pasar el mouse sobre él */
  .creame:hover {
    background: #01ff00; 
    color: #000; 
  }
  
  /* Estilo inicial para el botón "Crear cuenta" */
  .vive {
    background: #01ff00; /* Verde */
    color: #000;
  }
  
  /* Cambio de color para el botón "Crear cuenta" al pasar el mouse sobre él */
  .vive:hover {
    background: #000; 
    color: #fff;
  }
  

  
  .olvidaste {
    display: flex;
    justify-content: end;
    margin-top: 5px;
    width: 100%;
    background: transparent;
    border: transparent;
    cursor: pointer;
  }
  .olvidastebtn {
    font-size: 15px;
    background-color: transparent; /* Quita el fondo */
    border: none; /* Quita el borde */
    cursor: pointer;
    color: #fff;
  }
  
  /*.Entra {
    background: red;
    color: #fff;
    cursor: pointer;
    width: 100px;
  }
  .Entra, .entrada {
    border: transparent;
    height: 55px;
    padding: 5px 10px;
  }*/
  