/* Login panel */
#popupForm {
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:9999;
}
#popupForm .darkTransBg {
	height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    position: fixed;
	top:0px;
	left:0px;
    z-index: 998;
	opacity: 0.8;
	filter: alpha(opacity=8); /* For IE8 and earlier */
}
#popupForm .formArea {
	background-color: #FFFFFF;
    font-family: 'Nunito', Sans-Serif !important;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    position: fixed;
    padding: 30px !important;
	padding-top:0 !important;
    width: 460px;
	height:100%;
	/*
	height:360px;
    */
	z-index: 999;
    color: #808080;
    font-size: 1em;
	left: 50%;
	/*
	top:50%;
	*/
	margin-left: -250px !important;
	/*
	margin-top: -300px !important;
	*/
	border-radius:0;
	margin:0px auto;
	z-index:999;
	/*background-image:url('../img/driloginbg.jpg');*/
	background-position: 0px 150px;
    background-repeat: no-repeat;
	background-size:100% 100%;
}

#popupForm #fal_login_err{ font-size:13px; font-weight:bold; text-align:center;}
#popupForm #fal_login_err2{ font-size:13px; font-weight:bold; text-align:center;margin-bottom:20px;}
#popupForm #dip_toomany{ font-weight:bold; text-align:center;color:red;display:none;}
#popupForm form.fal_login{ clear:both; display:block;}
#popupForm form.fal_login .form-group label.error{ font-size:12px; line-height:1;}

#popupForm .formArea h1 {
	color: #00A89A !important;
    font-family: 'Nunito', Sans-Serif !important;
    font-size: 39px !important;
	font-weight:bold;
    text-align: center;
    line-height: 1;
    margin: 0 0 20px 0;
	text-transform:uppercase;
}
#popupForm .formArea input {
	/*border: 1px solid #EDEDED;*/
	border:1px solid #CCCCCC;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    color: #000000;
    font-size: 1.2rem;
    padding: 10px 10px 10px 13px;
    width: 325px;
    /*margin: 7px 0 30px 0;*/
   /* background-color: #F9F9F9;*/
    font-family: 'Nunito', Sans-Serif !important;
	line-height:1.2;
	border-radius:0;
	width:100%;
}
#popupForm .formArea input:focus {
	background-color: #FFF;
}
#popupForm .formArea label{
	font-size:12px;
	color:#ad3332;
	font-weight:bold;
	display:block;
	text-align:center;
	margin-bottom:0 !important;
}
#popupForm .formArea input[type="radio"]:checked+img{
	border:4px solid #00A89A;
}
#popupForm .formArea .countryimg{
	cursor:pointer;
}
#popupForm .pleasefill {
	font-size:13px;
	color:#808080;
	text-align:center;
}
#popupForm #pleasefill2 {
	font-size:12px;
	color:#544e66;
	text-align:center;
	font-weight:bold;
	padding-top:10px;
	line-height:18px;
}
#popupForm .formArea textarea {
	padding:5px;
	border-radius:0;
	width:100%;
	height:50px;
	border:solid 1px #d2d3d4;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;

}
#popupForm .formArea input.wpcf7-submit {
	border:solid 1px #51A633;
	background:#51A633;
	color:#ffffff;
	width:278px;
	cursor:pointer;
	text-transform:uppercase;
	font-size:14px;
	height:38px;
	line-height:25px;
}

#popupForm .formArea input.wpcf7-submit:hover {
	background:#575757;
	border:solid 1px #575757;
}

#popupForm .formArea .fal_submit{
	/*border:0; border-radius:0; color:#FFFFFF; background-color:#444444; margin-top:5px; padding:7px 10px; font-size:15px;  line-height: 1; text-align:center; text-transform:uppercase;*/
	color: #FFF;
    background-color: #00A89A;
	padding:0px;
	padding: 16px 36px 16px 36px;
	margin:0;
	line-height:1em;
    float: right;
	font-size:1.5em;
	font-weight:normal;
	font-family: Ubuntu, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	letter-spacing:0.05em;
	border:none;
	cursor:pointer;
	width:110px;
	border-left:2px solid #FFF;
	display:block;
}
#popupForm .formArea .fal_submit:hover{
	background-color: #20C8BA;
}

