body.login {
	--tem-accent: #3858e9;
	--tem-accent-hover: #2b48cb;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background: linear-gradient(135deg, #eef5ff 0%, #f6f7f7 55%, #ffffff 100%);
}

body.login #login {
	width: 100%;
	max-width: 420px;
	padding: 26px 18px 24px;
}

body.login .tem-login-message {
	margin: 0 0 18px;
	padding: 16px 18px;
	border: 1px solid #dcdcde;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
	text-align: center;
	color: #50575e;
	font-size: 15px;
	line-height: 1.55;
}

body.login .tem-login-message__title {
	margin: 0 0 8px;
	color: #1d2327;
	font-size: 20px;
	line-height: 1.25;
}

body.login .tem-login-message__description p {
	margin: 0 0 8px;
}

body.login .tem-login-message__description p:last-child,
body.login .tem-login-message p:last-child {
	margin: 0;
}

body.login h1 a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 96px;
	height: 96px;
	margin: 0 auto 16px;
	border-radius: 18px;
	background: var(--tem-accent);
	background-image: none;
	box-shadow: 0 12px 24px rgba(56, 88, 233, 0.24);
	color: transparent !important;
	font-size: 0;
	font-weight: 700;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	text-shadow: none;
}

body.login h1 a::before {
	content: "TEM";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
	color: #fff;
	font-size: 26px;
	line-height: 1;
}

body.login form {
	margin-top: 0;
	padding: 24px;
	border: 1px solid #dcdcde;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

body.login .message,
body.login #login_error {
	border-radius: 12px;
}

body.login label {
	color: #1d2327;
	font-weight: 600;
}

body.login .input,
body.login input[type="text"],
body.login input[type="password"] {
	min-height: 42px;
	border-color: #c3c4c7;
	border-radius: 8px;
	box-shadow: none;
}

body.login .button.wp-hide-pw {
	min-height: 42px;
}

body.login .button-primary {
	min-height: 42px;
	padding: 0 16px;
	border: 0;
	border-radius: 8px;
	background: var(--tem-accent);
	box-shadow: 0 8px 18px rgba(56, 88, 233, 0.28);
	text-shadow: none;
}

body.login .button-primary:hover,
body.login .button-primary:focus {
	background: var(--tem-accent-hover);
}

body.login .forgetmenot label {
	font-weight: 500;
}

body.login #nav,
body.login #backtoblog {
	margin: 14px 0 0;
	padding: 0 4px;
	text-align: center;
	font-size: 14px;
}

body.login #nav a,
body.login #backtoblog a {
	color: var(--tem-accent);
	text-decoration: none;
}

body.login #nav a:hover,
body.login #backtoblog a:hover,
body.login #nav a:focus,
body.login #backtoblog a:focus {
	color: var(--tem-accent-hover);
	text-decoration: underline;
}

body.login .language-switcher {
	display: none;
}
