.urlap {
	margin: 2% 10%;
}

form {
	margin: 18px auto 18px auto;
	background-color: #9bd8f1;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s ease-in-out;
  }

  form:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }

  label {
	display: block;
	margin-bottom: 8px;
	color: #333;
	display: flex;
	align-items: center;
  }
  #bejelentes_label {
	font-weight: bold;
  }

  input[type="text"],
  input[type="email"],
  textarea,
  select {
	width: 100%;
	padding: 12px;
	margin-bottom: 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	transition: border-color 0.3s ease-in-out;
  }

  input[type="text"]:focus,
  textarea:focus,
  select:focus {
	border-color: #4caf50;
  }

  input[type="radio"],
  input[type="checkbox"] {
	margin-right: 8px;
	vertical-align: middle;
  }
  input[type="radio"] + label,
  input[type="checkbox"] + label {
	font-weight: normal;
  }
  button {
	background-color: var(--elso-szin);
	color: #fff;
	padding: 14px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.3s ease-in-out;
  }

  button:hover {
	background-color: var(--harmadik-szin);
  }

  /* Szövegterület design */
  textarea {
	resize: vertical;
  }

  /* Háttérszín a jelölőnégyzet kiválasztása esetén */
  input[type="checkbox"]:checked + label,
  input[type="radio"]:checked + label {
	background-color: #4caf50;
	color: #fff;
  }

  /* Árnyékolás a rádiógombok és jelölőnégyzetek körül */
  label:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
.letolt-gomb
{
	clear: both;
	border:none;
	background-color: var(--elso-szin);
	min-width: 240px;
    max-width: 340px;	
	padding: 8px 6px;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 5000;
	font-size: 12pt;
	line-height: 120%;
	font-family : inherit;
	color: white;
	text-align: center;
	
}
.letolt-gomb small
{
	font-size: 8pt;
	margin: 0px;
	line-height: normal;
}

.kozepre
{
	margin-left: auto;
	margin-right: auto;
}
.letolt-gomb:hover, .jelgomb:hover, .jelgombuj:hover
{
	background-color: #ee9922;	
}
.nagyikon {
  border-right: 2px solid white;
  font-size: 28pt;
  height: 100%;
	width: 50px;
	float: left;
	margin-right: 8px;
}
.nagyikon2 {
  border-right: 2px solid white;
  font-size: 14pt;
  height: 100%;
	width: 30px;
	float: left;
	margin-right: 8px;
}
  .email_tesztalap {
	border: 5px solid #999999;
	margin: 10px;
	padding: 10px;
	display: table;
	width: 540px;
	  background-color: #ccffff;
	  box-shadow: #000000 10px 10px 10px;
  }

  @media screen and (max-width: 1024px) {
  button {
	padding: 8px 16px;
	font-size: 16px;
  }
  }