@media (min-width: 1650px) {
  .login-box {
    position: relative;
    left: 0px;
  }
}

@media (min-width: 1400px) {
  .welcome-intro p {
    width: 75%;
  }
  .left-panel {
    width: 97%;
  }
}

@media (max-width: 1575px) and (min-width: 1200px) {
  .w-38 {
    width: 38.333333% !important;
  }
  .left-panel {
    padding: 46px 50px;
  }
}

@media (max-width: 1199px) {
  .left-panel {
    padding: 46px 0px 95px;
    min-height: auto;
    position: relative;
    z-index: 1;
  }
  .blue-opacity {
    background: none;
  }
  .blue-opacity:after {
    content: "";
    position: absolute;
    background: var(--color-blue-opacity);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    transition: 0.6s ease;
  }
  .loginBgHeight:after {
    height: 500px;
  }
  .registerBgHeight::after {
    height: 543px;
  }
  .welcome-intro {
    width: 462px;
    margin: 0 auto;
    min-height: auto;
  }
  .welcome-intro h1 {
    font-size: 24px;
    padding-top: 14px;
  }
  .welcome-intro h1 br {
    display: none;
  }
  .welcome-intro p {
    font-size: 18px;
    line-height: 31.76px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  #register-content .welcome-intro h1 {
    font-size: 24px;
  }
  #register-content .welcome-intro p {
    font-size: 18px;
    padding-top: 7px;
  }
  .checklist li:not(:last-child) {
    margin-bottom: 10px;
  }
  .content-wrapper {
    margin-top: -60px;
  }

  .top-btn {
    top: 36px;
  }
  .vertical-logo {
    background: transparent;
    padding: 48px 78px 15px;
  }
  .form-layout {
    padding: 25px 0px 45px;
  }
  .login-box {
    min-height: auto;
  }
  .form-scroll {
    height: auto;
    overflow: visible;
  }
  .moreHeight a:before,
  .moreHeight a:after {
    height: 1px !important;
  }
}

@media (min-width: 1200px) and (max-height: 1600px) {
  .form-scroll {
    height: 445px;
    overflow: auto;
    position: relative;
  }
  .form-login .form-scroll {
    height: 370px;
  }
  .form-scroll::-webkit-scrollbar {
    width: 6px;
  }
  .form-scroll::-webkit-scrollbar-track {
    background: #e8e8e8;
    border-radius: 10px;
    border: 1px solid #dddbdb;
  }
  .form-scroll::-webkit-scrollbar-thumb {
    background: var(--color-theme-blue);
    border-radius: 10px;
  }
  .form-scroll::-webkit-scrollbar-thumb:hover {
    background: var(--color-blue-opacity);
  }
}

@media (max-width: 1900px) and (max-height: 1000px) {
  /* .blue-box {
    transform: scale(0.8);
  } */
}

@media (min-width: 1200px) {
  .vh-full {
    height: 100vh;
  }
}

@media (max-width: 1199px) and (max-height: 1200px) {
  .content-wrapper {
    margin-bottom: 40px;
  }
  /* .form-scroll {
    height: 310px;
    overflow: auto;
  } */
  /* .form-scroll::-webkit-scrollbar {
    width: 6px;
  }
  .form-scroll::-webkit-scrollbar-track {
    background: #e8e8e8;
    border-radius: 10px;
    border: 1px solid #dddbdb;
  }
  .form-scroll::-webkit-scrollbar-thumb {
    background: var(--color-theme-blue);
    border-radius: 10px;
  }
  .form-scroll::-webkit-scrollbar-thumb:hover {
    background: #1ca08ce3;
  } */
}

@media (max-width: 991px) and (max-height: 1200px) {
  /* .form-scroll {
    height: 470px;
    overflow: auto;
  } */
}

/* @media (1600px >= width <= 1400px) and (height <= 800px) { */
@media screen and (min-width: 1200px) and (max-height: 881px) {
  /* .content-wrapper {
    transform: scale(0.8);
    margin: 0 auto;
  } */
  .form-layout {
    padding: 30px 0 30px 0px;
  }
  .vh-full {
    height: 100dvh;
  }
  .welcome-intro {
    transform: scale(0.8) translateX(-10%) translateY(-5%);
  }
  .left-panel {
    /* height: 100dvh; */
    padding: 46px;
  }
  .w-38 {
    width: 460px !important;
  }

  .welcome-intro p {
    padding-top: 8px;
    padding-bottom: 16px;
  }
  #login-content .welcome-intro p {
    width: 80%;
  }
  .checklist li:not(:last-child) {
    margin-bottom: 11px;
  }
  .checklist li {
    padding-left: 38px;
    font-size: 14px;
  }
  /* .welcome-intro .outline-btn {
    transform: scale(0.8) translateX(-12%);
  } */
  /* .term-conditions p,
  .select-text {
    font-size: var(--font-size-base);
  } */
}

