.registro .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.dot-registro {
  position: absolute;
  background-color: #0ae448;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  will-change: transform, opacity;
  pointer-events: none;
}


.registro .btnreg{
	position: relative;
  overflow: visible; /* o hidden si no quieres que los dots se salgan del botón */
}