@import "../fonts/fonts.css";

.login h1 a {
	background-image: url(../images/FR-distributor-logo-HUNGARY.webp);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	color: #3c434a;
	height: 160px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 auto 24px;
	padding: 0;
	text-decoration: none;
	width: 160px;
	text-indent: -9999px;
	outline: 0;
	overflow: hidden;
	display: block;
}

body.login {
  background: #fff;
  font-family: "4reason-regular";
}

#login {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

#loginform {
	border: 0;
	box-shadow: none;
  max-width: 320px;
  box-sizing: border-box;
}

#loginform > * {
  display: block;
  float: none;
}

#loginform .forgetmenot {
  text-align: center;
  margin: 0.5em 0;
}

#loginform .submit input[type="submit"] {
	width: 100%;
	border-radius: 6px;
	height: 44px;
	font-size: 14px;
	font-weight: 600;
	box-shadow: none;
	transition: background-color 0.2s ease;
	background: #111827;
	border-color: #111827;
	box-shadow: none;
	text-shadow: none;
}

#loginform .submit input[type="submit"]:hover {
  background: #374151;
  border-color: #374151;
}

#loginform .input,
.login input[type="text"],
.login input[type="password"] {
	margin: 0 0 16px 0;
	border-radius: 6px;
	border: 1px solid #d1d5db;
	background: #ffffff;
	color: #111827;
}

#loginform label {
  font-weight: 600;
}
