/* Authentication */
.login-bg {
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .new-login-btn {
    padding: 8px 35px;
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
    border-radius: 2px;
    border: 2px solid transparent;
    transition: 0.4s all ease;
  }
  
  .add-d-flex {
    display: flex;
  }
  
  .add-d-flex button {
    margin-right: 1rem;
  }
  
  .new-login-btn:hover {
    background: #0078d4;
    border: 2px solid #0078d4;
    color: #ffffff !important;
    transition: 0.4s all ease;
  }
  
  .login-left-side-wrapper {
    flex-grow: 1;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    transition: 0.4s all ease-in-out;
  }
  
  .signup-grow-change{
    width: 480px;
    background-position: 35% center;
    flex-grow: unset;
    transition: 0.4s all ease-in-out;
  }
  
  .signup-width{
    flex-grow: 1;
    width: auto !important;
    transition: 0.4s all ease-in-out;
  }
  
  .login-left-side{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    height: inherit;
  }
  
  .login-left-side-wrapper .top-area{
    padding: 34px 42px;
    height: inherit;
    position: absolute;
    width: 100%;
  }
  
  .login-left-side-wrapper .top-area .logo{
    cursor: pointer;
    width: fit-content;
  }
  
  .login-left-side-wrapper .bottom-area{
    background: transparent linear-gradient(180deg, #00000000 0%, #141516 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 371px;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  
  .login-left-side-wrapper .bottom-area .quotes-wrapper{
    position: absolute;
    bottom: 0;
    padding: 48px 36px;
  }
  
  .login-left-side-wrapper .bottom-area .quotes-wrapper .quote{
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 17px;
    line-height: 1.5;
    color: #C5C5C5;
    margin-bottom: 0px;
  }
  
  .login-left-side-wrapper .bottom-area .quotes-wrapper .author{
    margin-top: 28px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  
  .login-form {
    padding: 31px 41px;
    width: 700px;
    height: inherit;
    transition: ease-in-out 0.3s;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    transition: 0.3s all ease-in-out;
  }
  
  .login-form .other-page-wrapper{
    width: 430px;
    margin: auto;
    flex-grow: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }
  
  .login-form .other-page-wrapper .img-wrapper{
    width: 136px;
    height: 136px;
    border-radius: 50%;
    background-color: #e5f2fb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0px;
  }
  
  .login-form .other-page-wrapper h1{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 1.5;
    color: #1D1F20;
    margin-bottom: 0px;
    text-align: center;
  }
  
  .login-form .other-page-wrapper p{
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #7F7F7F;
    margin-bottom: 0px;
    text-align: center;
  }
  
  .login-form .form-area-wrapper{
    width: 430px;
    margin: auto;
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-direction: column;
    justify-content: center;
  }
  
  .login-form .form-area-wrapper h1.title{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 1.5;
    color: #1D1F20;
    margin-bottom: 0px;
    text-align: center;
  }
  
  .login-form .form-area-wrapper.vendor-signup-form .sign-up-wrapper,
  .login-form .form-area-wrapper .sign-up-wrapper,
  .login-form .other-page-wrapper form,
  .login-form .form-area-wrapper form{
    width: 100%;
  }

  .ai-text-tabs-algin,
ul.ai-textbox-features,
.ai-product-text-tabs-algin {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
}

ul.ai-textbox-features li:first-child span {
  margin-right: 11px;
}

ul.ai-textbox-features li span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  transition: 0.4s all ease;
}

ul.ai-textbox-features li span:hover {
  background: #e9eaea;
  border: 1px solid #e9e9e9;
  cursor: pointer;
}

.ai-login-form-group label {
  color: #1D1F20;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.5;
}


.ai-login-form-group input.ai-textbox {
  height: calc(1.5em + 0.75rem + 7px);
  border: 1px solid #C0C8CE;
  border-radius: 3px;
  color: #1D1F20;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.ai-login-form-group input.ai-textbox:focus {
  height: calc(1.5em + 0.75rem + 7px);
  border: 2px solid #0078d4;
  color: #172b4d;
  background-color: #ffffff;
  outline: 0;
  box-shadow: none;
}

.pwd-visibility-btn {
  position: absolute;
  right: 0;
  bottom: 5px;
  padding: 5px 10px;
  cursor: pointer;
}

.pwd-visibility-btn img {
  margin-bottom: 0px;
}

.ai-login-form-group,
.ai-contact-form-group {
  margin-bottom: 16px;
  position: relative;
}

.ai-login-submit-btn {
  font-family: Roboto;
  font-style: normal;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  padding: 9.5px 30px;
  background-color: #0078D4;
  border-radius: 2px;
  width: 100%;
}

.ai-mt-2 {
  margin-top: 2rem;
}

  /* Authentication */