* {
  box-sizing: border-box;
}

*, html {
  letter-spacing: 0;
  scroll-behavior: smooth;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  height: 100%;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

.login-page {
  background: linear-gradient(134.95deg, #2279FF 35.76%, #0065FF 140.25%);
  height: 100%;
  position: relative;
}
/*.login-page::before {
  content: "";
  background: url(../images/pbsso-login-vector.png);
  width: 331px;
  height: 320px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}*/
@media screen and (max-width: 767px) {
  .login-page::before {
    background: url(../images/pbsso-login-vector-mobile.png);
    top: 16%;
  }
}
@media screen and (max-width: 767px) {
  .login-page:has(.login-section)::before {
    top: 39%;
  }
}
.login-page .navigation {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .login-page .navigation {
    padding: 30px 16px;
  }
}
@media screen and (max-width: 767px) {
  .login-page .navigation {
    padding: 16px;
  }
}
.login-page .login-section {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  .login-page .login-section {
    flex-direction: column;
    height: calc(100% - 92px);
    padding-top: 0;
  }
}
.login-page .login-section .left {
  width: 50%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .login-page .login-section .left {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .login-page .login-section .left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .login-page .login-section .left .carousel-banner-box .carousel-banners-list .carousel {
    padding: 0 0 0 16px;
  }
}
.login-page .login-section .left .carousel-banner-box .carousel-banners-list .carousel .image {
  max-width: 350px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
}
.login-page .login-section .left .carousel-banner-box .carousel-banners-list .carousel .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .login-page .login-section .left .carousel-banner-box .carousel-banners-list .carousel .image {
    display: none;
  }
}
.login-page .login-section .left .carousel-banner-box .carousel-banners-list .carousel .heading {
  font-family: Roboto;
  font-size: 40px;
  font-weight: 700;
  line-height: 46.88px;
  text-align: left;
  color: #fff;
  margin: 0 0 6px;
}
.login-page .login-section .left .carousel-banner-box .carousel-banners-list .carousel .description {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .login-page .login-section .left .carousel-banner-box .carousel-banners-list .carousel .description {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
}
.login-page .login-section .left .carousel-banner-box .carousel-banners-list .carousel .pointers-list {
  display: flex;
  align-items: flex-start;
  width: 100%;
  overflow-x: scroll;
  margin: 16px 0;
}
@media screen and (min-width: 768px) {
  .login-page .login-section .left .carousel-banner-box .carousel-banners-list .carousel .pointers-list {
    display: none;
  }
}
.login-page .login-section .left .carousel-banner-box .carousel-banners-list .carousel .pointers-list::-webkit-scrollbar {
  display: none;
}
.login-page .login-section .left .carousel-banner-box .carousel-banners-list .carousel .pointers-list .pointer {
  background: #F6F9FA;
  flex-shrink: 0;
  border-radius: 6px;
  height: 78px;
  width: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: CENTER;
  margin-right: 12px;
}
.login-page .login-section .left .carousel-banner-box .carousel-banners-list .carousel .pointers-list .pointer:last-child {
  margin-right: 0;
}
.login-page .login-section .left .carousel-banner-box .carousel-banners-list .carousel .pointers-list .pointer .title {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  text-align: left;
  color: rgba(37, 56, 88, 0.8);
  margin: 4px 0 0;
}
.login-page .login-section .left .carousel-banner-box .dots-list {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .login-page .login-section .left .carousel-banner-box .dots-list {
    margin-top: 11px;
    padding-left: 16px;
  }
}
.login-page .login-section .left .carousel-banner-box .dots-list .dot {
  height: 4px;
  width: 34px;
  margin: 0 3px;
  border-radius: 8px;
  display: inline-block;
  transition: background-color 0.6s ease;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.login-page .login-section .left .carousel-banner-box .dots-list .dot.active {
  background-color: #fff;
}
.login-page .login-section .left .carousel-banner-box .fade {
  animation-name: fade;
  animation-duration: 3s;
}
.login-page .login-section .right {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .login-page .login-section .right {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}
.login-page .login-section .right .login-form {
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .login-page .login-section .right .login-form {
    border-radius: 20px 20px 0 0;
    padding: 24px 24px 55px;
    max-width: 100%;
  }
}
.login-page .login-section .right .login-form .heading {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
  line-height: 37.5px;
  text-align: left;
  color: #253858;
}
@media screen and (max-width: 767px) {
  .login-page .login-section .right .login-form .heading {
    font-size: 28px;
    line-height: 32.81px;
  }
}
.login-page .login-section .right .login-form .description {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  text-align: left;
  color: #253858;
  margin: 16px 0 15px;
}
@media screen and (max-width: 767px) {
  .login-page .login-section .right .login-form .description {
    font-size: 16px;
    line-height: 18.75px;
    margin: 10px 0 15px;
  }
}
.login-page .login-section .right .login-form .input-wrapper {
  margin: 0 0 20px;
  position: relative;
}
.login-page .login-section .right .login-form .input-wrapper .error {
  position: absolute;
  color: red;
  font-size: 12px;
  padding: 2px 16px;
}
.login-page .login-section .right .login-form .input-field {
  border: 1px solid #B3BAC5;
  border-radius: 16px;
  padding: 18px 16px 18px 50px;
  width: 100%;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #6B778C;
  outline: 0;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
}
.login-page .login-section .right .login-form .input-field.employee-code {
  background: url(../../assets/images/pbsso-email-icon.svg) no-repeat 15px center/24px 24px;
}
.login-page .login-section .right .login-form .input-field.password {
  background: url(../../assets/images/pbsso-lock-icon.svg) no-repeat 15px center/24px 24px;
}
.login-page .login-section .right .login-form input:-webkit-autofill,
.login-page .login-section .right .login-form input:-webkit-autofill:hover,
.login-page .login-section .right .login-form input:-webkit-autofill:focus,
.login-page .login-section .right .login-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.login-page .login-section .right .login-form .button-wrapper .primary-button {
  background: #0065FF;
  border: 0;
  outline: 0;
  border-radius: 16px;
  width: 100%;
  padding: 18px 0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  color: #fff;
  margin: 2px 0 19px;
  cursor: pointer;
}
.login-page .login-section .right .login-form .button-wrapper .forgot-password {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: center;
  color: #505F79;
  cursor: pointer;
  text-decoration:none;
}
.login-page .page-not-found-section {
  height: calc(100% - 170px);
  display: flex;
  align-items: CENTER;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .login-page .page-not-found-section {
    height: calc(100% - 92px);
    padding: 0 16px;
  }
}
.login-page .page-not-found-section .page-not-found {
  max-width: 652px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 48px 85px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .login-page .page-not-found-section .page-not-found {
    padding: 24px;
  }
}
.login-page .page-not-found-section .page-not-found .image {
  margin: 76px 0 0;
}
.login-page .page-not-found-section .page-not-found .heading {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  margin: 26px 0 8px;
  color: #253858;
}
.login-page .page-not-found-section .page-not-found .description {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #253858;
  opacity: 0.6;
}
.login-page .page-not-found-section .page-not-found .outline-button {
  margin: 30px auto;
  padding: 8px 24px;
  border: 1px solid #0065FF;
  background: transparent;
  border-radius: 8px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: center;
  color: #0065ff;
  cursor: pointer;
}
.login-page .footer {
  border-top: 1px solid #0B60E3;
  padding: 12px 0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.login-page .footer span {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .login-page .footer {
    display: none;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}




.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #0065FF;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*.content {
    display: none;*/ /* Hide content initially */
/*}*/

.overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999; 
    display: none;
}

.loader-active {
    display: block;
}

.eclipsOne {
    position: fixed;
    top: -74px;
    width: 376.43px;
    height: 376.43px;
    left: 989px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    opacity: 30%;
}

.eclipsTwo {
    position: fixed;
    top: -45px;
    width: 376.43px;
    height: 376.43px;
    left: 1043.74px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    opacity: 30%;
}

.carousel-indicators {
    margin-right: 15% !important;
    margin-bottom: -30px !important;
    margin-left: 0% !important;
    justify-content: left !important;
}

@media screen and (max-width: 767px) {
    .eclipsOne {
        position: fixed;
        top: 361px;
        width: 376.43px;
        height: 376.43px;
        left: 91.74px;
        border: 2px solid #FFFFFF;
        border-radius: 50%;
        opacity: 30%;
    }

    .eclipsTwo {
        position: fixed;
        top: 335px;
        width: 376.43px;
        height: 376.43px;
        left: 37px;
        border: 2px solid #FFFFFF;
        border-radius: 50%;
        opacity: 30%;
    }

    .carousel-indicators {
        margin-right: 15% !important;
        margin-bottom: -30px !important;
        margin-left: 3% !important;
        justify-content: left !important;
    }
}

@media screen and (max-width: 400px) {
    .login-page .login-section .right .login-form {
        border-radius: 20px 20px 0 0;
        padding: 5px 24px 5px;
        max-width: 100%;
    }

    .carousel-indicators {
       display:none !important;
    }
}




}

@media screen and (max-width: 400px) {
    .login-page .login-section .right .login-form {
        border-radius: 20px 20px 0 0;
        padding: 5px 24px 5px;
        max-width: 100%;
    }
}