@charset "UTF-8";

.widget_form .content_wrapper{
    position: relative;
    display: flex;
    flex-direction: column;
}
.widget_form form .submit{
margin-top: 250px;
}
.widget_form form{
    position: relative;
}
.widget_form .content_wrapper .privacypolicy{
    position: relative;
    order: 1;
    margin-top: -280px;
}



.widget_form .content_wrapper .privacypolicy {
    z-index: 99;
}



/*-----------------------------AUN12---------------------------------*/
textarea + .cap {
    position: absolute;
    bottom: 350px;
    left: 0;
}

.widget_form .content_wrapper .privacypolicy {
    margin-top: -270px;
}

.widget_form form .submit {
    margin-top: 450px;
}

@media screen and (max-width: 500px) {
textarea + .cap {
    bottom: 320px;
}
}

@media screen and (max-width: 380px) {
textarea + .cap {
    bottom: 300px;
}
}