/* JP Portal Auth – Login-Gate im J&P Look
   Farben: Gold #b8903c / #d4a94e, Dunkel #111111, Schrift Roboto */

.jp-auth-wrap {
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 20px;
	font-family: 'Roboto', Arial, sans-serif;
}

.jp-auth-card {
	width: 100%;
	max-width: 380px;
	background: #111111;
	padding: 44px 36px 36px;
}

.jp-auth-eyebrow {
	display: block;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #d4a94e;
	margin-bottom: 10px;
}

.jp-auth-card h1 {
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	margin: 0 0 8px;
}

.jp-auth-sub {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	margin: 0 0 26px;
	line-height: 1.5;
}

.jp-auth-error {
	background: rgba(196, 74, 58, 0.15);
	border: 1px solid #c44a3a;
	color: #f0a89b;
	font-size: 13px;
	padding: 10px 14px;
	margin-bottom: 20px;
}

.jp-auth-form {
	display: flex;
	flex-direction: column;
}

.jp-auth-form label {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 6px;
}

.jp-auth-form input {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #ffffff;
	padding: 12px 14px;
	font-size: 14px;
	margin-bottom: 18px;
	width: 100%;
	box-sizing: border-box;
}

.jp-auth-form input::placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.jp-auth-form input:focus {
	outline: none;
	border-color: #b8903c;
	background: rgba(255, 255, 255, 0.09);
}

.jp-auth-form button {
	background: #b8903c;
	color: #111111;
	border: none;
	padding: 13px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 6px;
}

.jp-auth-form button:hover {
	background: #d4a94e;
}

.jp-auth-forgot {
	display: block;
	text-align: center;
	margin-top: 20px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
	text-decoration: underline;
}
.jp-auth-forgot:hover {
	color: #d4a94e;
}
