.Find-UserId{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-form {
  margin: auto;
  display: flex;
  gap:1rem;
}
#search {
  margin: 4px 50px;
  margin-left: 0px;
  padding: 12px;
  align-item: left;
  width: 100%;
  background: #1E2023;
  font-weight: 400;
  line-height: 23px;
  font-size: 16px;
  color: rgb(225, 204, 0);
  font-family: Rajdhani, sans-serif;
  border: 1px solid #2f3136; /* Initial border color */
  border-radius: 3px;
  transition: border-color 0.3s ease-out, padding-left 0.3s ease-out;
}

#search:focus {
  border-color: #ffcc00; /* Border color on focus */
  padding-left: 20px; /* Shift placeholder to the right */
  outline: none;
}

.placeholder-shift {
  transition: padding-left 0.3s ease-out;
}

#search::placeholder {
  text-indent: 3px; /* Shift placeholder to the right */
}
.mighty {
	background: #000;
	width: 109.5%;
	height: 50px;
	margin-top: 10px;
	margin-left: -15px;
	padding: 15px;
	border-radius: 0 0 5px 5px ;
}