:root {
  --baseColor1: 344.1, 100%, 59.4%;
  --baseColor2: 251.6, 51.2%, 33.7%;
  --baseColor3: 302.4, 81.3%, 35.7%;
  --baseColor4: 252, 18.5%, 42.4%;
  --baseColor5: 254, 20%, 83%;
  --baseColor6: 253.3, 37.5%, 90.6%;
  --baseColor7: 257.1, 36.8%, 96.3%;
  --baseColor8: 252, 51%, 33.7%;
  --baseColor9: 0, 0%, 99%;
  --white-bg-60: hsla(var(--baseColor9), 0.6);
  --white-bg-40: hsla(var(--baseColor9), 0.4);
  --white-bg-25: hsla(var(--baseColor9), 0.25);
  --drop-shadow: 0 20px 40px 0 hsla(var(--baseColor8), 0.04);
  --selection-shadow: 0 10px 35px 0 hsla(var(--baseColor8), 0.06);
  --white: 0, 0%, 100%;
  --black: 180, 4%, 4.9%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* this custom container used for over-riding bootstrap properties */
.custom-container {
  width: 100%;
  height: 100vh;
  max-width: none;
  margin: 0;
  padding: 0;
}

.main-container {
  width: 100%;
  height: 100vh;
  background-color: #e6cce8;
  display: flex;
  justify-content: center;
  align-items: center;
}


.container {
  width: 98%;
  height: 96%;
  border: 1px solid white;
  border-radius: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  background-color: #eddde7;
}

.left {
  width: 32.8%;
  height: 92%;
  border-radius: 25px;
  background: url(https://app.adcreative.ai/assets/png/auth-bg.webp);
  background-size: cover;
  position: relative;
}

.left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    hsla(var(--baseColor2), 1) 0%,
    hsla(var(--baseColor3), 1) 41.38%,
    hsla(var(--baseColor1), 1) 90.15%,
    hsla(var(--baseColor1), 1) 44%
  );
  border-radius: 25px;
  opacity: 0.6;
}

.right {
  width: 62%;
  height: 92.5%;
  background-color: #f0e6ec;
  border: 1px solid white;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
}

.image {
  width: 4.5rem;
  height: 5rem;
  position: relative;
  top: 10px;
}

.header {
  width: auto;
  height: 22%;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.content {
  width: auto;
  height: 100%;  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: hsl(var(--baseColor1));
  
}
.auth-link {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: bolder;
  font-size: 12px;
  text-decoration: none;
  color: hsl(var(--baseColor1));

}

.sub-title {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: bolder;
  font-size: 16px;
  color: hsl(var(--baseColor2));
  margin-top: -2px;
}
.sub-title-2 {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: hsl(var(--baseColor2));
  
}
.span-line {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: rgb(159, 151, 151);
}
.mix-line {
  margin-top: -6px;
}

.input-control {
  display: flex;
  flex-direction: row;
  position: relative;

}

.toggle-password {
  width: 20px;
  position: absolute;
  top: 6px;
  right: 10px;
}

.button {
  width: 20rem;
  height: 40px;
  border-radius: 15px;
  background-color: rgb(228, 219, 230);
  color: inherit;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 65px;
}

.size {
  width: 20rem;
  height: 40px;
  border-radius: 15px;
  background-color: hsl(var(--baseColor9));
  font-size: 12px;
  border: none;
  outline: none;
  padding-left: 15px;
  margin-bottom: 10px;
}

.content-up {
  position: relative;
  bottom: 8px;
}

.right-svg-container {
  position: absolute;
  width: 33px;
  height: 33px;
  border-radius: 50px;
  background-color: hsl(var(--baseColor1));
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(40.8rem, 18.9rem);
}

.right-msg-svg {
  position: relative;
  width: 15x;
  height: 15px;
  display: flex;
  justify-content: center;
  z-index: 122;
}


.stack {
  font-size: 38px;
  color: rgb(237, 217, 217) ;
  margin-bottom: 25px;
}

.top-head {
  position: relative;
  z-index: 1;
  width: auto;
  height: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 38px;
}

.middle-head {
  position: relative;
  z-index: 1;
  width: auto;
  height: 55%;
}

.position {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 
}

.star{
  color: white;
  font-size: 9.5px;
  letter-spacing: 5.5px;
}

.item-img {
  
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50px;
  margin-top: 20px;
  margin-bottom: 6px;
}

.item--name {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: white;
}

.item--title {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: white;
  margin-top: -10px;
}

.b {
  width: 16rem;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: white;
  text-align: center;
}

.item--text {
  width: 19rem;
  text-align: center;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: white;
  margin-top: 6px;
}

.ai-img {
  width: 35px;
  height: 35px;
  margin-top: -10px;
}

.bottom-head {
  position: relative;
  z-index: 1;
  width: auto;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.main-heading {
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: white;
  position: relative;
  bottom: 6px;
}

.main-heading::after {
  content: ".ai";
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 19px;
  font-weight: 100;
}

.sub-heading{
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-weight: 500;
  color: white;
  margin-top: 10px;
}

.heading {
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: white;
  position: relative;
  bottom: 5px;
}

.bottom-heading {
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 11px;
  font-weight: 100;
  color: white;
  position: relative;
}

.anchor-head {
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 11px;
  font-weight: 100;
  color: hsl(var(--baseColor1));
  position: relative;
}