.header_acc_button {
	display:none !important;
}


.fiokom_login_div {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}


.fiokom_reg_gomb {
	display: inline-block;
	background-color: rgb(37, 211, 102);
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 4px;
	transition: background-color 0.2s;
}

.fiokom_reg_gomb:hover {
	background-color:#1EBB57;
	color: rgb(255, 255, 255) !important;
}

.fiokom_kilepes_gomb {
	display: inline-block;
	background-color: rgb(37, 211, 102);
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 4px;
	transition: background-color 0.2s;
}

.fiokom_kilepes_gomb:hover {
	background-color:#1EBB57;
	color: rgb(255, 255, 255) !important;
}


.fiokom_login_div  #wp-submit {
	display: inline-block;
	background-color: rgb(37, 211, 102);
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 4px;
	transition: background-color 0.2s;
	width: 100%;
	border: none;
}

.fiokom_login_div  #wp-submit:hover {
	background-color:#1EBB57;
	color: rgb(255, 255, 255) !important;
}

.fiokom_login_div .hiba_uzi {
	padding: 10px;
	text-align: center;
	border: 1px solid darkred;
	border-radius: 10px;
	background: #8b000091;
	color: #fff;
}


 .siker_uzi  {
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #23d160;
	border-radius: 10px;
	background: #23d160;
	color: #fff;
	font-size: large;
  font-weight: bold;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
}

body:not(.elementor-editor-active) .elr{
	
	/*display:none !important;*/
	
	filter: blur(4px);
	
}

/* szöveg elrejtése amíg nem éles */

body.ip_su .elr{
	
	/*display:block !important;*/
	
	filter: none;
	
}


body .elru{
	
	display:block;
	
	clear: both;
	text-align: center;
	width: 100%;
	padding: 10px;
	
	border: 1px solid #f0ad4e;
  box-shadow: 0 4px 18px 0 rgba(188,192,202,.26);
	 
}


body .elru a {
	color: #f0ad4e;
}


/* szöveg elrejtése amíg nem éles */

body.ip_su:not(.elementor-editor-active) .elru{
	
	display:none !important;
	
}



/* reg form elrejtése amíg nem éles */
/*
.jet-form-builder[data-form-id="16617"]{
	
	display:none !important;
	 
}

*/

.jet-form-builder[data-form-id="16617"] [type="submit"] {
	border: 1px solid #23d160;
	color: #fff;
}

.jet-form-builder[data-form-id="16617"] [type="submit"]:hover {
	border: 1px solid #000;
}