html, body {
	height: 100% !important;
}

.izradio-link {
  color: #ffffff !important;
  text-decoration: none !important;
}

.izradio-link:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}

@media (min-width: 1001px) {
	.home-sections-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 22px !important;
		max-width: 1020px !important;
		margin: 45px auto 0 auto !important;
		padding: 0 14px;
		align-items: start;
		box-sizing: border-box;
	}

	.home-left-column,
	.home-right-column {
		display: flex;
		flex-direction: column;
		gap: 22px !important;
	}

	.home-sections-grid .content-rucni,
	.home-sections-grid .content {
		margin: 0 !important;
		width: 100% !important;
		max-width: none !important;
	}

	.home-sections-grid .form-container {
		width: 100% !important;
		max-width: none !important;
		min-height: auto !important;
		height: auto !important;
		box-sizing: border-box;
	}
}

.content-rucni .manual-form {
	display: block !important;
}

body {
	background:
		radial-gradient(circle at top left, rgba(0, 123, 255, 0.14), transparent 34%),
		radial-gradient(circle at bottom right, rgba(40, 167, 69, 0.16), transparent 38%),
		#f5f7fa !important;
}

.login-page-modern {
	padding: 28px 14px !important;
	background: transparent !important;
}

.modern-login-card {
	width: 100% !important;
	max-width: 390px !important;
	padding: 30px 26px 24px 26px !important;
	border-radius: 18px !important;
	background: #ffffff !important;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.10) !important;
	border: 1px solid #e2e8f0;
	text-align: center;
}

.login-logo-mark {
	width: 76px;
	height: 76px;
	margin: 0 auto 18px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.10);
	overflow: hidden;
}

.login-logo-mark img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.modern-login-card h2 {
	margin: 0 !important;
	font-size: 1.55rem !important;
	font-weight: 800 !important;
	color: #0f172a !important;
	border: 0 !important;
	padding: 0 !important;
	letter-spacing: -0.2px;
}

.login-subtitle {
	margin-top: 6px;
	margin-bottom: 24px;
	font-size: 0.95rem;
	font-weight: 600;
	color: #64748b;
}

.modern-login-form {
	text-align: left;
}

.modern-input-group {
	margin-bottom: 16px;
}

.modern-input-group label {
	display: block;
	margin-bottom: 7px;
	font-size: 0.9rem;
	font-weight: 700;
	color: #334155;
}

.modern-input-group input {
	width: 100% !important;
	margin: 0 !important;
	padding: 14px 14px !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 11px !important;
	background: #f8fafc !important;
	color: #0f172a !important;
	font-size: 1rem !important;
	font-weight: 500;
	box-shadow: none !important;
	transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.modern-input-group input::placeholder {
	color: #94a3b8;
	font-weight: 400;
}

.modern-input-group input:focus {
	outline: none !important;
	border-color: #1e7e34 !important;
	background: #ffffff !important;
	box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.14) !important;
}

.modern-login-options {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 2px;
	margin-bottom: 20px;
}

.modern-remember {
	margin: 0 !important;
	color: #475569;
	font-size: 0.93rem;
	font-weight: 600;
}

.modern-remember span {
	line-height: 1;
}

