body {
	background: #f8fafc;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-family: inherit;
}

.iti-login-wrapper {
	width: 100%;
	max-width: 480px;
	padding: 20px;
}

.iti-login-card {
	background: #fff;
	padding: 40px;
	border-radius: 16px;
	box-shadow: 0 8px 30px rgba(0,0,0,.08);
}

.iti-login-logo {
    
    width: 314px;      /* Logo width */
    height: 67px;      /* Logo height */
    margin: 0 auto 30px;
}

.iti-login-logo h1 {
	font-size: 2rem;
	margin: 0;
	color: #082f49;
}

.iti-login-logo p {
	color: #64748b;
	margin-top: 8px;
}

.iti-login-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
}

.iti-login-form input[type="text"],
.iti-login-form input[type="email"],
.iti-login-form input[type="password"] {
	width: 100%;
	padding: 12px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.iti-login-form button {
	width: 100%;
	background: #082f49;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 14px;
	font-weight: 600;
	cursor: pointer;
}

.iti-login-form button:hover {
	background: #0b4066;
}

.iti-login-links {
	margin-top: 20px;
	text-align: center;
}

.iti-login-links a {
	display: block;
	color: #082f49;
	text-decoration: none;
	font-weight: 500;
}

.iti-login-links .iti-login-forgot {
	margin-bottom: 18px;
	font-size: .95rem;
}

.iti-login-links .iti-login-register {
	padding-top: 18px;
	border-top: 1px solid #e2e8f0;
	font-weight: 600;
}

.iti-login-links a:hover {
	text-decoration: underline;
}

.iti-login-page {
	background: #f8fafc;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 20px;
}

.iti-login-wrapper {
	width: 100%;
	max-width: 460px;
}

.iti-login-brand {
	text-align: center;
	margin-bottom: 24px;
}

.iti-login-brand h1 {
    margin: 0 auto;
    width: 314px;
    height: 67px;

    background: url("https://itinerarius.org/wp-content/uploads/2025/10/itinerarius_logo_transparent-314x67.png") no-repeat center;
    background-size: contain;

    /* Hide the text */
    font-size: 0;
    color: transparent;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
}

.iti-login-brand p {
	margin-top: 8px;
	color: #64748b;
}

.iti-login-card {
	background: #fff;
	padding: 32px;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.iti-login-card h2 {
	margin-top: 0;
	margin-bottom: 24px;
	font-size: 1.75rem;
	text-align: center;
}

.iti-login-account {
	margin: -8px 0 24px;
	color: #64748b;
	text-align: center;
}

.iti-login-account strong {
	color: #082f49;
}

.iti-login-notice {
	margin: 0 0 20px;
	padding: 12px;
	border: 1px solid #bbf7d0;
	border-radius: 8px;
	background: #ecfdf5;
	color: #166534;
	text-align: center;
}

.iti-form-field {
	margin-bottom: 20px;
}

.iti-form-field label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
}

.iti-form-field input {
	width: 100%;
	padding: 12px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	box-sizing: border-box;
}

.iti-login-remember {
	margin-bottom: 24px;
}

.iti-login-button {
	width: 100%;
	padding: 14px;
	border: none;
	border-radius: 8px;
	background: #082f49;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.iti-login-button:hover {
	background: #0b4066;
}

.iti-login-links {
	text-align: center;
	margin-top: 24px;
}

.iti-login-links a {
	text-decoration: none;
	color: #082f49;
	font-weight: 600;
}

.iti-login-error {
	background: #fee2e2;
	border: 1px solid #fca5a5;
	color: #991b1b;
	padding: 12px;
	border-radius: 8px;
	margin-bottom: 20px;
}
