.copy_a {
    text-decoration: none; /* Elimina el subrayado por defecto */
    color: inherit; /* Hereda el color del texto de su contenedor */
    /* Agrega otros estilos según tus preferencias */
}

.login-image {
  background-position: center;
  background-size: cover;
}

.text-binance{
  color: black;
  margin-bottom: 7%;
}

.logout-button{
  display: flex;
  align-items: center;
  justify-content: center;
}

#code{
    text-align: center;
    letter-spacing: 0.5rem;
}

.bg-gradient-primary1
{
    background-image: linear-gradient(to bottom right, #2685bf 0%, #000000 87%);
    background-size:cover
}

.fondo-web{
    background-image: url("../img/Fondoweb.webp");
    background-position: center;
    background-size: cover;
}

.bg-icon-image{
    background: url(../img/LOGO.webp);
    background-position: center;
    background-size: cover;
}


/*#numberPhone{
  margin-left: 28%;
}*/