body {
	background-color: #ffffff; /* Light gray background */
	justify-content: center;
	align-items: center;
}

.row {
	margin-top: auto;
	margin-bottom: auto;
}

.content {
  display: flex;
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
}
.input_password  {
  background: #f9fdff;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #48b3fb;
  outline: none;
  color: #48b3fb;
}
.show-hide {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}