/* header logó nagyobb méret */
.header .logo img {
  max-width: 350px;
}
/* footer link átírása */
footer.container a {
	font-size: 0;
}

footer.container a::after {
	content: "Mi Hazánk Mozgalom";
	font-size: 14px;
}

footer.container a {
	text-decoration: none;
	color: #666;
}

/* háttér */
body {
	background: #f4f7f3;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* login doboz */
.container.wrap {
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 4px 14px rgba(0,0,0,0.08);
	border-top: 4px solid #5a7f2b;
}

/* logo méret */
.header .logo img {
	max-width: 340px;
}

/* cím */
h1, h2, h3 {
	color: #5a7f2b;
}

/* input mezők */
input[type="text"],
input[type="password"] {
	border: 1px solid #d6decf;
	background: #fafcf8;
}

/* fókusz */
input:focus {
	border-color: #5a7f2b;
	box-shadow: 0 0 0 2px rgba(90,127,43,0.15);
}

/* belépés gomb */
button,
.button,
input[type="submit"] {
	background: #5a7f2b;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
}

button:hover,
.button:hover,
input[type="submit"]:hover {
	background: #486624;
}

/* linkek */
a {
	color: #5a7f2b;
}

a:hover {
	color: #3f5a1e;
}

/* footer */
footer.container {
	color: #666;
	font-size: 13px;
}