#structure-form.detail-outer .wrapper > .right .errorBlock-wrapper {
  width: 498px;
}

#structure-form.detail-outer {
  position: relative;
}

#structure-form.detail-outer .button-wrapper {
  width: 100%;
}

@media screen and (max-width: 650px) {
  #structure-form.detail-outer .wrapper > .right .errorBlock-wrapper,
  .successBlock-wrapper {
    width: 90%;
    top: 10px;
  }
}
