	.wplb_holder {padding: 20px box-shadow: 0px 0px 40px rgba(0,0,0,0.1);}
	.wplb_flex { justify-content: space-between; border-radius: 5px; max-width: 600px; margin: auto;}
	.wplb_flex > div:not(.wplb_flex) input:not([type="submit"], [type="checkbox"]) { margin-bottom: 20px; display: block; width: 100%; box-sizing: border-box; border-radius: 20px; padding: 10px 28px;    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07); margin-top: 4px; font-size: 12px; border: 1px solid #eaeaea; background-color: #f8672329 !important; }
	.wplb_heading_btn {display: grid; grid-template-columns: 1fr 1fr; text-align: center; font-weight: bold; font-size: 22px; line-height: 30px; margin-bottom: 30px;}
	#wplb_heading_login {color: #f86723; border-bottom: 3px solid #f86723; padding-bottom: 20px; cursor: pointer;}
	#wplb_heading_registration { color: #B7BBD0; border-bottom: 3px solid #B7BBD0; padding-bottom: 20px; cursor: pointer;}
	.wplb_registration {display: none;}
	.wplb_holder input[type="submit"], #wplb_reset_pass { background: #f86723; color: #fff !important; padding: 8px 20px !important; border-radius: 24px !important; box-shadow: 0 4px 14px rgb(249 126 41); transition: transform .2s, box-shadow .2s !important; cursor: pointer;}
    
    .wplb_holder input[type="submit"]:hover, #wplb_reset_pass:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(124, 92, 191, 0.45) !important;
    }
    
	.wplb_holder label { display: block; margin-bottom: 7px; font-size: 13px;}
	.wplb_alert {position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem; display: none; margin-top: 20px; font-size: 12px;}
	.wplb_alert_error {color: #721c24; background-color: #f8d7da; border-color: #f5c6cb;}
	.wplb_signon {color: #155724;   box-shadow: none; display: block;}
	.wplb_loading {animation: pulse 0.3s infinite; display: none; font-size: 12px;}
	@keyframes pulse {	  
	    0% { color: #eaeaea;}
	  100% { color: #000;}
	}
	#wplb_reset, #wplb_reset_pass {cursor:pointer;}
	.wplb_reset_pass {display:none;}
	.wplb_btn { 
	margin-top: 22px;
	display: flex;
    justify-content: space-between;
    }
	.wplb_cansel {display: inline-block; background: #f86723;
    color: #fff !important;
    padding: 4px 18px !important;
    border-radius: 24px !important;
    box-shadow: 0 4px 14px rgb(249 126 41);
    transition: transform .2s, box-shadow .2s !important;
    cursor: pointer;
	margin-left: 60px;
	}
	
	.wplb_cansel:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(124, 92, 191, 0.45) !important;}
    
    .wplb_flex > div:not(.wplb_flex) select{margin-bottom: 20px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 10px 28px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
    margin-top: 4px;
    font-size: 12px;
    border: 1px solid #eaeaea;
    background-color: #f8672329 !important;
    cursor: pointer;
    }
    
    option {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  border-bottom: 1px solid #ddd;
  background: #fFF;
  padding: 10px;
  transition: 0.4s;
}

/* Opt-in to modern custom select rendering */
select, ::picker(select) {
  appearance: base-select;
}

/* Style the border of the dropdown container */
::picker(select) { 
    background-color: #f0f0f0;
  border: 2px solid #ebe4e2;
  border-radius: 8px;
}
.cgeckbox_soglasie{
    display: flex;
    gap: 5px;
}
.cgeckbox_soglasie label{
    margin-bottom: unset;
}
