p {
  color: #585858;
}
label {
  padding-bottom: 4px;
}
a {
  text-decoration: none;
  color: #065ca9;
}
.gap-120 {
  gap: 120px;
}
.w-70 {
  width: 70%;
}
.text-white {
  color: white;
}
.bg-loginRight {
  background: #023562;
}
.h-100 {
  height: 100%;
}
.py-24 {
  padding: 24px 0px;
}
.login__left {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}
.login__img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media all and (max-width: 765px) {
  .login__img {
    display: none;
  }
}
.login__button {
  padding: var(--Spacing-spacing--xs, 8px) var(--Spacing-spacing--sm, 12px);
  border: 0;
  color: white;
  border-radius: var(--Spacing-spacing--3xl, 40px);
  background: var(--Button-color, #065ca9);
}
.login__form .login__input {
  border-radius: 8px;
  height: 48px;
  color: #858585;
  font-size: 14px;
  border: 1px solid var(--Input-border, #ebebeb);
  padding: var(--Spacing-spacing--2xs, 4px) var(--Spacing-spacing--sm, 12px);
}
.login__form .login__input::placeholder {
  color: #858585;
  font-size: var(--Heading-paragraph-regular, 14px);
  font-style: normal;
  font-weight: var(--Weight-400, 400);

  line-height: var(--Line-height-paragraph-regular, 24px);
}
.login__right {
  max-height: 897px;
  border-bottom-left-radius: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 108px;
}
@media all and (max-width: 920px) {
  .login__right {
    padding: 0px 80px;
  }
}

.login__slider-img {
  height: auto;
  width: 100%;
  aspect-ratio: 1.13/1;
}

.slider {
  overflow: hidden;
  width: 100%;
}

.slick-dotted.slick-slider {
  height: 63%;
  margin-bottom: 0px;
}

.slick-dots li button:before {
  color: #fff !important;
  font-size: 8px;
}

.slick-dots li.slick-active button:before {
  color: #366572;
}

.slick-dots {
  bottom: -25px;
  background: #033562;
  margin: 18px;
}

/* password */
.password-field {
  position: relative;
}
.password-field input {
  width: 100%;
  padding: 1em;
  border-radius: 10px;
}

.password-field #toggler {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #858585;
}

/* validation summary: hide the stray bullet/box when there are no errors */
.login__form .validation-summary-valid {
  display: none;
}
.login__form .text-danger ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* brand logo on the login form */
.login__logo {
  max-width: 220px;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* footer */
footer {
  text-align: center;
  padding: 16px 12px;
  color: #6b7280;
  font-size: 0.8rem;
  line-height: 1.4;
}

/* tablet / mobile */
@media all and (max-width: 991px) {
  .login__right {
    padding: 0 48px;
  }
}

@media all and (max-width: 767px) {
  .login__left {
    height: auto;
    min-height: 100vh;
    padding: 32px 20px;
  }
  .login__right {
    max-height: none;
    border-bottom-left-radius: 0;
    padding: 40px 24px;
  }
  .slick-dotted.slick-slider {
    height: auto;
  }
}

@media all and (max-width: 480px) {
  .login__left {
    padding: 24px 16px;
  }
  .login__logo {
    max-width: 180px;
  }
}
