/* TFM Login Styles */

.tfm-x {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 400px;
	padding: 40px 20px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.tfm-y {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	padding: 48px 40px;
	max-width: 440px;
	width: 100%;
}

.tfm-y.tfm-z {
	text-align: center;
}

.tfm-lg {
	text-align: center;
	margin-bottom: 32px;
}

.tfm-lg img {
	max-width: 180px;
	height: auto;
}

.tfm-h {
	margin: 0 0 24px;
	font-size: 28px;
	font-weight: 700;
	color: #1a202c;
	text-align: center;
}

.tfm-m {
	padding: 14px 18px;
	border-radius: 8px;
	margin-bottom: 20px;
	font-size: 14px;
}

.tfm-m.tfm-e {
	background: #fee;
	border: 1px solid #fcc;
	color: #c33;
}

.tfm-f {
	margin-top: 32px;
}

.tfm-w {
	position: relative;
	margin-bottom: 24px;
}

.tfm-i {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: #718096;
	display: flex;
	align-items: center;
	pointer-events: none;
}

.tfm-d {
	width: 100%;
	padding: 14px 16px 14px 48px;
	border: 2px solid #e2e8f0;
	border-radius: 10px;
	font-size: 15px;
	transition: all 0.3s ease;
	background: #f7fafc;
}

.tfm-d:focus {
	outline: none;
	border-color: #667eea;
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.tfm-p {
	position: relative;
}

.tfm-t {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	color: #718096;
	padding: 6px;
	display: flex;
	align-items: center;
	transition: color 0.2s;
}

.tfm-t:hover {
	color: #4a5568;
}

.tfm-r {
	margin-bottom: 28px;
}

.tfm-rl {
	display: flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
}

.tfm-rl input[type="checkbox"] {
	margin-right: 10px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.tfm-rl span {
	font-size: 14px;
	color: #4a5568;
}

*, *::before, *::after {
	box-sizing: border-box;
}
header, footer, h1.wp-block-post-title{display:none !important}
.tfm-b {
	width: 100%;
	padding: 16px;
	box-sizing: border-box;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #ffffff;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.tfm-b:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.tfm-b:active {
	transform: translateY(0);
}

.tfm-bt, .tfm-bs {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tfm-a {
	animation: tfm-spin 1s linear infinite;
}

@keyframes tfm-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.tfm-fp {
	margin-top: 24px;
	text-align: center;
}

.tfm-fp a {
	color: #667eea;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: color 0.2s;
}

.tfm-fp a:hover {
	color: #764ba2;
	text-decoration: underline;
}

.tfm-ok {
	margin-bottom: 24px;
	display: flex;
	justify-content: center;
}

.tfm-y.tfm-z h3 {
	margin: 0 0 16px;
	font-size: 24px;
	font-weight: 600;
	color: #1a202c;
}

.tfm-y.tfm-z p {
	margin: 0 0 28px;
	color: #4a5568;
	font-size: 15px;
}

@media (max-width: 480px) {
	.tfm-y {
		padding: 32px 24px;
	}
	
	.tfm-h {
		font-size: 24px;
	}
	
	.tfm-d {
		padding: 12px 14px 12px 44px;
		font-size: 14px;
	}
}
