/* iPad Pro 12.9" in portrait and landscape orientation */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait),
  only screen and (min-width: 1366px) and (max-width: 1024px) and (orientation: landscape) {
  .flex-box {
    margin-top: 20px; /* Example: Reduce margin */
  }

  .email-login-inputs {
    gap: 20px; /* Example: Adjust gap */
  }

  .smallf {
    line-height: 150%; /* Example: Adjust line height */
  }

  .small-logo {
    width: auto !important ;
    height: 2rem !important ;
  }
}

/* media query inititation is here */
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .flex-box {
    margin-top: 40px;
  }

  .email-login-inputs {
    gap: 40px;
  }

  .smallf {
    line-height: 200%;
  }
}

/* mobile media query */
@media screen and (max-width: 750px) {
  .btn-row-extended {
    flex-direction: column;
  }
  .custom-btn {
    padding: 12px 26px;
    font-size: 13px;
    text-align: center;
  }
}

@media screen and (max-width: 600px) and (min-width: 375px) {
  #toggle-show-password,
  #toggle-show-password-signin {
    height: 52p !important;
  }
  #right-part > main > nav > div.translation-top {
    width: auto;
  }

  .email-inputs,
  .password-inputs {
    font-size: 13px;
    height: 52.5px;
  }
  .btn-row {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 20px;
    flex-direction: column;
    margin-top: 40px;
  }
  .custom-btn.main {
    display: flex;
    justify-content: center;
  }
  .flex-box a {
    font-size: 13px;
  }

  .flex-box {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .email-login-inputs {
    margin: 32px 0;
  }

  .smallf {
    line-height: 160% !important;
    font-size: 14px !important;
  }

  .select-menu .select-btn {
    width: 180px;
    height: 42px;
  }
  .cYWklY {
    padding: 10px 16px !important;
  }

  .login-btn,
  .login-subtext,
  #password-eye {
    font-size: 14px !important;
  }

  .login-btn:hover {
    background: rgb(56 144 154 / 21%);
    border-radius: 12px;
    transition: background 200ms;
  }
  .select-menu.active .options {
    display: block;
    position: absolute;
    width: 180px;
    z-index: 1025;
    overflow: hidden;
    border: 1px solid rgb(213, 213, 225);
    box-shadow:
      rgba(28, 28, 40, 0.1) 0px 4px 8px,
      rgba(28, 28, 40, 0.1) 0px 0px 2px;
  }
  .izJlNr {
    padding: 30px !important;
  }
  .navigation {
    padding: 30px 30px 0px;
  }
  h1 {
    font-size: 28px !important;
  }
  .flex-title-ctn {
    margin-bottom: 10px;
  }
}
