form.woocommerce-form-login p:has(#password),
form.woocommerce-form-login p:has(input[name="password"]),
form.woocommerce-form-login .lost_password,
form.woocommerce-form-login .woocommerce-LostPassword,
form.woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-EditAccountForm fieldset {
	display: none !important;
}

.teknobike-otp-msg {
	margin: 0 0 1em;
	padding: 0.75em 1em;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.4;
}

.teknobike-otp-msg.is-error {
	background: #f8d7da;
	color: #721c24;
}

.teknobike-otp-msg.is-success {
	background: #d4edda;
	color: #155724;
}

[hidden],
.teknobike-is-hidden {
	display: none !important;
}

.teknobike-otp-help {
	margin: 0 0 1em;
	font-size: 14px;
	opacity: 0.85;
}

.teknobike-otp-code-wrap input {
	letter-spacing: 0.35em;
	font-size: 1.25em;
	text-align: center;
}

.teknobike-otp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75em 1.25em;
	align-items: center;
	margin: 0.5em 0 0;
}

.teknobike-otp-actions button[disabled] {
	opacity: 0.65;
	cursor: not-allowed;
}

.teknobike-otp-link {
	background: none;
	border: 0;
	padding: 0;
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
	font-size: 14px;
}

.teknobike-otp-link[disabled] {
	text-decoration: none;
	cursor: default;
	opacity: 0.7;
}

.login .teknobike-otp-wp-login-msg,
.teknobike-otp-wp-login-msg {
	margin: 0 0 16px;
	padding: 12px 16px;
	border-left: 4px solid #2271b1;
	background: #f0f6fc;
	color: #1d2327;
}

.teknobike-login-page {
	margin: 0;
	min-height: 100vh;
	background: #f6f7f8;
	color: #3a3a3a;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.teknobike-login-shell {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px 16px;
}

.teknobike-login-card {
	width: 100%;
	max-width: 420px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 36px 32px 32px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.teknobike-login-brand {
	display: inline-flex;
	align-items: center;
	margin-bottom: 20px;
	color: inherit;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 600;
}

.teknobike-login-brand img {
	max-height: 48px;
	width: auto;
}

.teknobike-login-card h1 {
	margin: 0 0 8px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #4b5563;
}

.teknobike-login-lead {
	margin: 0 0 24px;
	font-size: 14px;
	line-height: 1.5;
	color: #6b7280;
}

.teknobike-login-card .form-row,
.teknobike-login-card .woocommerce-form-row {
	margin: 0 0 16px;
}

.teknobike-login-card label {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
}

.teknobike-login-card input.input-text,
.teknobike-login-card input[type="email"],
.teknobike-login-card input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
}

.teknobike-login-card .woocommerce-form-login__submit,
.teknobike-login-card button[type="submit"] {
	width: 100%;
	min-height: 44px;
	border: 0;
	border-radius: 6px;
	background: #3ab1e4;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.teknobike-login-card .woocommerce-form-login__submit:disabled,
.teknobike-login-card button[type="submit"]:disabled {
	opacity: 0.65;
	cursor: not-allowed;
}
