/* Minimal, neutral login styles */
.tpw-login-wrap{max-width:420px;margin:2rem auto;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.tpw-login-wrap .tpw-field{margin-bottom:1rem}
.tpw-login-wrap label{display:block;font-weight:600;margin-bottom:0.5rem}
.tpw-login-wrap input[type="text"],
.tpw-login-wrap input[type="password"],
.tpw-login-wrap input[type="email"]{width:100%;padding:0.6rem 0.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:16px}
.tpw-login-wrap .tpw-actions{display:flex;gap:0.75rem;align-items:center;flex-wrap:wrap}
.tpw-button{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:0.5rem 0.9rem;cursor:pointer}
.tpw-button-primary{background:#111827;color:#fff;border-color:#111827}
.tpw-login-messages{margin-bottom:1rem}
.tpw-msg{padding:0.6rem 0.75rem;border-radius:6px;font-size:14px}
.tpw-msg-error{background:#fee2e2;color:#7f1d1d;border:1px solid #fecaca}
.tpw-msg-reset_error{background:#fee2e2;color:#7f1d1d;border:1px solid #fecaca}
.tpw-msg-reset_success{background:#dcfce7;color:#14532d;border:1px solid #bbf7d0}
.tpw-password-input{display:flex;align-items:center}
/* Show only the SVG icon – no border, background, or padding */
.tpw-toggle-password{
	margin-left:0.5rem;
	background:transparent;
	border:0;
	border-radius:0;
	padding:0;
	width:20px;
	height:20px;
	display:inline-block;
	object-fit:contain;
	cursor:pointer;
	filter:none;
}
@media (max-width: 480px){.tpw-login-wrap{margin:1rem;padding:1rem}}
