/* Csak a register link legyen kisebb */
.account-wrapper a.text-base[href*="/register"]{
  font-size: 1.7rem !important;
  color: #37ebec !important; /* ez az eredeti türkiz a képen */
}

/* Forgot password maradjon alap */
.account-wrapper a.text-base[href*="/password/reset"]{
  font-size: 1.2rem !important;
}

.account-wrapper a.text-base[href*="/login"]{
  font-size: 1.7rem !important;
  color: #37ebec !important; /* ez az eredeti türkiz a képen */
}