.reseller-container {
    position: relative;
    display: flex;
    padding-top: 30px;
}
.reseller-container .huile-img {
    max-width: 58%;
    object-fit: cover;
}
.reseller-container form#revendeur-form .content h1, 
.reseller-container form#revendeur-form .content h2, 
.reseller-container form#revendeur-form .content .intro,
.reseller-container form#revendeur-form .content .input-section
{
    background-color: #f1f1f1;
    padding: 20px;
}
.reseller-container form#revendeur-form .content h1 {
    margin-top: 20px;
}
.reseller-container form#revendeur-form .content h1, 
.reseller-container form#revendeur-form .content .intro {
    text-align: center;
}
.reseller-container form#revendeur-form .content .intro {
    color: #c09b51;
}
.reseller-container form#revendeur-form .content ul {
    list-style: none;
}
.reseller-container form#revendeur-form .content {
    margin-left: -100px;
}
.reseller-container button[type="submit"] {
    background: #fab906!important;
    color: white;
    padding: 10px 20px;
    border: none;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
    .reseller-container {
        display: block;
    }
    .reseller-container form {
        padding: 15px;
    }
    .reseller-container .huile-img {
        position: absolute;
        min-height: 100%;
        width: auto;
        max-width: fit-content;
        z-index: -1;
    }
    .reseller-container form#revendeur-form .content {
        margin-left: 0px;
    }
    .reseller-container form#revendeur-form .content h2 {
        text-align: center;
    }
}