/* PDF security tool styles: centered single-column form. */
.security-form {
  max-width: 760px;
  margin: auto;
}
.security-form label {
  display: block;
  margin: 20px 0;
}
.security-form input:not([type="checkbox"]) {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid #dedee5;
  border-radius: 12px;
  margin-top: 8px;
  font: inherit;
}
.security-form button {
  justify-content: center;
}
.security-form nav {
  flex-wrap: wrap;
}
.security-form progress {
  width: 100%;
}
.security-form a.primary {
  justify-content: center;
  text-decoration: none;
}
#status {
  overflow-wrap: anywhere;
}
