.popup .featherlight-content {
	width: 90%;
	max-width: 690px;
	padding: 50px !important;
	border-radius: 10px !important;
	background-color: #584a6d !important;
}

.popup .close_button {
	position:absolute !important;	
	top:10px !important;
	right:10px !important;
	background-image:url(../images/buttons/close_popup.png);
	width:30px;
	height:30px;
}

.popup .featherlight-close-icon {
	display:none !important;
}

.popup .hide {
	display:none;	
}

.popup .popup_c {
	width:613px;	
}

.popup  strong {
	font-family: 'Expletus Sans';
	font-weight: 600;
	font-size: 36px;
	line-height: 48px;
	color: #A6A6A6;
	display: block;
	margin-bottom: 30px;
}

.popup  .error {
	font-family: 'Lucida Grande Bold';
	font-size:18px;
	line-height:28px;
	color:#00C7FF;
}

.popup .error_input {
	border:3px solid #00C7FF;	
}

.popup  p {
	font-family: 'Lucida Grande';
	font-size: 16px;
	color: #fff;
	line-height:24px;
	display: block;
	margin-bottom: 50px;
	max-width:612px;
}

.popup input {
	font-family: 'Lucida Grande';
	width:592px;
	background-color:#e6e6e6;
	border:3px solid #999999;
	padding:8px;
	margin-bottom:10px;
	border-radius:10px;	
	font-size:18px;
	line-height:30px
}


.popup textarea {
	font-family: 'Lucida Grande';
	width:592px;
	background-color:#e6e6e6;
	border:3px solid #999999;
	padding:8px;
	margin-bottom:10px;
	border-radius:10px;	
	font-size:18px;
	line-height:30px;
	height:250px;
}


.popup .button_block  {
	margin-top:80px;	
}

.mandatory_note {
	color:#C7C7C7;
	font-size:14px;
	line-height:30px;
	font-family: 'Lucida Grande';	
}


.reset_password_link {
	text-decoration:none;
	color:#c8c8c8;
	font-family: 'Lucida Grande';	
}


a.reset_password_link:hover {
	text-decoration:underline;
}


.exit .featherlight-content {
	background-color:#EFEFEF !important;	
	
}

.noshow {
	color:#646464;
	font-size:18px;
	line-height:21px;
	font-family: 'Lucida Grande';	
		
}