#popupForm .formArea .fal_register2{
	/*border:0; border-radius:0; color:#FFFFFF; background-color:#444444; margin-top:5px; padding:7px 10px; font-size:15px;  line-height: 1; text-align:center; text-transform:uppercase;*/
	color: #FFF;
    background-color: #00A89A;
	padding:0px;
	padding: 16px 36px 16px 36px;
	margin:0;
	line-height:1em;
    float: right;
	font-size:1.5em;
	font-weight:normal;
	font-family: Ubuntu, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	letter-spacing:0.05em;
	border:none;
	cursor:pointer;
	width:110px;
	border-left:2px solid #FFF;
	
	display:block;
}
#popupForm .formArea .fal_register2:hover{
	background-color: #20C8BA;
}

#popupForm .formArea #fal_register_form{
	float:left;
	border-left:none;
	border-right:2px solid #FFF;
}

#popupForm .formArea .fal_register{
	color: #FFF;
    background-color: #00A89A;
	padding:0px;
	padding: 16px 36px 16px 36px;
	margin:0;
	line-height:1em;
    float: right;
	font-size:1.5em;
	font-weight:normal;
	font-family: Ubuntu, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	letter-spacing:0.05em;
	border:none;
	cursor:pointer;
	width:110px;
	border-left:2px solid #FFF;
	
	float:left;
	border-left:none;
	border-right:2px solid #FFF;
}

#popupForm .formArea .fal_back{
	color: #FFF;
    background-color: #00A89A;
	padding:0px;
	padding: 16px 36px 16px 36px;
	margin:0;
	line-height:1em;
    float: right;
	font-size:1.5em;
	font-weight:normal;
	font-family: Ubuntu, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	letter-spacing:0.05em;
	border:none;
	cursor:pointer;
	width:110px;
	border-left:2px solid #FFF;
	
	float:left;
	border-left:none;
	border-right:2px solid #FFF;
}

#popupForm .formArea p.conNumber {
	text-align:center;
	font-size:15px;
	overflow:hidden;
}
#popupForm .formArea p.conNumber span {
	font-weight:bold;
	color:#39F;
}
#popupForm .formArea p .refresh-link a{ color:#00537a; text-decoration:underline;}

#popupForm .formArea span.wpcf7-not-valid-tip{ font-size:13px; line-height:15px; }
#popupForm .formArea div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
    position: absolute;
    right: 12px;
    top: 10px;
    z-index: 1;
}
#popupForm .formArea  div.wpcf7-response-output{ margin-top:0;}

#fal_loadingmessage {/* position: fixed; */top: 50%;width:100%;height:100%;text-align:center;display:none;}


#dip_user{
	background-image:url(https://doctorsinsight.eu/kozmetodoc/wp-content/uploads/sites/2/2019/02/useri-.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:auto 100%;
	border-radius:4px !important;
	padding-left:40px !important;
	border:1px solid #544e66 !important;
	margin-bottom:0 !important;
}
.form-group{
	margin-bottom:10px !important;
}
#dip_pass{
	background-image:url(https://doctorsinsight.eu/kozmetodoc/wp-content/uploads/sites/2/2019/02/passi-.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:auto 100%;
	border-radius:4px !important;
	padding-left:40px !important;
	border:1px solid #544e66 !important;
	margin-bottom:10px !important;
}
.loginbg1{
	background-color:#fff6ef;
	margin-top:50px;
	padding:30px;
	padding-top:10px;
	padding-bottom:0;
	border-top:1px solid #b8ad8f;
	border-left:1px solid #b8ad8f;
	border-right:1px solid #b8ad8f;
}
.loginbg2{
	background-color:#eaeaea;
	color:#544e66 !important;
	padding:15px;
	padding-top:0;
	border-bottom:1px solid #b8ad8f;
	border-left:1px solid #b8ad8f;
	border-right:1px solid #b8ad8f;
}
.loginbg2 .form-group input{
	width:65% !important;
	margin:0 auto !important;
	border-radius:4px !important;
	border:1px solid #544e66 !important;
}
#register_open{
	background-color:#FFFFFF;position: relative;
    left: -31px;
    width: 399px;
    padding-bottom: 1px;
    margin-top: 15px;
    padding-top: 1px;
	border:1px solid #b8ad8f;
	cursor:pointer;
}
#dip_login{
	margin-bottom:0;
}
.dip_register2 {
    color: #544e66;
    border: 1px solid #544e66;
    border-radius: 9px;
    padding: 5px 55px;
    font-size: 1.5rem;
    text-shadow: none !important;
    box-shadow: none !important;
    margin: 0 auto;
    display: block;
	cursor:pointer;
	line-height:28px;
}
.formArea .form-control{
	height:30px !important;
	background-color:transparent;
}
#dip_loadingmessage{
	position:absolute;
	top:20%;
	left:30%;
}
.unfilled{
	background-color:#ffc155 !important;
}





