.login-page-container {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.login-section {
  position: relative;
  height: 100%;
  width: 50%;
  background: #fff;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-section .bg-image-1 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.login-section .bg-image-2 {
  position: absolute;
  top: 0;
  right: 0;
}

.login-card {
  width: 356px;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  border: 1px solid var(--element-styling-light-border, #e0e0e0);
  background: #fff;
  position: relative;
}

.login-card .login-card-header {
  text-align: start;
  margin-bottom: 20px;
}

.login-card .login-card-header img {
  height: 48px;
  margin-bottom: 10px;
}

.login-card .login-card-header .login-card-title {
  color: #0f285b;
  font-size: 29.03px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}

.login-card .login-card-header .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.login-card .login-card-header .text span {
  font-size: 12.8px;
}

.login-card .login-card-body {
  width: 100%;
}

.login-card .login-card-body .login-form-container {
  margin-bottom: 10px;
}

/* Override ss-input (webcomponents) styling */
.field-wrapper .ss-input-control .ss-input-warpper input:focus {
  border-color: #0f285b !important;
}
.field-wrapper .ss-input-control .ss-input-warpper input:focus + label {
  color: #0f285b !important;
}

.login-card .login-card-body .captcha {
  margin-bottom: 10px;
}

/* Dont Remove this is CSS for Captcha  */
.login-card .login-card-body .captcha #ss-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.login-card .login-card-footer {
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}

.login-card .login-card-footer .terms-conditions {
  color: #33333399;
  font-family: Lato;
  font-size: 10.24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}

.login-card .login-card-footer .terms-conditions a {
  color: #2c82cb;
}

.reset-password-button,
.login-button {
  width: 100% !important;
  background: #0f285b !important;
  border-color: transparent !important;
}

.login-button {
  margin-top: 30px;
}

.reset-password-button {
  margin-top: 10px;
  margin-bottom: 30px;
}

.reset-password-button:hover,
.login-button:hover {
  background: #06338e !important;
  box-shadow: 0px 0px 0px 1px rgba(44, 130, 203, 0.2) !important;
}

.reset-password-button:disabled,
.login-button:disabled {
  color: #666 !important;
  background: #e0e0e0 !important;
  border: 0.5px solid #8f8f8f !important;
  box-shadow: none !important;
}

.image-section {
  height: 100vh;
  width: 50%;
  position: relative;
}

.image-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0f285b;
}

.image-section .ellipse-top-left {
  position: absolute;
}

.image-section .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-section .overlay .text {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 40px 27px 40px;
}

.image-section .overlay .subtext {
  color: #fff;
  font-size: 20.16px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 104px 115px 40px;
}

.image-section .overlay .horizontal-line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin: 14px 0;
}

.image-section .overlay .dotted-grid {
  margin-left: 40px;
  width: 101px;
}

.image-section .logo {
  position: absolute;
  bottom: 40px;
  left: 50px;
}

.image-section .ellipse-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.image-section .overlay .dotted-grid {
  margin-left: 40px;
}

.not-registered {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 32px 0;
  width: 356px;
}

.not-registered .horizontal-line {
  border-bottom: solid 0.5px #0f285b;
  flex: 1;
}

.not-registered .text {
  color: #1a1a1a;
  font-size: 12.8px;
  margin: 0 10px;
  flex: 1;
}

.forgot-password-link {
  color: #2c82cb;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  cursor: pointer;
}

.register-redirect-button-container {
  width: 356px;
  padding: 0 32px;
}

.register-redirect-button {
  color: #0f285b !important;
  border-color: #0f285b !important;
  width: 100% !important;
}

.register-redirect-button:hover {
  color: #1a1a1a !important;
  border-color: #0f285b !important;
}

/* .overflow-hidden {
    overflow: hidden;
} */

/* #login-page-container,
#main {
    overflow: hidden;
} */
.overflow-hidden {
  overflow: hidden;
}

#login-page-container,
#main {
  overflow: hidden;
}

.ss-right-dotted-grid {
  top: 0;
  right: 0;
  position: absolute;
}

.ditted-grid-top {
  position: absolute;
  /* width: 206px;
    height: 206px;
    left: 1173px;
    top: -102px;
    height: 206px;
    width: 206px;
    left: 1173px;
    top: -102px;
    border-radius: 0px; */
}

.hr-line {
  position: relative;
  /* top: 25px;
    width: 340px;
    margin-left: -10px; */
  width: 100%;
  margin-bottom: 40px;
}

.logo-bottom {
  position: absolute;
  z-index: 999;
  left: 30px;
  bottom: 20px;
  width: 250px;
  height: 40px;
}

#btn-login {
  width: 280px;
}

#btn-register {
  width: 280px;
  background: #fff;
  position: relative;
}

.login-card .card-title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 29.03px;
  line-height: 120%;
  color: #2c82cb;
}

.login-card .card-sub-title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #1a1a1a;
}

.login-form-container {
  margin-top: 20px;
}

.forgot-pasword-container {
  padding: 15px;
  text-align: center;
}

.forgot-pasword-link {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #2c82cb;
}

.forgot-pasword-link:hover {
  color: #2c82cb;
  text-decoration: underline;
  cursor: pointer;
}

.login-card-section-1 {
  padding: 30px 20px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  position: relative;
  width: 315px;
  box-shadow: 1px 4px 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
}

.login-card-section-2 {
  padding: 30px 0px;
  width: 315px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.content-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.bg-image {
  height: 100%;
  width: 100%;
  height: 100vh;
}

.overflow-hidden {
  overflow: hidden;
}

.or-option span {
  background: #f4f4f4;
  font-weight: 500;
  font-size: 12.8px;
  line-height: 120%;
  padding: 0 5px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.or-option:after {
  content: "";
  width: 95%;
  height: 0.5px;
  background-color: #2c82cb;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 1.5px);
}

.login-bg-container {
  background-image: url(/img/login-bg.svg);
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#logout-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

/* MEDIUM */
@media (max-width: 1300px) {
  .image-section .ellipse-top-left {
    width: 300px;
  }

  .image-section .overlay .dotted-grid {
    width: 80px;
  }

  .image-section .logo {
    width: 200px;
  }

  .image-section .ellipse-bottom-right {
    width: 100px;
  }

  .image-section .overlay .text {
    font-size: 40px;
  }

  .image-section .overlay .subtext {
    font-size: 18px;
  }

  .login-section {
    overflow-y: scroll;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
    scrollbar-width: thin;
  }

  .login-section .bg-image-2 {
    height: 100px;
    width: 100px;
  }

  .login-card {
    width: 345px;
  }

  .login-card .login-card-header {
    text-align: start;
    margin-bottom: 20px;
  }

  .login-card .login-card-header p {
    margin-bottom: 0;
  }

  .login-card .login-card-body .login-form-container {
    margin-bottom: 10px;
  }

  .not-registered {
    width: 345px;
    margin: 24px 0;
  }

  .register-redirect-button-container {
    width: 345px;
  }
}
