body.login {
	background:
		radial-gradient(circle at 50% 0, rgba(66, 133, 244, .08), transparent 34%),
		#f6f8fc;
}

.login #login {
	padding-top: 8vh;
	width: 440px;
}

.login h1 {
	display: none;
}

.edgl-brand {
	margin: 0 auto 24px;
	text-align: center;
}

.edgl-brand-logo {
	display: block;
	height: auto;
	margin: 0 auto 20px;
	max-height: 84px;
	max-width: 220px;
	object-fit: contain;
	width: auto;
}

.edgl-brand-name {
	color: #172033;
	display: block;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 auto 20px;
}

.edgl-brand h1 {
	color: #172033;
	display: block;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 8px;
}

.edgl-brand p {
	color: #667085;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.login form {
	border: 1px solid #dfe3e8;
	border-radius: 18px;
	box-shadow: 0 20px 55px rgba(15, 23, 42, .10);
	padding: 34px;
}

.edgl-action {
	margin: 0 !important;
}

.edgl-action--woocommerce {
	clear: both;
	margin: 16px 0 !important;
}

.edgl-google-button {
	align-items: center !important;
	background: #fff !important;
	border: 1px solid #c7cbd1 !important;
	border-radius: 12px !important;
	box-sizing: border-box !important;
	color: #202124 !important;
	display: flex !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	gap: 12px !important;
	justify-content: center !important;
	line-height: 1.4 !important;
	min-height: 58px !important;
	overflow: hidden !important;
	padding: 12px 18px !important;
	text-decoration: none !important;
	transition: border-color .2s, box-shadow .2s !important;
	width: 100% !important;
}

.edgl-google-button:hover,
.edgl-google-button:focus {
	border-color: #1a73e8;
	box-shadow: 0 2px 8px rgba(26, 115, 232, .18);
}

.edgl-google-button .edgl-google-mark {
	box-sizing: border-box !important;
	display: block !important;
	flex: 0 0 22px !important;
	height: 22px !important;
	margin: 0 !important;
	max-height: 22px !important;
	max-width: 22px !important;
	min-height: 22px !important;
	min-width: 22px !important;
	padding: 0 !important;
	width: 22px !important;
}

.edgl-google-button .edgl-google-mark path {
	transform: none !important;
}

.edgl-google-button > span {
	display: inline-block !important;
	line-height: 1.4 !important;
}

.login #backtoblog {
	text-align: center;
}

.login .message,
.login #login_error {
	border: 0;
	border-radius: 10px;
	box-shadow: none;
	margin: 0 0 18px;
	padding: 12px 14px;
}

@media (max-width: 480px) {
	.login #login {
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}

	.login form {
		padding: 26px 22px;
	}
}
