body.login.tuacte-login-custom {
	--tuacte-login-button-color: #1496ad;
	--tuacte-login-button-text-color: #fff;
	--tuacte-login-logo-image: none;
	--tuacte-login-background-image: none;

	min-height: 100vh;
	margin: 0;
	padding: 42px 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #f8f9fa;
	background-image: var(--tuacte-login-background-image);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #141414;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

body.login.tuacte-login-custom::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	background: rgba(248, 249, 250, 0.82);
	pointer-events: none;
}

body.login.tuacte-login-custom #login {
	width: min(382px, 100%);
	padding: 0;
	margin: 0;
}

body.login.tuacte-login-custom #login h1 {
	margin: 0 0 26px;
}

body.login.tuacte-login-custom #login h1 a {
	width: min(360px, 100%);
	height: 96px;
	margin: 0 auto;
	padding: 0;
	display: block;
	background-image: var(--tuacte-login-logo-image);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	outline: 0;
	box-shadow: none;
}

body.login.tuacte-login-custom .tuacte-login-intro {
	padding: 28px 24px 10px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	text-align: center;
	box-sizing: border-box;
}

body.login.tuacte-login-custom .tuacte-login-intro h2 {
	margin: 0 0 10px;
	color: #111827;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
}

body.login.tuacte-login-custom .tuacte-login-intro p {
	max-width: 310px;
	margin: 0 auto;
	color: #74777d;
	font-size: 14px;
	line-height: 1.35;
}

body.login.tuacte-login-custom #loginform,
body.login.tuacte-login-custom #lostpasswordform,
body.login.tuacte-login-custom #resetpassform,
body.login.tuacte-login-custom #registerform {
	margin: 0;
	padding: 18px 24px 26px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-top: 0;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 26px 38px rgba(17, 24, 39, 0.16);
	box-sizing: border-box;
	overflow: visible;
}

body.login.tuacte-login-custom #login_error,
body.login.tuacte-login-custom .message,
body.login.tuacte-login-custom .success {
	margin: 0;
	padding: 12px 24px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-top: 0;
	border-bottom: 0;
	box-shadow: none;
	color: #374151;
	font-size: 13px;
	line-height: 1.45;
	box-sizing: border-box;
}

body.login.tuacte-login-custom #login_error {
	color: #7f1d1d;
}

body.login.tuacte-login-custom #loginform p,
body.login.tuacte-login-custom #lostpasswordform p,
body.login.tuacte-login-custom #resetpassform p,
body.login.tuacte-login-custom #registerform p,
body.login.tuacte-login-custom .user-pass-wrap {
	margin: 0 0 22px;
}

body.login.tuacte-login-custom label {
	margin: 0 0 8px;
	display: block;
	color: #111827;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}

body.login.tuacte-login-custom .user-pass-wrap > label {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 14px;
}

body.login.tuacte-login-custom .tuacte-login-lost-link {
	flex: 0 0 auto;
	color: #111827;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
}

body.login.tuacte-login-custom .tuacte-login-lost-link:hover,
body.login.tuacte-login-custom .tuacte-login-lost-link:focus {
	color: var(--tuacte-login-button-color);
	text-decoration: underline;
	box-shadow: none;
}

body.login.tuacte-login-custom input[type="text"],
body.login.tuacte-login-custom input[type="email"],
body.login.tuacte-login-custom input[type="password"] {
	width: 100%;
	min-height: 38px;
	margin: 0;
	padding: 8px 13px;
	border: 1px solid #e0e2e5;
	border-radius: 999px;
	background: #f8f8f8;
	box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.04);
	color: #111827;
	font-size: 14px;
	line-height: 1.4;
	box-sizing: border-box;
}

body.login.tuacte-login-custom input[type="text"]:focus,
body.login.tuacte-login-custom input[type="email"]:focus,
body.login.tuacte-login-custom input[type="password"]:focus {
	border-color: var(--tuacte-login-button-color);
	background: #fff;
	box-shadow: 0 0 0 2px rgba(20, 150, 173, 0.14);
	outline: 0;
}

body.login.tuacte-login-custom .wp-pwd {
	position: relative;
}

body.login.tuacte-login-custom .button.wp-hide-pw {
	width: 36px;
	height: 36px;
	min-height: 36px;
	margin: 1px 2px 0 0;
	border: 0;
	background: transparent;
	color: #767a80;
	box-shadow: none;
}

body.login.tuacte-login-custom .forgetmenot {
	display: flex;
	float: none;
	align-items: center;
	gap: 12px;
	min-height: 24px;
	margin: 0 0 30px;
}

body.login.tuacte-login-custom .forgetmenot label {
	display: inline-flex;
	align-items: center;
	margin: 0;
	font-weight: 600;
}

body.login.tuacte-login-custom input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	border-color: #e0e2e5;
	border-radius: 5px;
	box-shadow: none;
}

body.login.tuacte-login-custom input[type="checkbox"]:checked::before {
	margin: -2px 0 0 -3px;
}

body.login.tuacte-login-custom .submit {
	clear: none;
	margin: 0;
}

body.login.tuacte-login-custom .wp-core-ui .button-primary,
body.login.tuacte-login-custom .button-primary {
	float: none;
	display: block;
	width: 100%;
	min-height: 38px;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	background: var(--tuacte-login-button-color);
	color: var(--tuacte-login-button-text-color);
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 38px;
}

body.login.tuacte-login-custom .wp-core-ui .button-primary:hover,
body.login.tuacte-login-custom .wp-core-ui .button-primary:focus,
body.login.tuacte-login-custom .button-primary:hover,
body.login.tuacte-login-custom .button-primary:focus {
	filter: brightness(0.94);
	background: var(--tuacte-login-button-color);
	color: var(--tuacte-login-button-text-color);
	box-shadow: 0 0 0 2px rgba(20, 150, 173, 0.18);
	outline: 0;
}

body.login.tuacte-login-custom #nav,
body.login.tuacte-login-custom #backtoblog,
body.login.tuacte-login-custom .privacy-policy-page-link,
body.login.tuacte-login-custom .language-switcher {
	display: none;
}

body.login.tuacte-login-custom .tuacte-login-footer {
	margin: 28px 0 0;
	color: #7a7d82;
	font-size: 13px;
	text-align: center;
}

body.login.tuacte-login-custom .tuacte-login-footer a,
body.login.tuacte-login-custom .tuacte-login-footer a:hover,
body.login.tuacte-login-custom .tuacte-login-footer a:focus {
	color: #7a7d82;
	text-decoration: none;
	box-shadow: none;
	outline: 0;
}

@media (max-width: 480px) {
	body.login.tuacte-login-custom {
		padding: 28px 14px;
		justify-content: flex-start;
	}

	body.login.tuacte-login-custom #login h1 {
		margin-bottom: 22px;
	}

	body.login.tuacte-login-custom #login h1 a {
		height: 78px;
	}

	body.login.tuacte-login-custom .tuacte-login-intro,
	body.login.tuacte-login-custom #loginform,
	body.login.tuacte-login-custom #lostpasswordform,
	body.login.tuacte-login-custom #resetpassform,
	body.login.tuacte-login-custom #registerform {
		padding-left: 20px;
		padding-right: 20px;
	}
}
