@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{
    order: 1;
    margin-top: -280px;
}

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