#wpwrap {
	background-color: #f5f5f5;
}

.text-logo {
	position: absolute;
	top: 30px;
	left: 24px;
	z-index: 10;
}

.text-logo img {
	display: block;
}

#connect {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 176px;
}

#connect .wrapper {
	border-radius: 20px;
	padding: 16px 20px 60px 20px;
	width: 560px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #ffffff;
}

#connect .logo-frame {
	margin-bottom: 16px;
}

#connect .logo-frame img {
	display: block;
	max-width: 100%;
	height: auto;
}

#connect .title {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #1e1e1e;
	margin: 0 0 12px 0;
	text-align: center;
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

#connect .description {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #1e1e1e;
	margin: 0 0 32px 0;
	text-align: center;
	width: 480px;
}

#connect .connect-button {
	outline: none;
	border: none;
	margin: 0;
	padding: 10px 12px;
	text-decoration: none;
	width: auto;
	background-color: #131317;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	border-radius: 8px;
	cursor: pointer;
}

#connect .connect-button:active,
#connect .connect-button:focus {
	color: #ffffff;
	box-shadow: none;
	outline: none;
}

#connect .footer-description {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #1e1e1e;
	margin-top: 40px;
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

#connect .footer-anchor {
	color: #3858e9;
	text-decoration: none;
	box-shadow: none;
}

#connect .footer-anchor:hover {
	text-decoration: underline;
}

#connect .footer-anchor:focus {
	color: #3858e9;
	box-shadow: none;
	outline: none;
}
