@charset "UTF-8";

.widget_form form .submit {
    margin-top: 25rem;
}

.widget_form .privacypolicy {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 90px);
    margin: 0;
}

@media screen and (max-width: 850px) {
  .widget_form form .submit {
    margin-top: 27rem;
  }
  .widget_form .privacypolicy {
    width: calc(100% - 50px);
  }
}

