.bg-container {
    background-image: url("./bg.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: -2;
}

.withForm {
    width: 17rem !important;
}

/* .bg-container::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    content: "";
    opacity: 0.8;
    background: #000;
    background: url("./pattern.webp");
} */