#Background {
    width: 100%;
    height: 35vw;
    background: url('/static/seller/images/SeventhBackground.jpg');
    background-size: 100% 100%;
    display: flex;
    font-family: "Montserrat", serif;
    color: rgb(81, 83, 75);
}

#Background #left, #right {
    width: 50%;
    height: 100%;
}

#Background #left h4 {
    color: black;
    font-weight: 400;

}

#Background #left div {
    margin-left: 5vw;
    margin-top: 21vw;
}

#Background #left input {
    border: 0;
    background: white;
    border-radius: 15vw;
    opacity: 50%;
    width: 30vw;
    height: 4vw;
    text-indent: 2vw;
    cursor: pointer;
}

#Background #left input::placeholder {
    color: rgb(218, 237, 51);
    font-size: 1vw;
    margin-left: 5vw;
}

#Background #left button {
    border-radius: 15vw;
    background: white;
    border: 0;
    height: 4vw;
    width: 10vw;
    margin-left: 2.5vw;
    font-size: 1.2vw;
    cursor: pointer;
}


#Background #left h4 {
    margin-top: 1.8vw;
    line-height: 1.6vw;
}

#Background #right #blockRight {
    margin-top: 6vw;
    margin-left: 16vw;
}

#Background #right #socialNetwork, #terms {
    display: inline-block;
}

#Background #right #socialNetwork {
    display: flex;
    gap: 4vw;
}

#Background #right #socialNetwork h3, a {
    color: rgb(81, 83, 75);
    font-size: 1.3vw;
    font-weight: 400;
    cursor: pointer;
}

#Background #right #gmail {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    width: 27vw;
    height: 2.5vw;
    margin-top: 1vw;
    margin-left: 0.5vw;
    border-radius: 15vw;
    border: 0.2vw solid rgb(81, 83, 75);
    font-size: 1.3vw;
    cursor: pointer;
}

#Background #right #phone {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    width: 27vw;
    height: 2.5vw;
    margin-top: 1vw;
    margin-left: 0.5vw;
    border-radius: 15vw;
    border: 0.2vw solid rgb(81, 83, 75);
    font-size: 1.3vw;
    cursor: pointer;
}

#Background #right #address {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    width: 27vw;
    height: 3.5vw;
    margin-top: 1vw;
    margin-left: 0.5vw;
    border-radius: 15vw;
    border: 0.2vw solid rgb(81, 83, 75);
    font-size: 1.3vw;
    cursor: pointer;
}

#Background #right #terms {
    direction: rtl;
    margin-top: 3.5vw;
    margin-left: 3vw;
}

#Background #right #terms h3 {
    line-height: 2vw;
    font-size: 1vw;
    font-weight: 600;
    cursor: pointer;
}

