html, body {
	height: 105%;
}
body{
	opacity: 0;
}

#hatter{
	background-image: url("../AlapKepek/BejelentkezoFeluletHatter.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 95%;
}
#alsosav{
	height: 5%;
	width: 100%;
}

.panel{
	text-align: center;
	width: 350px;
	height: auto;
	border-radius: 5px;
	border: 5px solid #090;
	margin: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px;
	background: rgba(255, 255, 255, 0.6);
}

.felirat{
	float:left;
	margin-top: 10px;
	font-size: 10px;
	margin-right: 50px;
}

.kozep{
	text-align:center;
	margin:auto;
}

.gomb{
	/*background: #33ff00;
	padding: 10px;
	border: 0px;
	border-radius: 5px;
	padding: 10px 70px;
	transition: 0.5s;*/
	width: 70%;
	height: 40px;
	font-weight: 600;
	border: 2px solid #009900;
	padding: 0px;
	border-radius: 5px;
	margin: 0% 5%;
	transition: 0.5s;
	background: #f2f2f2;
}
.gomb:hover{
	background: #80ff80;
}
.gomb:active{
	background: #00e600;
}
.gomb:focus{
	outline: none;
}
.hiba{
	background-color: #ffc072;
	color: #ff0000;
	border: 2px solid red;
	width: 95%;
	border-radius: 5px;
	padding: 10px 5px;
	display: inline-block;
	position: relative;
	margin-top: 20px;
	line-height: 1.3;
}

.siker{
	width: 95%;
	background-color: #8ce08c;
	color: #066906;
	border-radius: 5px;
	border: 2px solid #066906;
	padding: 10px 5px;
	display: inline-block;
	position: relative;
	margin-top: 20px;
	line-height: 1.3;
}

.bemenet{
	font-size: 16px;
/* 	border: 2px solid #d8d8d8; */
/* 	border-bottom-left-radius: 5px; */
/* 	border-bottom-right-radius: 0px; */
/* 	border-top-left-radius: 5px; */
/* 	border-top-right-radius: 0px; */
/* 	margin-left: -30px; */
	border: 2px solid #009900;
	border-radius: 5px;
	width: 90%;
	height: 40px;
	transition: 0.5s;
	padding: 10px;
	margin-bottom: 8px;
}
.bemenet:focus{
	background: #ccffcc;
}
.kerdojel{
	font-size: 20px;
	border: 2px solid #d8d8d8;
	color: #066906;
	width: 30px;
	background-color: #ececec;
	height: 40px;
	position: fixed;
	padding: 5px 2px;
	border-left: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
}
.bejelentkezoAlsoSav{
	background: black;
	width: 100%;
	color: white;
	padding: 5px;
}
.alsoLinkTarto{
	text-align: center;
	width: 100%;
}
.alsoLink{
	padding: 0px 5px;
	margin: 0px 20px;
	cursor: pointer;
	user-select: none;
}
.alsoLink:hover{
	color: orange !important;
}
@media only screen and (max-width: 800px) {
 .panel{
    width: 90%;
  }
}

/* Checkbox */
.feleletvalasztoValaszTarto .kihivasCheckbox {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.lathatoCheckbox{
	position: absolute;
	top: 3px;
	left: 0;
	height: 18px;
	width: 18px;
	background: #cce6ff;
	border: 1px solid #595959;
	margin-left: -15px;
}
.koralak{
	border-radius: 100%;
}
/* On mouse-over, add a grey background color */
.feleletvalasztoValaszTarto:hover .kihivasCheckbox ~ .lathatoCheckbox {
	background-color: #99ceff;
}
.feleletvalasztoValaszTarto:hover{
	color: #090;
}
.feleletvalasztoValaszTarto:active{
	color: #006600;
}

/* When the checkbox is checked, add a blue background */
.feleletvalasztoValaszTarto .kihivasCheckbox:checked ~ .lathatoCheckbox {
	background-color: #99ceff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);

}

/* Create the checkmark/indicator (hidden when not checked) */
.lathatoCheckbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.feleletvalasztoValaszTarto .kihivasCheckbox:checked ~ .lathatoCheckbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.feleletvalasztoValaszTarto .lathatoCheckbox:after {
  left: 7px;
  top: -8px;
  width: 8px;
  height: 22px;
  border: solid blue;
  border-width: 0 3px 3px 0;
  transform: rotate(35deg);
}
.valaszTarto{
	position: relative;
	text-align: center;
	margin: auto;
	display: inline-block;
	user-select: none;
}
.feleletvalasztoValaszTarto{
	margin-left: 15px;
	cursor: pointer;
	font-weight: 600;
}
/* Checkbox v�ge */