#mc_embed_signup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; /* Ensure it sits over the canvas */
    width: 600px; /* Adjust as needed */
    /* Rest of your styles... */
    border: 1px solid #bfb7b7
}
.refferal_badge{
    display: none !important;
}

#logo {
    position: fixed; /* Fixed/sticky position */
    left: 0; /* Place the logo at the left of the screen */
    top: 0; /* Place the logo at the top of the screen */
    height: 75px;
    margin: 10px;
    border: 1px solid #bfb7b7;
}