.dip_submit, .dip_register2 {
    /* color: #544e66; */
    color: #FFFFFF !important;
    border: 1px solid #544e66;
    border-radius: 9px;
    padding: 5px 55px;
    font-size: 1.5rem;
    text-shadow: none !important;
    box-shadow: none !important;
    margin: 0 auto;
    display: block;
    background-color: #544e66;
    width: 150px;
    height: 30px;
    padding: 0 !important;
}



#dip_next{
	display:none;
	margin:0 auto;
}
.fa-chevron-right{
	font-family:'FontAwesome';
	font-style:normal;
	font-weight:100;
	margin-left:8px;
	margin-top:5px;
}
.fa-chevron-left{
	font-family:'FontAwesome';
	font-style:normal;
	font-weight:100;
	margin-right:8px;
	margin-top:5px;
}
#step_errors{
	text-align:center;
}
#dip_register3{
	display:none;
	margin:0 auto;
}
#dip_back{
	display:none;
}


/* RESPONSIVE */
@media screen and (max-width:450px){
	.loginbg1{
		margin-top:0 !important;
	}
	#popupForm .formArea{
		width:320px !important;
		margin-left:-200px !important;
	}
	#register_open{
		width:300px !important;
	}
	#popupForm .felsokekcsik{
		height:15px !important;
	}
	#loginlogo{
		height:50px !important;
	}
	#popupForm .kozmetotext{
		font-size:2.8rem !important;
		padding-left:15px;
		padding-right:15px;
	}
	.loginbg1{
		position:relative;
		top:-10px;
	}
	.loginbg2{
		position:relative;
		top:-10px !important;
	}
	#popupForm h1{
		margin-bottom:10px !important;
	}
	#popupForm .kettoscsik1, 
	#popupForm .kettoscsik2{
		height:2px;
		margin-bottom:3px;
	}
	#loginimg,
	#registerimg{
		height:28px;
	}
	#loginh1{
		display:none;
	}
	
	#dip_register_form label{
		padding-top:15px;
	}
	label[for="dip_pass_reg2"]{
		padding-top:0 !important;
	}
	#nextcounter{
		display:none;
		margin-top:15px;
		margin-bottom:0;
		text-align:center;
		color:#ad3332;
	}
}

@media screen and (max-height:810px){
	#popupForm .felsokekcsik{
		height:15px !important;
	}
	#loginlogo{
		height:50px !important;
	}
	#popupForm .kozmetotext{
		font-size:2.8rem !important;
		padding-left:15px;
		padding-right:15px;
	}
	.loginbg1{
		position:relative;
		top:-10px;
	}
	.loginbg2{
		position:relative;
		top:-10px !important;
	}
	#popupForm h1{
		margin-bottom:10px !important;
	}
	#popupForm .kettoscsik1, 
	#popupForm .kettoscsik2{
		height:2px;
		margin-bottom:3px;
	}
	#loginimg,
	#registerimg{
		height:28px;
	}
	#loginh1{
		display:none;
	}
	
	#dip_register_form label{
		padding-top:15px;
	}
	label[for="dip_pass_reg2"]{
		padding-top:0 !important;
	}
	#nextcounter{
		display:none;
		margin-top:15px;
		margin-bottom:0;
		text-align:center;
		color:#ad3332;
	}
	#dip_errors{
		display:inline-block;
	}
}








