/*@media (max-width: 576px) {
  .bh-auth-content::after {
    content: '';
    height: 5rem;
    width: 100%;
    flex: none;
  }
  .bh-sham-logo {
    margin-top: -32px;
    margin-bottom: 32px;
  }

  .bh-auth-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
  }

  .bh-auth-desc {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 32px;
    min-width: 328px;
  }

  .bh-auth-lilCard {
    margin-bottom: 24px;
    padding: 24px 25px;
  }

  .bh-auth-lilCard > span {
    margin-bottom: 24px;
  }

  .bh-auth-lilCard > span > div > span:nth-of-type(1) {
    font-weight: 600;
    font-size: 14px;
  }
  .bh-auth-lilCard > span > div > span:nth-of-type(2) {
    font-weight: 300;
    font-size: 14px;
  }
  .bh-auth-StateSections {
    min-width: 328px;
  }

  .bh-auth-button,
  .bh-auth-buttonOutlined {
    width: 137px;
    font-weight: 800;
    font-size: 14px;
    padding: 8px;
    font-weight: 500 !important;
    font-size: 16px !important;
  }

  .bh-auth-nextSectionBtn {
    min-width: 328px;
    margin-top: 24px;
    margin-bottom: 32px !important;
    height: 48px;
  }

  .bh-auth-form {
    min-width: 328px;
  }

  .bh-auth-input {
    height: 48px;
  }

  .bh-auth-backLink img {
    width: 6px;
    margin-right: 3px;
  }

  .bh-auth-inputPlaceHolder {
    right: 16px;
    top: 28px;

    font-weight: 400;
    font-size: 16px;
  }
  .bh-auth-captcha {
    min-width: 328px;
  }

  .bh-auth-captcha div {
    margin-right: 10px;
  }

  #bh-auth-captchaMain {
    height: 48px;
  }

  .bh-auth-mobileCode {
    border: none;
    padding: 0;
    gap: 14px;
    min-width: 328px;
  }

  .bh-auth-mobileCode > span:nth-of-type(1) {
    display: none;
  }
  .bh-auth-mobileCode > span:nth-of-type(2) {
    font-weight: 500;
    font-size: 14px;
    margin: 12px 0;
    margin-top: 10px;
  }

  .bh-auth-editPhoneLinkMobile {
    display: block;
    margin-top: -10px;
    margin-bottom: 32px;
  }

  .bh-auth-editPhone {
    display: none;
  }

  .bh-auth-phoneCodeContainer input {
    font-weight: 500;
    font-size: 22px;
  }
  .bh-auth-serverError {
    font-size: 12px;
    min-width: 328px;
  }

  .bh-auth-bottomLinks {
    min-width: 328px;
    font-weight: 600;
    font-size: 14px;
  }

  .bh-auth-datePickToday {
    font-weight: 700;
    font-size: 12px;
    padding: 7px 12px;
  }

  .bh-auth-supportContainer {
    min-width: 328px;
  }

  .bh-auth-support {
    min-width: 328px;
  }
  .bh-auth-select {
    font-weight: 400;
    font-size: 16px;
  }

  .bh-auth-datePickerBtnsContainer span:nth-last-of-type(2) {
    font-weight: 700;
    font-size: 16px;
  }

  .bh-auth-datePickerBtnsContainer span:nth-last-of-type(1) {
    font-weight: 500;
    font-size: 16px;
  }

  .bh-auth-button,
  .bh-auth-buttonOutlined {
    width: 312px;
    height: 48px;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 16px;
  }

  .bh-auth-buttonFirst {
    width: 137px;
    height: 38px;
    font-weight: 800;
    font-size: 14px;
  }

  .bh-auth-title-success {
    font-weight: 600;
    font-size: 16px;
  }

  .bh-auth-desc-success {
    font-weight: 400;
    font-size: 16px;
    min-width: 298px;
  }
  .bh-auth-supportContainer {
    width: 312px;
  }

  .bh-auth-supportHelpItem img {
    width: 16px;
  }

  .bh-auth-supportHelpTitle {
    font-weight: 500;
    font-size: 16px;
  }

  .bh-auth-supportHelpText {
    font-weight: 500;
    font-size: 14px;
    margin-right: 30px;
  }

  .bh-floral-left,
  .bh-floral-right {
    display: none;
  }

  .bh-floral-top,
  .bh-floral-bottom {
    display: block;
  }

  .bh-auth-serverError {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-align: justify;
  }
}
*/