.ip51-modal_form h2{
	margin-top:0;
	text-align:center
}


/*** MODAL ***/
.ip51-modal_background{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background:rgba(0,0,0,0.6);
	display:none;
	flex-direction:column;
	align-items:center;
	justify-content:center
}
.ip51-modal_form{
	background:#fff;
	border-radius:2px;
	width:500px;
	padding:40px 30px;
	position:relative;
	display:none;
	max-width:100%
}
a.ip51-close_form{
	position:absolute;
	font-size:40px;
	width:40px;
	text-align:center;
	right:10px;
	top:10px;
	z-index:5
}