.mktoForm {
  max-width: 60ch;
  margin-left: 0;
}

.mktoForm input.mktoHasWidth {
  max-width: 100% !important;
}

.mktoForm .mktoHtmlText p {
  font-size: 14px;
}

.mktoHtmlText > * + * {
  margin-block-start: var(--flow-space, 1em);
}

.mktoForm .mktoRequiredField label[for*="opt"].mktoLabel .mktoAsterix {
  display: inline-block;
}

.mktoForm .mktoRequiredField label[for*="opt"].mktoLabel .mktoAsterix {
  display: inline-block;
}

.mktoForm label[for*="opt"].mktoLabel {
  font-size: 16px;
  line-height: 1.3;
  padding-left: 36px;
  text-transform: inherit;
}

.mktoForm .mktoLabel[for*="opt"] ~ div.mktoCheckboxList {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px !important;
}

/* Password Form */

.login-form .form {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 10px;
  margin-block-start: 2em;
}

.login-form .form input[type="password"] {
  border-radius: 4px;
  border: 1px solid #9a9fa8;
  background-color: #ffffff;
  padding-left: 30px;
  width: 90%;
  min-width: 260px;
}

.login-form .form input[type="button"],
.login-form .form button {
  display: inline-block;
  background-color: #007db1;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  /* margin: 0 auto; */
  padding: 6px 24px;
  text-transform: uppercase;
  width: auto;
}

.mktoForm .mktoFieldWrap:not(.mktoRequiredField) label .mktoAsterix {
    visibility: hidden;
}

article#postForm:has(.mktoText:empty) {
  display: none;
}