
#form-section .privacy {
    margin-left: auto;
    margin-right: 0;
}

.legal-top .privacy {
    display: inline-block;
    float: none;
}

.privacy {
    color: #fff!important;
    text-decoration: underline;
    display: block;
    margin-right: 0;
    margin-left: auto;
}

.agree-wrapper {
    align-items: flex-start;
}

#form-section input[type="checkbox"] {
    height: 20px;
    width: 35px;
    margin: 0;
    margin-left: 5px;
    font-size: 1.1vw;
}

#formSubmit {
    width: 100%;
    background-color: #92CD8B;
    color: #014040;
    padding: 0;
    margin: 2vh 0 2vh;
    font-size: 1.2vw;
    border: 2px solid #92CD8B;
    border-radius: 2vw;
    margin-top: 1vw;
    min-height: 40px;
    height: 3vw;
}

#formSubmit span {
    font-weight: 900;
}

#form-section .logos-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 2vw!important;
}

#form-section .logos-wrapper .privacy {
    font-size: 1.2vw;
}

form {
    width: 30%;
    display: flex;
    flex-direction: column;
    padding: 0 3%;
    box-sizing: border-box;
    direction: rtl;
    height: 89vh;
    align-self: flex-start;
}

form h3 {
    text-align: center;
    font-size: 4.9vh;
    line-height: 0.8;
    margin-bottom: 4.75vh;
    margin-top: 9vh;
}

form h3 span {
    font-weight: 700;
    font-family: 'Simpler-Regular';
    display: block;
    margin-bottom: -1.2vw;
}

form .ac-form-logo-mercedes {
    margin-top: 2vh;
    margin-bottom: 0;
    width: 70%;
    margin-left: 0;
}

form h3 small {
    font-size: 75%;
}
input.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

 input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

 input.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

 input.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}
.form-control,
label,
.legal-top,
.must-fill-text {
    font-size: 2.1vh;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0.3rem;
    border: 0;
    font-family: 'Simpler-Regular';
}

form .logos-wrapper {
    position: relative;
    top: 6vh;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

form .legal-top {
    margin-top: 0vh;
    font-size: 2.2vh;
    margin-bottom: 0.5vw;
}

form input[type=checkbox],
input[type=radio] {
    margin-bottom: 0;
}

form .must-fill-text {
    font-size: 2vh;
    color: #fff;
    position: relative;
    top: 0vh;
    margin-bottom: 0;
}

form label[for="agree"] {
    line-height: 0.5;
    position: relative;
    top: -2vh;
}

form button,
form input,
form select {
    line-height: normal;
    height: 2.5vw;
    direction: rtl;
    padding-right: 0.5rem;
    margin-bottom: 2vh;
    /* font-family: 'n019002g_V8_1'; */
    font-family: 'Simpler-Light';
    /* font-family: 'NIMBUSSANSGLOBAL-LIGHT'; */
}
.ac-hyundai-logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
}
.ac-hyundai-logo img{
    margin: 0;
}
.ac-mercedec-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.5vw;
    height: auto;
}

@media(max-width:1000px) {

    
    form {
        width: 100%;
        padding: 0 5%;
        position: fixed;
        top: -300vw;
        left: 0;
        z-index: 9;
        background: #000;
        height: 100vh;
        transition: top 1.5s;
    }
    form.ac-open {
        top: 0vw;
        z-index: 999;
    }
    form .ac-form-logo-mercedes {
        margin-top: 0;
        margin-bottom: 5vh;
    }
    form label[for="agree"] {
        line-height: 1.1;
        position: relative;
        top: -4vw;
    }
    form .form-colmobil-logo-1 {
        width: 10vw;
        margin-bottom: 0;
    }
    form .ac-hyundai-logo img{
        width: 60%;
    }
    form button,
    form input,
    form select {
        height: 10vw;
        min-height: 10vw;
    }
    form .logos-wrapper {
        top: 2vw;
    }
    form #formSubmit {
        font-size: 7vw;
        margin-top: 0.4vw;
        height: 11vw;
        border-radius: 8vw;
    }
    form h3 {
        font-size: 8vw;
        margin-bottom: 5vw;
        margin-top: 1vw;
        line-height: 0.6;
    }
    .ac-mercedec-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto;
    }
    form .ac-close-form button {
        background: transparent;
        color: #92CD8B;
        font-size: 10vw;
        width: 10vw;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0;
        position: relative;
        top: 4vw;
    }
    form .ac-close-form button span {
        transform: rotate(45deg);
    }
}

/* End Form */