@charset "utf-8";
.form_error {display: block; background-color: #FF6868; padding: 10px 0; color: #fff; border-radius: 10px; margin-top: 50px;}
@media screen and (max-width:768px) {
    .form_error {margin-top: 25px;}
}