/*************************************************************
 * UE Access Auth
 *
 * Scope:
 * only the auth card and form rendered by [ue_access_auth]
 *************************************************************/

.ue-access-auth-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 40px 20px 56px;
	background: transparent;
}

.ue-access-auth-card {
	width: 100%;
	max-width: 480px;
	padding: 28px 24px;
	border-radius: 18px;
	background: #1a1a1a;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
	color: #ffffff;
	text-align: center;
}

.ue-access-auth-card *,
.ue-access-auth-card *::before,
.ue-access-auth-card *::after {
	box-sizing: border-box;
}

.ue-access-auth-title {
	margin: 0 0 18px;
	font-size: 2rem;
	line-height: 1.1;
	color: #ffffff;
}

.ue-access-auth-subtitle {
	margin: 0 0 22px;
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.88);
}

.ue-access-auth-form-wrap {
	margin: 0 0 18px;
	text-align: left;
}

#ue-access-auth-loginform {
	margin: 0;
}

#ue-access-auth-loginform p {
	margin: 0 0 14px;
}

#ue-access-auth-loginform label {
	display: block;
	margin: 0 0 6px;
	font-size: 0.92rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.88);
}

#ue-access-auth-loginform input[type="text"],
#ue-access-auth-loginform input[type="email"],
#ue-access-auth-loginform input[type="password"] {
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	box-sizing: border-box;
}

#ue-access-auth-loginform input[type="text"]::placeholder,
#ue-access-auth-loginform input[type="email"]::placeholder,
#ue-access-auth-loginform input[type="password"]::placeholder {
	color: rgba(255, 255, 255, 0.55);
}

#ue-access-auth-loginform input[type="text"]:focus,
#ue-access-auth-loginform input[type="email"]:focus,
#ue-access-auth-loginform input[type="password"]:focus {
	outline: none;
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.06);
}

#ue-access-auth-loginform .login-remember {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.82);
}

#ue-access-auth-loginform .login-remember label {
	margin: 0;
	display: inline;
}

#ue-access-auth-loginform input[type="checkbox"] {
	margin: 0;
}

#ue-access-auth-loginform .login-submit {
	margin-top: 18px;
	margin-bottom: 0;
}

#ue-access-auth-loginform .button,
#ue-access-auth-loginform input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 12px 18px;
	border: 0;
	border-radius: 12px;
	background: #ffffff;
	color: #0f1720;
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
	transition: transform 0.18s ease, opacity 0.18s ease;
}

#ue-access-auth-loginform .button:hover,
#ue-access-auth-loginform .button:focus,
#ue-access-auth-loginform input[type="submit"]:hover,
#ue-access-auth-loginform input[type="submit"]:focus {
	transform: translateY(-1px);
	opacity: 0.96;
}

.ue-access-auth-error {
	margin: 12px 0 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #b45f5f;
}

#ue-access-auth-loginform .login-lost-password {
	margin: 14px 0 0;
	font-size: 0.92rem;
	line-height: 1.45;
}

#ue-access-auth-loginform .login-lost-password a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
}

#ue-access-auth-loginform .login-lost-password a:hover,
#ue-access-auth-loginform .login-lost-password a:focus {
	color: #ffffff;
	text-decoration: underline;
}

.ue-access-auth-intro {
	margin: 0 0 18px;
	padding-top: 4px;
}

.ue-access-auth-intro-title {
	margin: 0 0 8px;
	font-size: 1.08rem;
	line-height: 1.2;
	color: #ffffff;
}

.ue-access-auth-intro-text {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.88);
}

.ue-access-auth-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
}

.ue-access-auth-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 12px 18px;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	transition: transform 0.18s ease, opacity 0.18s ease, box-shadow 0.18s ease;
}

.ue-access-auth-button:hover,
.ue-access-auth-button:focus {
	transform: translateY(-1px);
	opacity: 0.96;
	text-decoration: none;
}

.ue-access-auth-membership {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.ue-access-auth-membership:hover,
.ue-access-auth-membership:focus {
	color: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.ue-access-auth-note {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 767px) {
	.ue-access-auth-wrap {
		padding: 28px 16px 40px;
	}

	.ue-access-auth-card {
		padding: 22px 18px;
		border-radius: 16px;
	}

	.ue-access-auth-title {
		font-size: 1.7rem;
	}

	.ue-access-auth-intro-text {
		font-size: 0.94rem;
	}
}