@media screen and (min-width: 1200px) and (max-width: 1600px) and (max-height: 710px) {
  /* .content-wrapper {
    transform: scale(0.62);
  } */
  .form-scroll {
    height: 300px;
  }
  .vertical-logo{
    padding: 20px 78px 15px;
  }
}
@media (min-width: 1200px) and (max-height: 550px) {
  .vh-full {
    height: auto;
  }
  .form-scroll {
    height: 265px;
  }
  .vertical-logo{
    padding: 20px 78px 15px;
  }
}
@media (max-width: 991px) {
  .loginBgHeight:after {
    height: 258px;
  }
  .registerBgHeight::after {
    height: 280px;
  }
  /* .login-box {
    min-height: 750px !important;
  } */
  .content-wrapper {
    margin-top: -71px;
    margin-bottom: 20px !important;
  }
  .welcome-intro p {
    padding-bottom: 0;
  }
  .welcome-intro h1 {
    padding-top: 0;
  }
  .form-layout {
    padding: 25px 0 30px;
  }
  .pl-78 {
    padding-left: 88px;
  }
  .pr-78 {
    padding-right: 88px;
  }
  .vertical-logo {
    padding: 40px 78px 15px;
  }
  div#pills-tabContent {
    margin-top: 2rem !important;
  }
}

@media (min-width: 1200px) and (max-height: 1600px) {
  .form-scroll .mCSB_scrollTools {
    right: 40px;
  }
  .form-scroll .mCSB_draggerContainer {
    background: #e8e8e8;
    width: 6px;
    border-radius: 10px;
    display: block !important;
  }

  .form-scroll .mCSB_dragger_bar {
    background-color: var(--color-theme-blue) !important;
  }
  .form-scroll .mCSB_draggerRail {
    background-color: transparent !important;
  }
}

@media (max-width: 768px) and (max-height: 1024px) {
  .content-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .blue-box {
    height: auto;
    padding: 40px 20px;
    width: 450px;
  }
  .blue-box h1 {
    font-size: 30px;
    padding-top: 25px;
  }
  .success-text {
    padding: 0 0 55px;
  }

  .mCSB_draggerContainer {
    display: none;
  }
  .welcome-intro h1,
  #register-content .welcome-intro h1 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  /* left panel style */
  .vertical-logo {
    padding: 22px 20px 15px;
  }
  .loginBgHeight:after {
    height: 148.35px;
  }
  .registerBgHeight::after {
    height: 140px;
  }
  #register-content .welcome-intro h1 {
    font-size: 14px;
    text-align: center;
  }
  .welcome-intro h1 {
    font-size: var(--font-size-sm);
    text-align: center;
  }
  .welcome-intro p {
    display: none;
  }

  /* login box style */
  .content-wrapper {
    margin-top: -92px;
  }
  .pr-78 {
    padding-right: 35px;
  }
  .pl-78 {
    padding-left: 35px;
  }
  .pb-41 {
    padding-bottom: 21px;
  }
  .retrieve-password .submit-btn button {
    margin-top: 38px;
  }
  .login-box.retrieve-pass {
    min-height: 375px !important;
  }
  .login-box {
    min-height: 583px !important;
  }
  .form-layout label {
    font-size: var(--font-size-xs);
    line-height: 20px;
  }

  #login-company a,
  #login-company-dropdown.show li a {
    font-size: var(--font-size-xs);
    line-height: 24px;
  }
  #login-company-dropdown.show li:not(:last-child) a {
    margin-bottom: 0;
  }

  /* tab style */
  .tab-navs {
    width: 192px;
  }
  .tab-navs .nav-link {
    width: 85px;
  }
  .tab-navs:after {
    width: 85px;
    left: 6px;
  }
}

@media (max-width: 650px) {
  .top-btn {
    top: 22px;
    left: 20px;
  }
}

