.content {
	align-items: center;
	justify-content: center;
	display: flex;
	height: 100vh;
}

.auth-container {
	background-color: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border-radius: 12px;
	padding: 40px;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	max-width: 400px;
	width: 100%;
}

.auth-container h1 {
	font-size: 24px;
	margin-bottom: 30px;
}

.telegram-widget-wrapper {
	display: flex;
	justify-content: center;
}
