.login-left {
  background: #012d38;
  width: 100%;
  position: relative;
  border-radius: 30px;
  padding-top: 15px;
  overflow: hidden;
  /* margin: 10px 0; */

  height: 100vh;

  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: -1;
}
.login-shape-1 {
  position: absolute;
  top: 0;
  z-index: -1;
  border-top-left-radius: 30px;
  border-radius: 30px;
  left: 2%;
  top: 1%;
  mix-blend-mode: color-dodge;
}
.login-shape-2 {
  position: absolute;
  right: 0;
  top: 50%;
}

.login-shape-2 img {
  height: 80px;
  width: 70px;
  object-fit: contain;
}
.login-shape-3 {
  position: absolute;
  right: 0;
  top: 60%;
}
.login-shape-3 img {
  height: 150px;
  width: 100%;
  object-fit: contain;
}

.login_bottom_image {
  width: 80%;
  height: 100%;
  margin-left: -80px;
  margin-bottom: -45px;
  overflow: hidden;

  border-bottom-left-radius: 20px;
}
.login_upper_box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  margin-right: 20px;
  width: 80%;
  margin-left: auto;
  overflow: hidden;
}
.login_box_image {
  transform: rotateY(180deg);
}

.login_bottom_circle {
  position: absolute;
  top: 50%;
  z-index: -1;
  left: 10%;
}
.upper_box_heading {
  color: #fff;
  font-size: 28px;
  position: relative;
}
.login_upper_box_text {
  width: 70%;
}
.login-text {
  color: #adadad;
}
.login-head {
  font-weight: 700;
  font-size: clamp(16px, 4vw, 48px);
  color: #030d20;
}
.upper_box_p {
  color: #989b9d;
  font-size: 16px;
  margin-bottom: 30px;
}
.login_box_image {
  width: 160px;
  height: 100px;

  margin-left: auto;
  position: absolute;
  bottom: 0;

  right: 0;
}
.sign_in_box {
  width: 60%;
  margin: auto;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .sign_in_box {
    width: 90%;
    margin: auto;
    height: 100vh;
  }
  .sign_in_link {
    margin-top: 50px;
  }
}
.line {
  border: 3px solid rgb(0, 0, 0);
  width: 50%;
  margin: auto;
}

.carousel-indicators li {
  width: 10px !important;

  background-color: #0f414e !important;
}
.carousel-indicators .active {
  width: 30px !important;
  background-color: rgb(255, 255, 255) !important;
}
.carousel-indicators {
  display: flex;
  justify-content: start !important;
  margin-left: 15px !important;
}

.active::after {
  position: relative !important;
  display: none !important;
}
.input-with-icon {
  position: relative;
}

.input-with-icon .form-control {
  padding-left: 40px; /* Adjust this value to accommodate the icon */
}

.input-with-icon .input-icon {
  position: absolute;
  left: 10px; /* Adjust this value to position the icon */
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* Adjust the width and height of the icon as needed */
  height: auto;
}
.login-eye-icon {
  position: absolute;
  right: 10px; /* Adjust this value to position the icon */
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* Adjust the width and height of the icon as needed */
  height: auto;
}
.login-forgot-password,
.register_text {
  color: #012d38;
  font-size: 16px;

  font-weight: 600;
}
.login-button {
  background: linear-gradient(128.09deg, #0c5162 17.73%, #012d38 77.16%);
  border-radius: 12px;
  padding: 14px 0;
}

.login-logo {
  /* height: 200px;
  width: 200px; */
  object-fit: contain;
}

.container-custom {
  width: 100%;
  margin: auto;
}
.form-parent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* align-items: flex-end; */
}

/* /New  */
.img-parent {
  /* border: 10px solid rgb(89, 255, 0); */
  padding: 0 !important;
}

/* Home Start */
.home_parent .home_text1,
.home_text2 {
  /* font-size: 48px; */
  font-size: clamp(16px, 5vw, 48px);
  font-weight: 600;
  line-height: 80px;
  color: #0e0e0e;
}

.home_text_img1 {
  width: 150px;
  height: 80px;
  object-fit: contain;
}
.home_text_img2 {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.home_left_image {
  width: 400px;

  height: auto;
}
.home_left_image {
  width: 100%;
}
.home_right {
  background-color: #95bfe9;
  position: relative;
}
.home_right_image {
  width: 100%;
}
.home_bottom_star {
  position: absolute;
  right: 10%;
  top: -5%;
  width: 84px;
  height: 80px;
  object-fit: contain;
}
.button_icon_parent {
  position: relative;
  margin: 20px 0;
}
.home_left_btn {
  background: linear-gradient(128.09deg, #0c5162 17.73%, #012d38 77.16%);
  border-radius: 12px;
  color: #fff;
  border: none;
  outline: none;
  width: 226px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.home_left_upper p {
  color: #81838c;
}
/* Marque */
.logos {
  overflow: hidden;
  padding: 30px 20px;
  background-color: #012d38;
}
@keyframes slide {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos-slide {
  white-space: nowrap;
  animation: 8s slide infinite linear;
  text-align: right;
}
.logos-slide a {
  padding: 50px 20px;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .home_parent .home_text1,
  .home_text2 {
    /* font-size: 48px; */
    font-size: clamp(16px, 5vw, 48px);
    font-weight: 600;
    line-height: 20px;
    color: #0e0e0e;
  }
  .logos-slide a {
    padding: 50px 20px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .home_text_img1 {
    width: 70px;
    height: 70px;
    object-fit: contain;
  }
}