@media (max-width: 600px) {
  .welcome-intro,
  .content-wrapper {
    width: 78%;
  }
  .left-panel {
    padding-top: 32px;
  }
  .registerBgHeight {
    padding-top: 60px;
  }

  /* login box style */
  .vertical-logo img {
    width: 61px;
  }
  .form-layout {
    padding: 0px 0 20px;
  }
  .form-layout label {
    font-size: var(--font-size-3xs);
    line-height: 12px;
  }
  .form-layout input,
  #login-company {
    height: 48px;
    border-radius: 12px;
    font-size: var(--font-size-sm);
  }
  #login-company::after {
    top: 14px;
  }
  .form-group input:checked + label:after {
    top: 5px;
    left: 5px;
    transform: none;
    background: var(--color-theme-blue);
    width: 14px;
    height: 14px;
    border-radius: 100%;
  }
  div#pills-tabContent {
    margin-top: 1rem !important;
  }
  .forgot-link a {
    font-size: var(--font-size-4xs);
  }
  .form-elements:not(:last-child) {
    margin-bottom: 10px;
  }
  .form-group label:before {
    border-radius: 100%;
    margin-right: 6px;
  }
  .toggle-password {
    top: 19px;
  }
  .other-details {
    padding-top: 10px;
  }
  /* recptcha */
  .g-recaptcha {
    margin-top: 6px;
  }
  .recaptcha-wrapper {
    height: 48px;
    margin-top: 20px;
  }
  .rc-anchor-checkbox {
    margin: 0 12px 2px 12px;
  }
  .rc-anchor-checkbox-label {
    font-size: 10px;
    top: 15px;
  }
  .recaptcha-info {
    height: 22px;
    margin: 0 13px 0 13px;
    top: 7px;
    width: 22px;
    background-size: contain;
  }
  .rc-anchor-logo-text {
    font-size: 8px;
    margin-top: 0;
    top: 32px;
  }

  /* submit btn */
  .submit-btn button {
    padding: 10px 30px;
    font-size: 12px;
    min-width: 100%;
  }

  .term-conditions p {
    font-size: var(--font-size-3xs);
    padding-top: 32px;
  }
}

@media (max-width: 400px) {
  .welcome-intro,
  .content-wrapper {
    width: 85%;
  }
  .login-box {
    min-height: 562px !important;
  }
  .welcome-intro h1 {
    font-size: var(--font-size-sm);
  }
  .vertical-logo {
    padding: 18px 20px 9px;
  }
  .term-conditions p {
    padding-top: 28px;
    padding-bottom: 8px;
  }
  .form-layout {
    padding: 0px 0 10px;
  }
  .submit-btn button {
    margin-top: 30px;
  }
  .other-details {
    padding-top: 5px;
  }
  .content-wrapper {
    margin-bottom: 10px !important;
  }
  .blue-box {
    height: 430px;
    padding: 40px 20px;
    width: 280px;
    transform: none;
    margin-top: 40px;
  }
  .blue-box h1 {
    font-size: 20px;
    padding-top: 10px;
    letter-spacing: 0.5px;
  }
  .check-circle {
    margin: 20px 0;
  }
  .success-text {
    padding: 0 0 50px;
  }
  .success-text h3 {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .bottom-logo img {
    width: 100px;
  }
  .success-text p {
    font-size: 12px;
    width: 240px;
  }
  .top-btn a {
    min-width: 90px;
  }
  .top-btn span {
    width: 29px;
    overflow: hidden;
    text-wrap: nowrap;
  }
}

@media (max-width: 350px) {
  .welcome-intro,
  .content-wrapper {
    width: 90%;
  }
  .pr-78 {
    padding-right: 22px;
  }
  .pl-78 {
    padding-left: 22px;
  }
}

@media (max-width: 600px) and (max-height: 568px) {
  .content-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-height: 570px) {
  .vh-adjust {
    height: auto !important;
  }
  .blue-box {
    margin-top: 85px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) and (min-width: 575px) {
  .welcome-intro h1,
  #register-content .welcome-intro h1 {
    font-size: 18px;
  }
}
@media (max-width: 576px) and (min-width: 416px) {
  .welcome-intro h1,
  #register-content .welcome-intro h1 {
    font-size: 16px;
  }
}
@media (max-width: 417px) {
  .welcome-intro h1,
  #register-content .welcome-intro h1 {
    font-size: 14px;
  }
}
