/** ---- midea query objects ----**/
.body > .container {
  max-width: none;
  padding: 0px; }

.account {
  width: 100% !important; }
  .account .page-heading {
    font-size: 28px;
    color: #303C42;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.14px;
    margin-bottom: 22px;
    margin-top: 36px;
    display: block; }
    @media (max-width: 991px) {
      .account .page-heading {
        font-size: 24px;
        margin-bottom: 1rem; } }
  .account .max-width-account {
    width: 50%;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .account .max-width-account {
        width: 100%; } }
    .account .max-width-account .form-label {
      font: normal normal 500 16px/24px Montserrat;
      letter-spacing: -0.08px;
      color: #303C42; }
    .account .max-width-account .form-inlineMessage {
      font: normal normal 500 14px/24px Montserrat; }
    .account .max-width-account p {
      font: normal normal 500 16px/24px Montserrat; }
    .account .max-width-account .alertBox {
      margin-bottom: 20px; }
      .account .max-width-account .alertBox .alertBox-message {
        font-family: "Montserrat", sans-serif;
        font-weight: 500; }
    .account .max-width-account .form-input {
      box-shadow: 2px 2px 6px #001A400A;
      border: 0.80px solid #CBCCCC;
      border-radius: 10px;
      height: 59px !important; }
      @media (max-width: 1280px) {
        .account .max-width-account .form-input {
          height: 50px; } }
      @media (max-width: 991px) {
        .account .max-width-account .form-input {
          height: 45px; } }
    .account .max-width-account .button {
      background-color: #005A96;
      border-radius: 15px;
      border-color: #005A96;
      font: normal normal bold 18px/22px Montserrat;
      letter-spacing: 0.18px;
      color: #FFFFFF;
      background: #005A96 url(https://cdn11.bigcommerce.com/s-q1gzdfjrdg/images/stencil/original/image-manager/blue-arrow-icon-big-2x.png) no-repeat;
      background-size: 19px;
      background-position: right 12% bottom 49%;
      padding-left: 26px;
      padding-right: 62px;
      padding-top: 0.95714rem;
      padding-bottom: 0.95714rem;
      height: 50px;
      max-width: 240px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 600px) {
        .account .max-width-account .button {
          background-position: right 10% bottom 45%; } }
