.page-invite {
    background-image: url(../../static/img/bg_invite.6ce1ac3c.png);
    background-color: #3e0949  !important;
    background-size: cover;
    background-position: center -1.06667rem;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh
}

.page-invite-top {
    flex: 1;
    border: 2px solid #007bff; /* Düz mavi çerçeve */
}


.page-invite-bottom {
    margin: 0 auto;
    padding: .96rem .42667rem 0;
    height: 6.4rem;
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 100%
}