
.modal-email {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);	
}
.modal-content-email {
	width: 80%;
	padding: 20px;	
	background-color: #fff;		
}