@font-face {
	font-family: "Figtree";
	src: url(../font/Figtree-VariableFont_wght.ttf) format("truetype");
}

:root {
	--kdo-dark-blue: #172166;
	--pf-v5-global--FontFamily--text:
		"Figtree", "RedHatText", helvetica, arial, sans-serif;
	--pf-v5-global--FontFamily--text--vf:
		"Figtree", "RedHatTextVF", "RedHatText", helvetica, arial, sans-serif;
	--pf-v5-global--FontFamily--heading:
		"Figtree", "RedHatDisplay", helvetica, arial, sans-serif;
	--pf-v5-global--FontFamily--monospace:
		"RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco,
		"Courier New", monospace;
}

.pf-v5-c-login__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.pf-v5-c-login__header {
	background: url(../img/logo-white.svg);
	background-repeat: no-repeat;
	background-size: 175px;
	background-position: center;
	width: 256px;
	min-height: 128px;
	max-height: 200px;
	position: relative;
}

.pf-v5-c-login__header > .pf-v5-c-brand {
	display: none;
}
@media (min-width: 1200px) {
	.pf-v5-c-login__header {
		margin-block-start: 0;
	}
}

.pf-v5-c-login__main {
	align-self: center;
	max-width: 650px;
}

.pf-v5-c-form__label {
	--pf-v5-c-form__label-text--FontWeight: 400;
}

.pf-v5-c-form {
	--pf-v5-c-form--GridGap: 0.5rem;
}

.login-pf {
	background: var(--kdo-dark-blue);
	font-family: Figtree, Helvetica, Arial, sans-serif;
}

.btn-primary {
	background: var(--kdo-dark-blue);
	background-image: none;
}

#kc-social-providers .pf-v5-l-grid__item > a > svg {
	align-items: center;
	display: inline-flex;
	height: 1.5rem;
	justify-content: center;
	position: relative;
	width: 1.5rem;
}

ul#kc-totp-supported-apps {
	--pf-v5-c-list--li--MarginTop: 0;
	--pf-v5-c-list--nested--MarginTop: 0;
	--pf-v5-c-list--nested--MarginLeft: 0;
}

/** Password criteria on login screen **/
.password-criteria-list__header {
	margin-top: 10px;
}
.password-criteria-list__content ul {
	font-size: 14px;
	list-style: square outside;
	padding-left: 20px;
}

#kc-form-webauthn .pf-v5-c-data-list__cell {
	padding-block-start: 16px;
	padding-block-end: 8px;
}
