
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }


  body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(180deg, #cc98fd, #9887f8);
    padding: 20px;
    animation: fadeIn 1.5s ease-in-out;
   /* max-width: 520; */
  }
.branding-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px;
    }

    .branding-logo img {
      width: 56px;
      height: auto;

    }


    .branding-logo h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 40px;
  background: linear-gradient(to right, #875CA8, #C38CFF);
  background-clip: text; /* ✅ Add this line for standard support */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* Optional but recommended fallback */
  display: inline-block; /* ✅ Required for background-clip to apply to text */
}

  .logo-container {
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.logo-container img {
  width: 100px;
}


  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  .account_form {
    background: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 550px;
    text-align: center;
    transform: scale(0.9);
    animation: scaleUp 0.5s ease-in-out forwards;
  }
  @keyframes scaleUp {
    from { transform: scale(0.9); }
    to { transform: scale(1); }
  }
  .logo {
    width: 80px;
    margin-bottom: 20px;
  }
  .Branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.Branding span {
  margin-top: 14px;
  font-size: 12px;
  color: #555;
  text-align: center;
}

.Sarvika_logo {
  width: 90px;
  margin-top:-4px;
}

  .account_form h2 {
    margin-bottom: 8px;
    color: #333;
    font-size: 20px;
  }
  .input_box {
    position: relative;
    text-align: left;
  }
  .input_box input {
    width: 100%;
    font-size: 14px;
    transition: border-color 0.3s, box-shadow 0.3s;
    height: 57px;
    border: 2px solid #DADAF2;
    border-radius: 12px;
   /* outline: none; */
    background: #ffffff;
  /*  font-size: 14px; */
    padding: 0px 20px;
    margin-bottom: 16px;
   /* transition: border-color 0.3s, box-shadow 0.3s; */

  }
  .input_box input:focus {
    border-color: #2575fc;
     /* outline: none; */
    box-shadow: 0 0 8px rgba(37, 117, 252, 0.5);
  }
  .password-container {
    position: relative;
  }
  .password-container input {
    padding-right: 45px;
  }
  .password-container .icon {
    position: absolute;
    right: 12px;
    top: 54%;
    transform: translateY(-50%);
    cursor: pointer;
    /* font-size: 16px; */
    color: #3f3f3f;
    /* transition: color 0.3s; */

  }
  .password-container .icon:hover {
    color: #333;
  }



  label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 5px;
  }
  .forgot-password {
    text-align: right;
    margin-bottom: 15px;
  }
  .forgot-password a {
    color: #2575fc;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
  }
  .forgot-password a:hover {
    text-decoration: underline;
    color: #1a56db;
  }
  button {
    width: 100%;
    padding: 16px;
    border: none;
    background: #875CA8;
    color: white;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
    margin-bottom: 24px;
  }
  button:hover {
    background: #AB3EFF;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(37, 117, 252, 0.5);
  }
   .error-text {
      color: red;
      font-size: 12px;
      margin-top: -8px;
      margin-bottom: 10px;
      display: block;
    }

    .common-error {
      margin-top: 10px;
      text-align: left;
      font-weight: 500;
    }


    .success-border {
      border-color: green !important;
    }

  p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #555;
  }
  a {
    color: #2575fc;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
  }
  a:hover {
    text-decoration: underline;
    color: #1a56db;
  }
.Branding {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-top: 20px;
    }

    .Branding span {
      margin-top: 14px;
      font-size: 12px;
      color: #555;
      text-align: center;
    }

    .Sarvika_logo {
      width: 90px;
      margin-top: -4px;
    }
/*
   .error-text {
      color: red;
      font-size: 12px;
      margin-top: -8px;
      margin-bottom: 10px;
      display: block;
    }

    .common-error {
      margin-top: 10px;
      text-align: left;
      font-weight: 500;
    }


    .success-border {
      border-color: green !important;
    }



* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Poppins', sans-serif;
    }

    body {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      background: linear-gradient(180deg, #cc98fd, #9887f8);
      padding: 20px;
      animation: fadeIn 1.5s ease-in-out;
    }

    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    .account_form {
      background: #fff;
      padding: 50px;
      border-radius: 15px;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
      width: 100%;
      max-width: 550px;
      text-align: center;
      transform: scale(0.9);
      animation: scaleUp 0.5s ease-in-out forwards;
    }

    @keyframes scaleUp {
      from { transform: scale(0.9); }
      to { transform: scale(1); }
    }

    .branding-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px;
    }

    .branding-logo img {
      width: 56px;
      height: auto;

    }


    .branding-logo h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 40px;
  background: linear-gradient(to right, #875CA8, #C38CFF);
  background-clip: text; /* ✅ Add this line for standard support *//*
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* Optional but recommended fallback *//*
  display: inline-block; /* ✅ Required for background-clip to apply to text *//*
}
    .account_form h2 {
      margin-bottom: 8px;
      color: #333;
      font-size: 20px;
    }

    .input_box {
      position: relative;
      text-align: left;
    }

    .input_box input {
      width: 100%;
      font-size: 14px;
      transition: border-color 0.3s, box-shadow 0.3s;
      height: 57px;
      border: 2px solid #DADAF2;
      border-radius: 12px;
      background: #ffffff;
      padding: 0px 20px;
      margin-bottom: 16px;
    }

    .input_box input:focus {
      border-color: #2575fc;
      box-shadow: 0 0 8px rgba(37, 117, 252, 0.5);
    }

    .password-container {
      position: relative;
    }

    .password-container input {
      padding-right: 45px;
    }

    .password_container .icon {
      position: absolute;
      top: 54%;
      right: 12px;
      transform: translateY(-50%);
      cursor: pointer;
      color: #3f3f3f;
    }

    .password-container .icon:hover {
      color: #333;
    }

    label {
      font-size: 14px;
      font-weight: 600;
      color: #333;
      display: block;
      margin-bottom: 5px;
    }

    .forgot-password {
      text-align: right;
      margin-bottom: 15px;
    }

    .forgot-password a {
      color: #2575fc;
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
    }

    .forgot-password a:hover {
      text-decoration: underline;
      color: #1a56db;
    }

    button {
      width: 100%;
      padding: 16px;
      border: none;
      background: #875CA8;
      color: white;
      font-size: 16px;
      border-radius: 12px;
      cursor: pointer;
      margin-top: 10px;
      transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
      margin-bottom: 24px;
    }

    button:hover {
      background: #AB3EFF;
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(37, 117, 252, 0.5);
    }

    p {
      margin-bottom: 20px;
      font-size: 14px;
      color: #555;
    }

    a {
      color: #2575fc;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.3s;
    }

    a:hover {
      text-decoration: underline;
      color: #1a56db;
    }

    .Branding {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-top: 20px;
    }

    .Branding span {
      margin-top: 14px;
      font-size: 12px;
      color: #555;
      text-align: center;
    }

    .Sarvika_logo {
      width: 90px;
      margin-top: -4px;
    }

*/