.login-carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}
.login-container {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "montserrat", sans-serif;
  width: 100%;
}
.login-layout {
  background-color: white !important;
}
.new-header {
  text-align: center;
  font-family: "montserrat", sans-serif;
  margin: 6rem 0 3.5rem;
}
.login-form {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
}
.login-form-withlabel {
  display: flex;

  flex-direction: column;
  gap: 2px;
}
.login-form-withlabel label {
  font-weight: 500;
  margin-bottom: 0;
  color: #374151;
  font-size: medium;
}
.login-button {
  margin: 0px 0 0 !important;
}
.login-button {
  width: 100%;
  background-color: #1c75bc;
  border-radius: 8px;
  color: white;
  border: none;
  padding: 8px 0;
  font-size: medium;
  font-weight: 500;
}
.login-link {
  font-size: 15px;
  color: #4b5563;
}
.login-link a {
  font-weight: 600 !important;
}

.login-form-input-field-new {
  border: 1px solid #d1d5db !important;
  border-radius: 8px;
  background-color: #f9fafb !important;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.login-form-input-field-new:focus {
  border: 1px solid #d1d5db !important;
  border-color: #d1d5db !important;
}
.password-field-wrap {
  position: relative;
  width: 100%;
  border-radius: 8px !important;
}

.password-field-wrap .login-form-input-field-new {
  padding-right: 44px; /* space for the eye */
}

.toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  font-size: 16px;
  opacity: 0.75;
}

.toggle-password:hover {
  opacity: 1;
}

.new-header h1 {
  font-size: 2.5em;
  margin-bottom: 0.2em;
  font-weight: bold;
  font-family: "montserrat", sans-serif;
}
.new-header p {
  font-size: 1.2em;
  color: #666;
  margin-top: 0;
  font-weight: 500;
  /* font-family: "montserrat", sans-serif; */
}

.row {
  display: flex;
  justify-content: center;
  height: 80vh;
  margin-top: 80px !important;
}
a.forgot-password {
  width: 100%;
  margin-right: auto;
  text-align: right;
  font-weight: bold;
  text-decoration: none !important;
  color: #1c75bc;
}
a.forget-password:hover {
  text-decoration: none !important;
  font-style: none;
}
.carousel-container {
  width: 50%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-image: url("images/updatedBackground.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.carousel-container .swiper-container {
  display: flex;
  flex-direction: column;

  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 80%;
}

.carousel-container .swiper-container .swiper-wrapper {
  height: 100%;
}

.carousel-container .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
  margin-top: 80px;
}

.swiper-slide .upper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  margin-right: auto;
  margin-bottom: 20px;
  width: 100%;
}

.swiper-slide .tag-updates {
  padding: 5px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(127, 185, 231, 1);
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.swiper-slide .tag-updates .tag-dot {
  width: 10px;
  height: 10px;
  background-color: #7fb9e7;
  border-radius: 50%;
}

.swiper-slide .update-description {
  color: white;
  font-size: 36px;
  text-align: left;
  width: 100%;
  margin-top: 3rem;
}

.upper .title {
  color: white;
  font-size: 3.5rem;
  font-weight: 800;
  text-transform: uppercase;
}

.swiper-slide .tag-updates p {
  color: white;
  font-size: 2rem;
  margin: 0;
  font-weight: 500;
}

.swiper-pagination {
  position: static !important;
  width: fit-content !important;
}

.layout-login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.login-first-container {
  height: 100vh;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
@media (max-width: 940px) {
  .login-first-container {
    width: 100%;
  }
  .carousel-container {
    display: none;
  }
  .login-form {
    width: 80%;
  }
}
@media (min-width: 901px) and (max-width: 1399px) {
  .login-form {
    width: 80%;
  }
  .swiper-container .swiper-slide img {
    width: 400px;
  }
  .upper .tag-updates p {
    font-size: 1.3rem;
  }
  .upper .title {
    font-size: 2rem;
  }
  .swiper-slide .update-description {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .login-form {
    width: 70%;
  }
  .swiper-container .swiper-slide img {
    width: 600px;
  }
}
@media (max-width: 1600px) {
}
