.login-help-modal-cms.lmn-modal-wrap.lmn-modal-centered {
    top: 6rem;
    align-items: normal;
    .login-landing-help {
      margin-bottom: 24px;
      p {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 24px;
        &:first-child {
          margin-bottom: -8px;
        }
        & > b,
        & > strong {
          display: block;
          margin-bottom: -24px;
        }
        &:last-child {
          & > b,
          & > strong {
            display: inline;
          }
        }
        & + ul {
          margin-top: -24px;
          margin-bottom: 24px;
          font-size: 16px;
          line-height: 24px;
        }
      }
      .help-modal-icon {
        border: 1px solid transparent;
        &:focus {
          border: 1px solid #219dff;
          box-shadow: 0px 0px 0px 2px rgba(33, 157, 255, 0.2);
        }
      }
    }
  }
  