
@charset "UTF-8";

.widget_form form .submit {
    width: auto;
}

.widget_form form .submit::before{
width: 500px;
}



@media screen and (max-width:400px){
     .widget_form form .submit::before {
         width:320px;
     }
}