.popupalap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 3000;
	display: flex;
    justify-content: center;
    align-items: center;
}
.popup {
	width: 550px;
	height: 250px;
	background-color: rgb(255, 255, 255);
	border-top: 40px solid black;
	position: relative;
    padding: 18px;
    box-sizing: border-box;
}
.popup h1{
	position: absolute;
	top: -48px;
	left: 8px;
	color: white;
	font-size: 24px;
}
#bezar {
position: absolute;
top: -36px;
right: 4px;
color: white;
font-size: 30px;
}
#bezar:hover {
color: red;
	}
  .reg {
    margin: 0px 0px 0px 4px;
  }
.reg p {
        margin: 12px 0px 12px 0px;
        position: relative;
      }
#cimke {
      padding: 4px 8px;  
      font-size: 14pt;
      background-color: rgb(216, 216, 216);
}     
.reg input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    margin: 0;
  }
  .reg input[type="text"],
  .reg input[type="email"],
  .reg input[type="tel"],
  .reg input[type="date"],
  .reg input[type="password"] {
    background: #fff;
    border: 1px solid #dbdbdb;
    font-size: 1.2em;
    padding: .8em .8em .4em .8em;
    border-radius: 2px;
  }
  .reg select {
    background: #fff;
    border: 1px solid #dbdbdb;
    font-size: 1em;
    padding: 1em .5em;
    border-radius: 2px;
      width: 100%;
  }
  .reg input[type="text"]:focus,
  .reg input[type="email"]:focus,
  .reg input[type="password"]:focus {
    background: #fff;
  }
  .reg span {
    display: block;
    background: #F9A5A5;
    padding: 2px 5px;
    color: #666;
  }
  .reg button, .reggomb, .hiba button{
    background-color: var(--main-kozepszurke);
    border-radius: 2px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.6em;
    line-height: 1.6em;
    margin: 4px  1%;
    outline: none;
    padding: .2em 0;
      width: 100%;
  }
  .bej button, .hiba button {
    font-size: 1.2em;
    line-height: 1.6em;
    margin: 8px  1%;
    padding: .2em 0;
  } 
  .reg button:hover{
    background-color: red;
  }
  .reg50 {
      margin: 10px  1%;
      width: 48% !important;
      float: left;
  }
  .pad10 {
      height: 40px;
      width: 100%;
      display: table;
  }
  .reg label {
    position: absolute;
    left: 8px;
    top: 12px;
    color: #999;
    font-size: 16px;
    display: inline-block;
    padding: 0px 10px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0);
    -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
    -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
    -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
    transition: color 0.3s, top 0.3s, background-color 0.8s;
  }
  .reg label.floatLabel {
    top: -11px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
  }
  ::placeholder {
    color: black;
    opacity: 0.3; /* Firefox */
      font-size: 12pt;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: silver;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
   color: silver;
  }
  .adatv_sor
  {
      margin: 20px 0px;
  }
  .adatv_sor input[type=checkbox],  .reg input[type=checkbox]
  {
  width: 28px;
    height: 28px;
      margin-right: 10px;	
      margin-left: 13px;	
      margin-top: -5px;
      float: left;
      }
  .captcha
      {
          margin: auto auto;
  
          display: table;
      }
  .alcimke {
      padding-left: 20px;
  }
  .pirosb button{
    color: red!important;
  }
.hiba {
  background-color: red;
  position: absolute;
  z-index: 3000;
  width: 100%;
  padding: 8px;
}  
.hiba p{
  color: white;
  font-size: 14pt;
  margin: 0px!important;
  float: left;
}
.hiba button{
  padding: 2px 8px;
  margin: 0px 8px;
  float: right;
  display: block;
  width: 200px;
} 
.hiba button:hover{
  background-color: rgb(41, 41, 41);
}
@media screen and (max-width: 480px) {
  .popup {
    width: 400px;
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  .popup {
    width: 280px;
    height: auto;
  }
  .reg50 {
    margin: 4px  1%;
    width: 100% !important;
    float: none;
}
}