._ {
	width: 375px;
	height: 667px;
	margin: 0 auto;
}

.alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede),
		to(#e7c3c3));
	background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',
		endColorstr='#ffe7c3c3', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dca7a7;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	font-size: 14px;
}

.popup {
	position: absolute;
	width: 100%;
	top: 0px;
	height: 100%;
	left: 0px;
	z-index: 9999;
}

.popup-content {
	background: rgba(80, 150, 200, 0.9);
	color: #ffffff;
	left: 49.6%;
	padding: 10px;
	position: absolute;
	top: 30%;
	transform: translate(-50%, -50%);
	width: 300px;
	text-align: center;
	z-index: 9999;
}

.btn-popup-close {
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 30px;
	width: 50%;
}