  body {
  height: 800px;
  background-image: url("../../img/logo/LogoMF.png");
  background-size: cover;
  background-size: 25rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

 .password-container {
	position: relative;
	display: inline-block;
}

.password-container input {
	padding-right: 100px;
}

.toggle-password {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}