@media (max-width: 768px) {

  .header-right,
  .module-info,
  .info-wrapper,
  .clickable-area,
  .module-header,
  .module-footer,
  .column-right,
  .question-mark {
    display: none !important;
  }

  body {
    background: #f5f5f5;
  }

  .container {
    width: 100% !important;
    max-width: 100%;
    padding: 0;
  }

  .main-content,
  .main-login,
  .module-login {
    width: 100% !important;
    margin: 0 !important;
    padding: 24px 3px !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .main-content {
    border-top: none !important;
  }

  .column-left {
    width: 100% !important;
    padding-top: 0 !important;
    text-align: left;
  }

  h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 6px;
  }

  .login-top-text-wrap p,
  .form-wrap p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #4a4a4a;
    margin: 8px 0;
    text-align: left !important;
  }

  .footer {
    position: fixed !important;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #6b6b6b;
    background: transparent;
  }

  header,
  .header,
  .header-left,
  .header-right {
    display: none !important;
  }

  input {
    border-radius: 0 !important;
    -webkit-appearance: none;
    appearance: none;
    width: 100% !important;
    border: none !important;
    border-bottom: 2px solid #d6d6d6 !important;
    background: transparent !important;
    padding: 14px 0 !important;
    font-size: 15px !important;
    outline: none !important;
    transition: all 0.2s ease !important;
  }

  input::placeholder {
    color: #8a8a8a !important;
    font-size: 14px !important;
    transition: color 0.2s ease !important;
  }

  input:focus {
    border-bottom: 2px solid #03a1d2 !important;
  }

  input:focus::placeholder {
    color: #03a1d2 !important;
  }

  .login-top {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    padding: 40px 24px !important;
  }

  .login-top-text-wrap {
    max-width: 100% !important;
  }

  .login-top-text-wrap p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .submit-button {
    padding-right: 0 !important;
  }

  #btnsubmit {
    width: 100%;
  }

  input.txt-login.error,
  input.pin-txt.error {
    border: none !important;
    border-bottom: 2px solid #d2041c !important;
  }

  .mobile-page {
    background: #fefefe;
  }

  .mobile-header {
    position: sticky;
    top: 0;
    height: 56px;
    background: #fefefe;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    z-index: 100;
  }

  .load {
    display: block !important;
  }

  .page-title {
    display: none !important;
  }

  .back-arrow {
    position: absolute;
    left: 16px;
    width: 10px;
    height: 10px;
    border-left: 2px solid #990000;
    border-bottom: 2px solid #990000;
    transform: rotate(45deg);
    cursor: pointer;
  }

  #btnsubmit {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    transition: background 0.3s cubic-bezier(.25, .8, .25, 1), box-shadow 0.3s cubic-bezier(.4, 0, .2, 1);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.02857em;
    padding: 12px 0;
    background-color: #990000;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    width: 100%;
    min-height: 48px;
    text-align: center;
    line-height: 1.2;
    cursor: pointer;
    user-select: none;
    -webkit-appearance: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  #btnsubmit:active {
    background-color: #770000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  #btnsubmit:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
    box-shadow: none;
  }

  #btnsubmit.Mui-disabled {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
  }

  input {
    width: 100%;
    max-width: 320px;
    padding: 12px 16px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
    box-sizing: border-box;
    background-color: #fff;
    color: #4a4a4a;
    -webkit-appearance: none;
  }

  p strong {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #4a4a4a;
    text-align: center;
    margin: 8px 0;
  }

  input::placeholder {
    color: #999999;
    font-weight: 400;
  }

  .login-top .opt-links a {
    margin-top: 0 !important;
  }

  .footer ul li a {
    font-size: 0.75rem !important;
  }

  .footer p {
    font-size: 0.75rem !important;
  }

  .main-login .module-notification-banner {
    position: relative;
    max-width: 420px;
    margin: 40px auto 0 auto;
    padding: 16px 20px;
    background-color: #ffe5e5;
    border: 1px solid #ca261a;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: 'Roboto', sans-serif;
  }

  .hidden-element {
    display: none !important;
  }

  .qr-main-button {
    background-color: #990000 !important;
    height: 45px;
    border-radius: 6px !important;
    text-transform: none !important;
    font-weight: 500 !important;
    box-shadow: none !important;
  }

  .qr-send {
    width: auto !important;
  }

}