
.text-center img {
    max-width: 350px;
    width: 100%;
    height: auto;
}

.content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 40px;
}


#product-form-container {
    flex-shrink: 0;
    flex-basis: 50%;
    max-width: 600px;
}

.logo-container {
    flex-basis: 25%;
}

.logo-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

.logo-biotrop {
    flex-basis: 30%;
}


body {
    background-image: url('../images/bg.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
