.ligin-form-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.login-form-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.login-form {
  background: #fff;
  border: 1px solid gray;
  border-radius: 8px;
  display: flex;
}

.login-form-left {
  background: #fff;
  width: 40%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.login-form-left > h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}

.login-form-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /* gap: 20px; */
  width: 100%;
}

.forgot-password{
  display: flex;
  gap: 5px;
}

.forgot-password>p{
  color: #2a3a8d;
  word-break: unset;
  text-wrap: nowrap;
}

.forgot-password>span{
  width: 20px;
  height: 20px;
  min-width: 20px;
}

.forgot-password>span>img{
  width: 100%;
}

.login-form-content > input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  padding: 5px;
  outline: none;
  border: 1px solid #2a3a8d;
}

.button-continue {
  background: #afaeae;
  width: 100%;
  height: 40px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  border: none;
  margin-top: 10px;
}

.button-back {
  background: #fff;
  width: 100%;
  height: 40px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid #2a3a8d;
  margin-top: 15px;
}

.button-continue:enabled {
  background: rgb(2, 2, 160);
  color: #fff;
}

.button-back:hover {
  background: #eef0f6;
}

.net-banking {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.net-banking > span {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 5px;
}

.net-banking > span > img {
  width: 100%;
}

.net-banking > span:hover {
  background: rgb(211, 210, 210);
}

.net-banking > p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

.login-form-right {
  background: #f9fbfc;
  width: 60%;
  padding: 50px;
}

.login-form-right > h4 {
  color: #646465;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}

.login-form-right > h4 > span {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.pancard_card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.pan-icon {
    width: 120px;
    height: auto;
    overflow: hidden;
}

.pan-icon>img {
    width: 100%;
}

.aadhar-icon {
    width: 56px;
    height: auto;
    overflow: hidden;
}

.aadhar-icon>img {
    width: 100%;
}

.pancard-content > h6 {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.25px;
}

.pancard-content > p {
  color: #646465;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.25px;
  padding-bottom: 20px;
}

.pancard-content > span {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.25px;
  }

.pancard-content > p > span {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.25px;
}

.pancard-content > a {
    color: #076bcf;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.25px;
}

.border-b{
    border-bottom: 1px solid #d5d8e8;
}

.form-right {
    background: #f9fbfc;
    width: 60%;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .avatar-wrapper{
    display: flex;
    gap: 10px;
  }

  .avatar-wrapper>span{
    width: 70px;
    height: 70px;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
  }

  .avatar-wrapper>span>img{
    width: 100%;
  }

  .login-details{
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .login-details>h4{
    color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  }

  .login-details>p{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
  }

  .lock-icon{
    width: 200px;
    height: auto;
  }

  .lock-icon>img{
    width: 100%;
  }

  .login-details-content{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }

  .login-details-content>p{
    margin-bottom: 0;
  }

  .login-details-content>input{
    height: 50px;
    width: 100%;
    background: #ebf3fd;
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 15px;
    color: #000;
  }

  .details-content{
    display: flex;
    align-items: flex-start;
    gap: 5px;
  }

  .details-content>span{
    width: 20px;
    height: 20px;
  }

  .details-content>span>img{
    width: 100%;
  }

  .input-password{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    border: 1px solid #2a3a8d;
    border-radius: 5px;
    padding: 10px;
  }

  .input-password>input{
    width: 90%;
    border: none;
    outline: none;
  }

  .password-show{
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .password-show>img{
    width: 100%;
  }