.popup-user-identification {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.popup-user-identification .popup-outer {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.7);
}

.popup-user-identification .popup-inner {
	width: 100%;
	max-width: 400px;
	padding: 50px;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.popup-user-identification .popup-inner h2 {
	margin-top: 0;
	margin-bottom: 30px;
}

.popup-user-identification .theme-button {
	margin-top: 35px;
}