.cr-form {
  width: 100%;
  max-width: none;
}

#information-consumer-rights-withdrawal > .infobg,
#information-consumer-rights-success > .infobg {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#information-consumer-rights-withdrawal > .infobg > #content,
#information-consumer-rights-success > .infobg > #content {
  float: none;
  width: 100%;
}

.cr-seller {
  margin: 0 0 20px;
  padding: 14px 16px;
  border: 1px solid #d9e2ec;
  background: #f8fafc;
  border-radius: 4px;
}

.cr-form textarea {
  resize: vertical;
}

.cr-form .required .control-label:before {
  content: '* ';
  color: #c0392b;
  font-weight: 700;
}
