/**
 * EUSO Toolkit — Login module styles.
 * Only the logo lives here; buttons, focus rings and links are driven
 * natively by --wp-admin-theme-color (injected from config.php).
 */

/* --- Logo (full lockup SVG, 242x81 — ~3:1) ------------------------------ */

/* Extra space below the logo so it isn't crowding the form box. */
.login h1 {
	margin-bottom: 48px;
}

.login h1 a {
	background-image: var(--euso-logo);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 290px;
	height: 97px;
}

/* --- Form box: same neumorphic skin as the dashboard cards -------------- */
/* Values intentionally mirror the dashboard module's card (--euso-card /   */
/* --euso-shadow) rather than sharing them, so each module stays            */
/* self-contained and independently removable.                             */

.login form {
	border: 0;
	border-radius: 10px;
	background: #f4f4f4;
	box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.13),
		-7px -7px 15px rgba(255, 255, 255, 0.80);
}