.modern-login-button {
	width: 100% !important;
	min-height: 52px !important;
	margin-top: 0 !important;
	border-radius: 11px !important;
	background: linear-gradient(135deg, #0056b3, #1e7e34) !important;
	box-shadow: 0 3px 8px rgba(30, 126, 52, 0.16) !important;
	font-weight: 800 !important;
	letter-spacing: 0.2px;
	transition: transform 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease !important;
}

.modern-login-button:hover,
.modern-login-button:focus,
.modern-login-button:active {
	transform: translateY(-1px);
	opacity: 1 !important;
	box-shadow: 0 4px 10px rgba(30, 126, 52, 0.18) !important;
}

.modern-login-error {
	margin: 18px 0 16px 0 !important;
	padding: 11px 12px;
	border-radius: 10px;
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #b91c1c !important;
	font-size: 0.92rem;
	font-weight: 700;
	text-align: center;
}

.modern-login-footer {
	margin-top: 24px;
	padding-top: 17px;
	border-top: 1px solid #e5e7eb;
	text-align: center;
	font-size: 0.82rem;
	font-weight: 600;
	color: #64748b;
	line-height: 1.45;
}

.modern-login-footer a {
	color: #2563eb !important;
	text-decoration: none !important;
	font-weight: 800;
}

.modern-login-footer a:hover {
	text-decoration: underline !important;
}

.modern-login-version {
	margin-top: 4px;
	font-size: 0.76rem;
	font-weight: 600;
	color: #94a3b8;
}

@media (max-width: 480px) {
	.login-page-modern {
		padding: 22px 12px !important;
	}

	.modern-login-card {
		padding: 26px 19px 22px 19px !important;
		border-radius: 16px !important;
		box-shadow: 0 5px 16px rgba(15, 23, 42, 0.09) !important;
	}

	.login-logo-mark {
		width: 68px;
		height: 68px;
		border-radius: 18px;
		margin-bottom: 16px;
	}

	.modern-login-card h2 {
		font-size: 1.42rem !important;
	}

	.login-subtitle {
		font-size: 0.91rem;
		margin-bottom: 21px;
	}

	.modern-input-group input {
		padding: 13px 13px !important;
		font-size: 0.98rem !important;
	}

	.modern-login-button {
		min-height: 50px !important;
	}
}

.home-sections-grid {
	width: 100%;
}

.home-sections-grid .form-container {
	position: relative;
	border: 1px solid #e2e8f0 !important;
	border-radius: 16px !important;
	background: #ffffff !important;
	box-shadow: none !important;
	overflow: hidden;
}

.home-sections-grid .form-container::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(135deg, rgba(0, 86, 179, 0.18), rgba(30, 126, 52, 0.18));
	border-radius: 16px 16px 0 0;
}

.home-sections-grid .content-rucni .form-container,
.home-sections-grid .content .form-container {
	padding-top: 22px !important;
	padding-bottom: 28px !important;
}

.home-sections-grid .section-title-crisp {
	margin-top: -5px !important;
	margin-bottom: 10px !important;
	font-size: 0.96rem !important;
	font-weight: 600 !important;
	color: #334155 !important;
	letter-spacing: 0 !important;
	line-height: 1.45 !important;
}

.home-sections-grid button {
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12) !important;
}

.home-sections-grid button:hover,
.home-sections-grid button:focus,
.home-sections-grid button:active {
	box-shadow: 0 6px 14px rgba(15, 23, 42, 0.16) !important;
}

.content-rucni .button-separator {
	margin-top: 35px !important;
	margin-bottom: 15px !important;
}

@media (max-width: 1000px) {
	.home-sections-grid {
		display: block;
	}

	.home-left-column,
	.home-right-column {
		display: block;
	}

	.home-sections-grid .content-rucni {
		margin-top: 40px !important;
	}

	.home-sections-grid .content {
		margin-top: 26px !important;
	}
}

.home-sections-grid .submit-btn,
.home-sections-grid .submit-btn span {
	font-size: 1rem !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
}

.home-sections-grid .form-container,
.modern-login-card {
	background: #ffffff !important;
}

.logout-wrap {
	margin-top: 28px;
	margin-bottom: 60px;
	text-align: center;
}

.logout-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 28px !important;
	background: #ffffff !important;
	color: #475569 !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 11px !important;
	box-shadow: none !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}

.logout-button i {
	font-size: 1.05rem;
	line-height: 1;
	color: #64748b !important;
}

.logout-button:hover,
.logout-button:focus,
.logout-button:active {
	background: #f8fafc !important;
	color: #334155 !important;
	border-color: #94a3b8 !important;
	text-decoration: none !important;
	box-shadow: none !important;
	transform: none !important;
}

.logout-button:hover i,
.logout-button:focus i,
.logout-button:active i {
	color: #475569 !important;
}

.home-sections-grid .form-container > button:last-child,
.home-sections-grid .form-container form > button:last-child {
	margin-bottom: 14px !important;
}