body {
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  background: #1C3FC6;
  width: 100%;
  position: relative;
}

.ai-logo {
  width: 100%;
  height: 10vh;
  object-fit: contain;
}

.ai-banner {
  width: 100%;
  height: 50vh;
  object-fit: contain;
}

.ai-login-left-panel {
  padding: 5%;
  margin-top: 2vh;
  margin-bottom: 2vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 96vh;
  position: relative;
}

.ai-login-panel-a {
  position: absolute;
  left: -15px;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.ai-login-panel-b {
  position: absolute;
  left: 0;
  right: 0;
  top: 70%;
  transform: translateY(-70%);
  z-index: -1;
  width: 100%;
  height: fit-content;
}

.ai-login-right-panel {
  border-radius: 16px;
  background: #FFF;
  overflow-y: auto;
  margin-top: 2vh;
  margin-bottom: 2vh;
  height: 96vh;
  padding: 5% 10%;
}

.ai-login-right-panel .tab-nav .nav-link {
  border-radius: 7px;
  border: 1px solid #F5F6F9;
  background: #F5F6F9;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.02) inset;
  color: #504E5B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.ai-login-right-panel .tab-nav .nav-link.active {
  border-radius: 6px;
  border: 1px solid rgba(239, 240, 246, 0.50);
  background: #1C3FC6;
  box-shadow: 0px 1px 2px 0px rgba(228, 229, 231, 0.24), 0px -2px 2px 0px rgba(0, 0, 0, 0.03) inset;
  color: #F5F6F9;
}

.ai-login-right-panel-head {
  color: #1C3FC6;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.ai-login-right-panel-p {
  color: #494949;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

.ai-login-right-panel-h3 {
  color: #474747;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.53px;
}

.ai-social-login {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.ai-login-label {
  color: #494949;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.5rem;
}

.login-form-input {
  display: block;
  width: 100%;
  border-radius: .375rem !important;
  border-radius: 6px;
  border: 1px solid var(--G300, #CBCAD7);
  min-height: 50px;
  padding: .5625rem 1rem;
  color: rgba(117, 117, 117);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: 0;
}

.login-form-input-password {
  padding-right: 80px;
  /* Adjusted for icon */
}

.login-form-input-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: #CBCAD7;
  z-index: 99;
  cursor: pointer;
}

.ai-login-btn-for {
  color: #1C3FC6;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 2%;
  /* 0.32px */
  text-underline-offset: 25%;
  /* 4px */
  text-underline-position: from-font;
}

.ai-login-btn-primary {
  display: inline-block;
  cursor: pointer;
  padding: .5625rem 1.5rem;
  text-align: center;
  font-size: 22px;
  line-height: normal;
  border-radius: 8px;
  background: #1C3FC6;
  border: 1px solid #1C3FC6;
  color: #fff;
  min-height: 50px;
  font-weight: 500;
  width: 100%;
  outline: 0;
  border: 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.ai-login-btn-primary:hover {
  background: #fff;
  border: 1px solid #1C3FC6;
  color: #1C3FC6;
  transform: scale(1.03);
}

.ai-login-flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.ai-login-left-h2 {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.otp-input {
  margin-right: 8px;
  display: block;
  width: 100%;
  border-radius: .375rem !important;
  border-radius: 6px;
  border: 1px solid var(--G300, #CBCAD7);
  min-height: 50px;
  padding: .5625rem 1rem;
  color: rgba(117, 117, 117, 0.40);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: 0;
}

.otp-input:last-child {
  margin-right: 0;
}

.ai-copy-right {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  margin-top: 1rem;
}

@media (max-width: 1500px) {
  .ai-login-right-panel {
    padding: 5%;
  }

  .ai-login-left-h2 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .ai-login-left-panel {
    display: none;
  }

  .ai-login-panel-a {
    display: none;
  }

  .ai-login-flex-bet {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .ai-login-cont-head {
    display: block;
    margin-bottom: 0.5rem;
  }
}