.bg-image-home {
    background-image: url('/images/beintlBgLogo.png');
    background-size: cover;
    background-position: center;
    height:100%;
    width: 100%;
}

.full-screen-lucky {
    height: 100vh;
    background:  url('/images/luckyDraw/luckyDrawBgWithLogo.png') no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-container {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 8px;
    width: 100%;
    max-width: 500px;
    text-align: center;
}


