body {
  background-color: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: #E0E0E0;
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
}
.reset-container {
  background: #1E1E1E;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  max-width: 500px;
  width: 100%;
  height: 100%;
  max-height: 687px;
}
.reset-container h2 {
  margin-bottom: 0.5rem;
  color: #FFFFFF;
}
.form-group {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: #2A2A2A;
  border: 1px solid #424242;
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.form-group:hover {
  background-color: #333;
  border-color: #555;
  color: white;
}
.form-control {
  flex: 1;
  padding: 1rem 2.5rem 1rem 0.5rem;
  border-radius: 30px;
  border: none;
  background: transparent;
  color: #E0E0E0;
  transition: all 0.3s ease;
}
.form-control:focus {
  outline: none;
  border-color: #6200EA;
  box-shadow: 0 0 5px rgba(98, 0, 234, 0.5);
}
.btn-custom {
  background-color: #6200EA;
  color: #fff;
  border-radius: 30px;
  padding: 0.75rem 1.5rem;
  border: none;
  transition: background-color 0.3s ease;
  font-weight: 600;
  margin:20px 5px;
  cursor: pointer;
}
.btn-custom:hover {
  background-color: #3700B3;
}
.toggle-password {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  cursor: pointer;
  color: #9E9E9E;
}
.toprow {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.toprow img {
  margin-right: 10px;
}
.products {
  color: #BB86FC;
  font-weight: 700;
  font-size: medium;
}
h5 {
  color: #E0E0E0;
  margin-bottom: 10px;
}
.imgs {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
  margin-left: 10px;
}
.accname {
  font-weight: bolder;
  font-size: 18px;
  margin-top: 15px;
}
.acc-container {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: #BB86FC transparent;
}
.acc-container::-webkit-scrollbar {
  width: 5px;
}
.acc-container::-webkit-scrollbar-thumb {
  background-color: #BB86FC;
}
.dMNVAe {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #9E9E9E;
}
.dMNVAe a {
  color: #BB86FC;
  text-decoration: none;
}
.dMNVAe a:hover {
  text-decoration: underline;
}