.pp-error { 
	color:#e02b20; 
	font-weight:700; 
	margin-bottom:12px; 
}

.pp-input-wrap { 
	position: relative;
	margin-bottom: 2%;
}

.pp-input-wrap input[type="password"],
.pp-input-wrap input[type="text"] {
  width: 100%;
  padding-right: 44px; 
  box-sizing: border-box;
  height: 44px;
  line-height: 44px;
}

.pp-toggle-btn {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
}

.pp-toggle-btn i { 
	font-size: 18px; 
	line-height: 1;
	color: #666666;
}

/* Standard: Auge offen sichtbar */
.pp-toggle-btn .fa-eye { 
	display: inline-block; 
}
.pp-toggle-btn .fa-eye-slash { 
	display: none; 
}

/* Bei "gedrückt": anderes Icon */
.pp-toggle-btn[aria-pressed="true"] .fa-eye { 
	display: none; 
}
.pp-toggle-btn[aria-pressed="true"] .fa-eye-slash { 
	display: inline-block; 
}

/* Fokus sichtbar */
.pp-toggle-btn:focus {
  outline: 2px solid #2b90d9;
  outline-offset: 2px;
  border-radius: 4px;
}
