#dei-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#dei-popup .close {
    cursor: pointer;
    font-size: 25px;
    line-height: 0.5;
}

.dei-header {
	display: flex;
	justify-content: flex-end;
}

.dei-body {
	padding: 20px;
}

#dei-popup .dei-content {
    padding: 10px;
    display: block;
    background: white;
    color: black;
    top: 20%;
    position: relative;
    width: 550px;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
	#dei-popup .dei-content {
		width: 90%;
	}
}

.dei-body-content {
	width: 80%;
	margin: 0 auto;
}

.dei-body-form {
	width: 80%;
	margin: 0 auto;
	
	form {
		display: flex;
	}
}

@media screen and (max-width: 600px) {
	.dei-body-content {
		width: 90%;
		margin: 0 auto;
	}

	.dei-body-form {
		width: 100%;
		margin: 0 auto;
	}
}

.dei-body-footer {
	font-size: x-small;
	padding-top: 20px;
	padding-bottom: 20px;
	
	a {
		color: black;
		text-decoration: underline;
	}
}
