@font-face {
	font-family: OpenSansRegular;
	src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: OpenSansSemiBold;
	src: url(../fonts/OpenSans-SemiBold.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: OpenSansBold;
	src: url(../fonts/OpenSans-Bold.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: OpenSansSemiBoldItalic;
	src: url(../fonts/OpenSans-SemiBoldItalic.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: OpenSansBoldItalic;
	src: url(../fonts/OpenSans-BoldItalic.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: OpenSansExtraBold;
	src: url(../fonts/OpenSans-ExtraBold.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: OpenSansExtraBoldItalic;
	src: url(../fonts/OpenSans-ExtraBoldItalic.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: OpenSansLight;
	src: url(../fonts/OpenSans-Light.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: OpenSansLightItalic;
	src: url(../fonts/OpenSans-LightItalic.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'icomoon';
	src: url(../fonts/icomoon.eot?2xb6nx);
	src: url(../fonts/icomoon.eot?2xb6nx#iefix) format('embedded-opentype'),
		url(../fonts/icomoon.ttf?2xb6nx) format('truetype'),
		url(../fonts/icomoon.woff?2xb6nx) format('woff'),
		url(../fonts/icomoon.svg) format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: block;
}

[class^='icon-'] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^='icon-']:before {
	content: '\e925';
}

.icon-form_error:before {
	content: '\e906';
}

.icon-filled_right:before {
	content: '\e908';
}

.icon-filled_wrong:before {
	content: '\e909';
}

.icon-search:before {
	content: '\e915';
}

.login-pf .container {
	padding-top: 40px;
}

.login-pf a:hover {
	color: #fff;
}

#kc-content {
	width: 100%;
}

/* #kc-content-wrapper {
    overflow-y: hidden;
} */

/* TOTP */

/* OAuth */

/* Code */

/* Social */

/* Show tooltip */

/* Arrow for tooltip */

/* Copy of zocial windows classes to be used for microsoft's social provider button */

@media (max-width: 767px) {
	#kc-form {
		float: none;
	}
	.login-pf .container {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

#kc-form-buttons {
	margin-top: 40px;
}

.card-pf {
	background: #fff;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 500px;
	border-top: 0;
	box-shadow: 0 0 0;
}

/*tablet*/

#kc-form-login div.form-group:last-of-type {
	margin-bottom: 0px;
}
body {
	color: #212529;
	text-align: left;
}
.ak-login-height {
	min-height: 100vh;
	background: #f7f8f9 !important;
}

.ak-login {
	padding: 60px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg-white {
	background: #fff !important;
}
.ak-form {
	background: url(../../images/login-bgr.svg);
	background: #f7f8f9;
}
.ak-form .login-bgi {
	position: absolute;
	left: -300px;
	pointer-events: none;
}

.ak-form h1 {
	font: 300 50px/60px OpenSansRegular;
	padding: 40px 0;
}
.text-center {
	text-align: center !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI',
		Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
		'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		'Liberation Mono', 'Courier New', monospace;
}

::after,
::before {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

main {
	display: block;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
		'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 1rem;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex='-1']:focus:not(:focus-visible) {
	outline: 0 !important;
}

ul {
	margin-bottom: 1rem;
}

a {
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: middle;
}

img {
	border-style: none;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

button,
input {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button {
	text-transform: none;
}

[type='button'],
[type='submit'],
button {
	-webkit-appearance: button;
}

[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}

[type='button']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type='checkbox'] {
	box-sizing: border-box;
	padding: 0;
}

[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

template {
	display: none;
}

h1 {
	margin-bottom: 0.5rem;
	font-weight: 500;
}

h1 {
	font-size: 2.5rem;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-12 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-lg-4,
.col-md-12,
.col-md-6 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-12 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}

@media (min-width: 768px) {
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.offset-lg-4 {
		margin-left: 33.333333%;
	}
}

.justify-content-center {
	justify-content: center;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled {
	background-color: #e9ecef;
	opacity: 1;
}

.form-group {
	margin-bottom: 1rem;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.form-check-label {
	margin-bottom: 0;
}

.custom-control-input.is-valid:focus:not(:checked)
	~ .custom-control-label::before,
.was-validated
	.custom-control-input:valid:focus:not(:checked)
	~ .custom-control-label::before {
	border-color: #28a745;
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}

.custom-control-input.is-invalid:focus:not(:checked)
	~ .custom-control-label::before,
.was-validated
	.custom-control-input:invalid:focus:not(:checked)
	~ .custom-control-label::before {
	border-color: #dc3545;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none;
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
	opacity: 0.65;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.btn-secondary:focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: 0.75;
}

main {
	position: relative;
}

.bg-white {
	background-color: #fff !important;
}

.position-relative {
	position: relative !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
}

.w-100 {
	width: 100% !important;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

@media print {
	*,
	::after,
	::before {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	a:not(.btn) {
		text-decoration: underline;
	}

	img {
		page-break-inside: avoid;
	}

	@page {
		size: a3;
	}

	.container,
	body {
		min-width: 992px !important;
	}
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body,
div,
form,
h1,
header,
html,
label,
li,
ul {
	margin: 0;
	padding: 0;
}

header {
	display: block;
}

body {
	line-height: 23px;
	font: 300 16px/1.6 OpenSansRegular;
}

.regular {
	font-family: OpenSansRegular, sans-serif !important;
}

h1 {
	font-size: 20px;
	line-height: 24px;
	font-family: OpenSansSemiBold, sans-serif;
}

a {
	color: #212529;
	text-decoration: underline;
}

.form-group label.selected {
	font-family: OpenSansSemiBold, sans-serif;
}

.btn {
	font-family: OpenSansBold, sans-serif;
}

.btn.btn-secondary {
	font-size: 14px !important;
	font-family: OpenSansBold, sans-serif !important;
}

.dropdown-single.form-control {
	font-family: OpenSansRegular, sans-serif !important;
}

.dropdown-single.form-control .dropdown-toggle:after {
	font-family: icomoon;
}

.form-group label.floating {
	font-size: 17px;
}

.form-group .btn,
.form-group .form-control {
	font-family: OpenSansSemiBold, sans-serif;
	font-size: 17px;
}

.form-group .form-control:focus + label.floating {
	font-size: 12px;
}

.form-group.active-label label.floating {
	font-size: 12px;
}

.form-group .invalid-feedback {
	font-size: 13px;
}

.form-group .input-styler {
	font-family: icomoon;
}

#ListEntries:active {
	background: #f1f1f1;
}

#ListEntries li {
	width: 98% !important;
}

body button:focus {
	z-index: 99999;
	outline-offset: -3px;
}

@media (min-width: 1390px) {
	.container {
		max-width: 1400px;
	}
}

.form-group .btn:focus,
.form-group a:focus,
.form-group button:focus,
.form-group input:focus,
body .btn:focus,
body a:focus,
body input:focus {
	outline: 0 #2a2c33 dashed;
	z-index: 99999;
	outline-offset: 0;
}

a:hover {
	color: #9d2527;
}

.bg-white {
	background: #fff !important;
}

body button:focus {
	outline: 0;
}

header {
	transition: 400ms;
}

.form-group .dropdown-single.form-control {
	width: 100%;
	position: relative;
	background: 0 0;
	z-index: 20;
	border: 1px solid #c3c1c4;
	padding: 0 20px;
	text-align: left;
}

.form-group
	.dropdown-single.form-control.filter-dropdown
	button.dropdown-toggle {
	padding: 0;
}

.form-group
	.dropdown-single.form-control.filter-dropdown
	.dropdown-menu
	#ListEntries {
	max-height: 350px;
	overflow: auto;
}

.form-group .dropdown-single.form-control:focus {
	border: 1px solid #c3c1c4;
}

.form-group .dropdown-single.form-control .dropdown-toggle::after,
.form-group
	.dropdown-single.form-control.filter-dropdown
	button.dropdown-toggle[aria-expanded='false']:after {
	display: inline-block;
	content: '\e904';
	border: 0;
}

.form-group .dropdown-single.form-control.filter-dropdown {
	padding: 0 20px;
}

.form-group
	.dropdown-single.form-control.filter-dropdown
	button.dropdown-toggle:after {
	position: absolute;
	top: 20px;
	right: 20px;
}

.form-group .dropdown-single.form-control.filter-dropdown .dropdown-menu {
	margin-left: -21px;
	width: calc(100% + 2px);
	border: 1px solid #c3c1c4;
	border-top: 0;
	border-radius: 0 0 10px 10px;
}

.form-group
	.dropdown-single.form-control.filter-dropdown
	.dropdown-menu
	.list-filtering {
	margin: 0 20px;
	width: auto;
}

.form-group
	.dropdown-single.form-control.filter-dropdown
	.dropdown-menu
	.list-filtering:focus
	+ i {
	display: none;
}

.form-group
	.dropdown-single.form-control.filter-dropdown
	.dropdown-menu
	#ListEntries
	a {
	color: #373039;
	text-decoration: none;
	display: block;
}

.form-group
	.dropdown-single.form-control.filter-dropdown
	.dropdown-menu
	.icon-search {
	position: absolute;
	top: 20px;
	left: 26px;
}

.form-group
	.dropdown-single.form-control.filter-dropdown
	.dropdown-menu
	.dropdown-item {
	padding: 0 20px;
	margin: 0;
	width: 100%;
}

.form-group
	.dropdown-single.form-control.filter-dropdown
	.dropdown-menu
	.dropdown-item:hover {
	background: #f1f1f1;
}

.form-group
	.dropdown-single.form-control.filter-dropdown
	.dropdown-menu
	.dropdown-item:active {
	background: #c3c1c4;
}

@media (min-width: 300px) {
	.form-group .dropdown-single.form-control {
		border-radius: 4px;
		line-height: 55px;
		min-height: 55px;
		height: auto;
	}

	.form-group .dropdown-single.form-control:focus {
		-webkit-box-shadow: 0 0 5px 0 #9d2527;
		-moz-box-shadow: 0 0 5px 0 #9d2527;
		box-shadow: 0 0 5px 0 #9d2527;
		line-height: 55px;
	}
}

@media (min-width: 576px) {
	.form-group .dropdown-single.form-control {
		border-radius: 4px;
		line-height: 55px;
		min-height: 55px;
		height: auto;
	}

	.form-group .dropdown-single.form-control:focus {
		-webkit-box-shadow: 0 0 5px 0 #9d2527;
		-moz-box-shadow: 0 0 5px 0 #9d2527;
		box-shadow: 0 0 5px 0 #9d2527;
		line-height: 55px;
	}
}

@media (min-width: 768px) {
	.form-group .dropdown-single.form-control {
		border-radius: 4px;
		line-height: 55px;
		min-height: 55px;
		height: auto;
	}

	.form-group .dropdown-single.form-control:focus {
		-webkit-box-shadow: 0 0 5px 0 #9d2527;
		-moz-box-shadow: 0 0 5px 0 #9d2527;
		box-shadow: 0 0 5px 0 #9d2527;
		line-height: 55px;
	}
}

@media (min-width: 992px) {
	.form-group .dropdown-single.form-control {
		border-radius: 4px;
		line-height: 55px;
		min-height: 55px;
		height: auto;
	}

	.form-group .dropdown-single.form-control:focus {
		-webkit-box-shadow: 0 0 5px 0 #9d2527;
		-moz-box-shadow: 0 0 5px 0 #9d2527;
		box-shadow: 0 0 5px 0 #9d2527;
		line-height: 55px;
	}
}

@media (min-width: 1200px) {
	.form-group .dropdown-single.form-control {
		border-radius: 4px;
		line-height: 55px;
		min-height: 55px;
		height: auto;
	}

	.form-group .dropdown-single.form-control:focus {
		-webkit-box-shadow: 0 0 5px 0 #9d2527;
		-moz-box-shadow: 0 0 5px 0 #9d2527;
		box-shadow: 0 0 5px 0 #9d2527;
		line-height: 55px;
	}
}

@media (min-width: 1380px) {
	.form-group .dropdown-single.form-control {
		border-radius: 4px;
		line-height: 55px;
		min-height: 55px;
		height: auto;
	}

	.form-group .dropdown-single.form-control:focus {
		-webkit-box-shadow: 0 0 5px 0 #9d2527;
		-moz-box-shadow: 0 0 5px 0 #9d2527;
		box-shadow: 0 0 5px 0 #9d2527;
		line-height: 55px;
	}
}

@media (min-width: 1480px) {
	.form-group .dropdown-single.form-control {
		border-radius: 4px;
		line-height: 55px;
		min-height: 55px;
		height: auto;
	}

	.form-group .dropdown-single.form-control:focus {
		-webkit-box-shadow: 0 0 5px 0 #9d2527;
		-moz-box-shadow: 0 0 5px 0 #9d2527;
		box-shadow: 0 0 5px 0 #9d2527;
		line-height: 55px;
	}
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 34px;
	height: 34px;
}

.loader {
	display: none;
	margin: 0;
	position: absolute;
	right: 10.5px;
	top: 10.5px;
	z-index: 12;
	text-indent: -9999em;
	border-top: 6.8px solid #9d2527;
	border-right: 6.8px solid #9d2527;
	border-bottom: 6.8px solid #9d2527;
	border-left: 6.8px solid #f1f1f1;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: rotation 2s infinite linear;
	animation: rotation 2s infinite linear;
}

.form-group {
	position: relative;
}

.form-group .form-control {
	-moz-appearance: textfield;
	color: #373039;
}

.form-group label.floating {
	z-index: 1;
	color: #2a2c33;
	position: absolute;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.form-group .icon-filled_right,
.form-group .icon-filled_wrong {
	display: none;
	position: absolute;
	z-index: 12;
}

.form-group .invalid-feedback,
.form-group .required {
	color: #9d2527;
}

.form-group .form-check {
	position: relative;
	padding: 0;
}

.form-group .form-check .form-check-label {
	color: #736e74;
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
}

.form-group .form-check .form-check-label.selected {
	color: #373039;
}

.form-group .form-check .form-check-label input[type='checkbox'] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.form-group
	.form-check
	.form-check-label
	input[type='checkbox']
	+ .input-styler {
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	border: 1px solid #c3c1c4;
}

.form-group
	.form-check
	.form-check-label
	input[type='checkbox']
	+ .input-styler:after {
	content: '\e908';
	color: #373039;
	font-size: 16px;
	font-weight: 700;
	position: absolute;
	display: none;
	top: 0;
	left: 0;
}

.form-group .form-check .form-check-label input:checked ~ .input-styler {
	background: 0 0;
	border: 1px solid #373039;
}

.form-group .form-check .form-check-label input:checked ~ .input-styler:after {
	display: block;
}

.form-group {
	margin: 0 auto 14px;
}

.form-group .form-control:not(.datepicker)[type='password'],
.form-group .form-control:not(.datepicker)[type='text'] {
	cursor: pointer;
	border-radius: 4px;
	position: relative;
	background: 0 0;
	z-index: 10;
	line-height: 55px;
	height: 55px;
	border: 1px solid #c3c1c4;
	padding: 14px 50px 0 15px;
}

.form-group .form-control:not(.datepicker)[type='password'] ~ i[class^='icon-'],
.form-group .form-control:not(.datepicker)[type='text'] ~ i[class^='icon-'] {
	display: none;
}

.form-group
	.datepicker.is-invalid:not(-ms-input-placeholder):not(:placeholder-shown)
	~ i.icon-filled_wrong,
.form-group
	.form-control-file.is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	)
	~ i.icon-filled_wrong,
.form-group
	.form-control:not(.datepicker)[type='password'].is-invalid:not(
		-ms-input-placeholder
	):not(:placeholder-shown)
	~ i.icon-filled_wrong,
.form-group
	.form-control:not(.datepicker)[type='text'].is-invalid:not(
		-ms-input-placeholder
	):not(:placeholder-shown)
	~ i.icon-filled_wrong,
.form-group
	.form-control[type='date'].is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	)
	~ i.icon-filled_wrong,
.form-group
	.form-control[type='email'].is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	)
	~ i.icon-filled_wrong,
.form-group
	.form-control[type='number'].is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	)
	~ i.icon-filled_wrong,
.form-group
	.form-control[type='tel'].is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	)
	~ i.icon-filled_wrong,
.form-group
	select.form-control.is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	)
	~ i.icon-filled_wrong {
	color: #9d2527;
	display: block;
}

.form-group
	.form-control-file.is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	),
.form-group
	.form-control:not(.datepicker)[type='password'].is-invalid:not(
		-ms-input-placeholder
	):not(:placeholder-shown),
.form-group
	.form-control:not(.datepicker)[type='text'].is-invalid:not(
		-ms-input-placeholder
	):not(:placeholder-shown),
.form-group
	.form-control[type='date'].is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	),
.form-group
	.form-control[type='email'].is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	),
.form-group
	.form-control[type='number'].is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	),
.form-group
	.form-control[type='tel'].is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	) {
	border: 1px solid #9d2527 !important;
	background: #fcedef;
	line-height: 55px;
}

.form-group
	.form-control-file.is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	):focus,
.form-group
	.form-control:not(.datepicker)[type='password'].is-invalid:not(
		-ms-input-placeholder
	):not(:placeholder-shown):focus,
.form-group
	.form-control:not(.datepicker)[type='text'].is-invalid:not(
		-ms-input-placeholder
	):not(:placeholder-shown):focus,
.form-group
	.form-control[type='date'].is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	):focus,
.form-group
	.form-control[type='email'].is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	):focus,
.form-group
	.form-control[type='number'].is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	):focus,
.form-group
	.form-control[type='tel'].is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	):focus {
	border: 1px solid #9d2527;
	-webkit-box-shadow: 0 0 5px 0 #9d2527 !important;
	-moz-box-shadow: 0 0 5px 0 #9d2527 !important;
	box-shadow: 0 0 5px 0 #9d2527 !important;
	line-height: 55px;
}

.form-group
	.datepicker.is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	):focus
	~ label.floating,
.form-group
	.form-control-file.is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	):focus
	~ label.floating,
.form-group
	.form-control:not(.datepicker)[type='password'].is-invalid:not(
		-ms-input-placeholder
	):not(:placeholder-shown):focus
	~ label.floating,
.form-group
	.form-control:not(.datepicker)[type='text'].is-invalid:not(
		-ms-input-placeholder
	):not(:placeholder-shown):focus
	~ label.floating,
.form-group
	.form-control[type='date'].is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	):focus
	~ label.floating,
.form-group
	.form-control[type='email'].is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	):focus
	~ label.floating,
.form-group
	.form-control[type='number'].is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	):focus
	~ label.floating,
.form-group
	.form-control[type='tel'].is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	):focus
	~ label.floating,
.form-group
	select.form-control.is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	):focus
	~ label.floating {
	color: #9d2527;
	z-index: 11;
	top: 0;
}

.form-group .form-control:not(.datepicker)[type='password']::-ms-clear,
.form-group .form-control:not(.datepicker)[type='text']::-ms-clear {
	display: none;
	width: 0;
	height: 0;
	color: #fff;
}

.form-group label.floating {
	left: 20px;
	top: 15px;
}

.form-group .icon-filled_right {
	top: 24px;
	right: 19px;
}

.form-group .icon-filled_wrong {
	top: 19px;
	right: 19px;
}

.form-group .invalid-feedback {
	margin-left: -4px;
	margin-top: 13px;
	line-height: 13px;
}

.form-group
	.form-check
	.form-check-label
	input[type='checkbox']
	+ .input-styler {
	height: 24px;
	width: 24px;
}

.form-group
	.datepicker.is-invalid:not(-ms-input-placeholder):not(:placeholder-shown),
.form-group
	select.form-control.is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	) {
	border: 1px solid #9d2527;
	background: #fcedef;
	line-height: 55px;
}

.form-group
	.datepicker.is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	):focus,
.form-group
	select.form-control.is-invalid:not(-ms-input-placeholder):not(
		:placeholder-shown
	):focus {
	border: 1px solid #9d2527;
	-webkit-box-shadow: 0 0 5px 0 #9d2527 !important;
	-moz-box-shadow: 0 0 5px 0 #9d2527 !important;
	box-shadow: 0 0 5px 0 #9d2527 !important;
	line-height: 55px;
}

.form-group.active-label label.floating {
	width: auto;
	height: auto;
	top: 20px;
	z-index: 11;
	font-size: 12px !important;
	padding: 0;
}

.ak-login-height {
	min-height: 100vh;
	background-color: #f7f8f9;
}

.ak-login {
	padding: 60px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ak-form {
	background: url(../../images/login-bgr.svg);
	background: #f7f8f9;
}

.ak-form .form-group {
	margin-bottom: 0;
}

.ak-form .form-group .dropdown-single.form-control.filter-dropdown,
.ak-form .form-group .form-control:not(.datepicker)[type='text'],
.ak-form .form-group .form-control[type='password'] {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #2a2c33;
	background-color: transparent !important;
	padding: 14px 50px 0 0 !important;
}

.ak-form
	.form-group
	.dropdown-single.form-control.filter-dropdown
	.dropdown-menu {
	margin-left: 0;
	border-radius: 0;
	border: 1px solid #ccd7e3;
}

.ak-form .login-bgi {
	position: absolute;
	left: -300px;
	pointer-events: none;
}

.ak-form h1 {
	font: 300 30px/40px OpenSansRegular;
	padding: 40px 0;
}
.ak-form .login-col {
	min-width: 400px;
	margin: 0 auto;
}
.info-content-bottom {
	text-align: center;
    max-width: 400px;
}
@media screen and (max-width: 520px) {
	.ak-form .login-col,
	.info-content-bottom {
		min-width: unset;
	}
}
@media screen and (min-width: 980px) {
	.ak-form h1 {
		font: 300 50px/60px OpenSansRegular;
		padding: 40px 0;
	}
}
.ak-form .form-group label.floating {
	left: 0 !important;
	font: 300 17px/33px OpenSansRegular;
}

.ak-form .col-12,
.ak-form .form-group .form-check .form-check-label {
	font: 13px/18px OpenSansRegular;
}

.ak-form .col-12 {
	padding: 10px 20px;
}

.ak-form .btn.btn-secondary {
	margin-top: 40px;
	border-radius: 40px;
}

.ak-form .form-check label {
	height: 24px;
}

.ak-form .form-group .dropdown-single.form-control.filter-dropdown {
	padding: 0 !important;
}

.ak-form
	.form-group
	.dropdown-single.form-control.filter-dropdown
	button:after {
	font-size: 30px;
	top: 10px;
	right: 0;
}

.ak-form .form-control:not(.datepicker):focus {
	box-shadow: none !important;
}

.ak-form .row.justify-content-center {
	max-width: 1000px;
    margin: 0 auto;
}

.btn {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.btn.btn-secondary {
	background: 0 0;
	border: 1px solid #736e74;
	color: #373039;
	padding: 10px 30px;
}

.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
	background: #373039;
	border: 1px solid #373039;
	color: #fff;
}

.btn.btn-secondary:focus:disabled,
.btn.btn-secondary:hover:disabled {
	background-color: #373039;
	color: #fff;
}

:focus,
:target {
	scroll-margin-bottom: 220px;
}

@media (min-width: 768px) {
	:focus,
	:target {
		scroll-margin-bottom: 125px;
	}
}

#sortTable thead th::not(:first-child) {
	padding: 5px 10px;
}

#sortTable td::not(:first-child) {
	min-width: 100px;
	padding: 5px 10px;
}

@media print {
	* {
		max-width: 100% !important;
		overflow: visible !important;
	}

	* {
		color: #373039 !important;
		height: auto !important;
		min-height: initial !important;
	}

	.container,
	body {
		min-width: 100% !important;
		max-width: 100% !important;
	}

	header {
		position: relative !important;
	}

	* {
		background: 0 0 !important;
	}

	.invalid-feedback,
	.invalid-feedback .icon-form_error:before {
		color: #9d2527 !important;
	}

	a:after {
		content: ' [' attr(href) ']';
	}

	.row {
		display: block !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.row {
		color: #373039 !important;
		background: 0 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}

	.form-group .form-check-label input[type='checkbox'] + .input-styler {
		display: none !important;
	}

	.form-group {
		width: 100% !important;
		max-width: 100% !important;
		border-bottom: 1px solid #f1f1f1;
		overflow: auto;
		padding-bottom: 10px;
	}

	.form-group label {
		position: relative !important;
		width: 200px !important;
		max-width: 100% !important;
		display: inline-block !important;
		-webkit-transition: none !important;
		transition: none !important;
		font-size: 17px !important;
		top: auto !important;
		left: auto !important;
	}

	.form-group label:after {
		content: ':';
	}

	.form-group label.form-check-label:after {
		content: ' ';
	}

	.form-group .form-control {
		float: right !important;
		width: calc(100% - 200px) !important;
		max-width: 100% !important;
		border: 0 !important;
		line-height: normal !important;
		padding: 0 !important;
	}

	.form-group .form-check-label {
		width: auto !important;
		max-width: 100% !important;
	}

	.form-group .form-check-label input[type='checkbox'] {
		width: auto !important;
		max-width: 100% !important;
		opacity: 1 !important;
		left: 30px !important;
		top: 4px !important;
	}

	.form-group button:after,
	.form-group button:before,
	.icon-filled_right,
	.icon-filled_wrong,
	.loader {
		display: none !important;
	}
}

.ak-form .container .alert.alert-error {
	background: #9d2527;
	padding: 20px;
	color: #fff;
	font-size: 14px;
}

.login-pf a:hover {
	color: #9d2527 !important;
}
.ak-form .form-group .form-control:not(.datepicker)[type='email'] {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #2a2c33;
	background-color: transparent !important;
	padding: 14px 50px 0 0 !important;
	position: relative;
	background: 0 0;
	z-index: 10;
	line-height: 55px;
	height: 55px;
	cursor: pointer;
}
#kc-info-message,
#kc-error-message {
	text-align: center;
}
.text-right {
	text-align: right;
}
.form-floating {
	position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
	height: calc(3.5rem + 2px);
	line-height: 1.25;
}
.form-floating > label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem 0.75rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-floating > label {
		transition: none;
	}
}
.form-floating > .form-control {
	padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
	color: transparent;
}
.form-floating > .form-control::placeholder {
	color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-select {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-1.5rem) translateX(0);
}
.form-floating > .form-control:-webkit-autofill ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-1.5rem) translateX(0);
}
#salutation {
	margin-top: 10px;
}

.frc-captcha-custom {
    background-color: transparent !important;
    padding: 40px 0 12px 0 !important;
	border: none !important;
}

#kc-social-providers .btn.btn-secondary {
    margin-top: 0px;
}
#kc-social-providers .btn.btn-secondary:hover {
    color: #fff !important;
}

.pf-c-form__helper-text {
	font-size: 12px;
}

/* password eye icon */
.password-toggle-icon {
  position: absolute;
  z-index: 10;
  top: 35px;
  padding: 15px;
  right: 0px;
  transform: translateY(-50%);
  cursor: pointer;
}
.password-toggle-icon i {
  font-size: 18px;
  line-height: 1;
  color: #333;
  transition: color 0.3s ease-in-out;
}
.password-toggle-icon i:hover {
  color: #000;
}
/* Password validation hint */
#passwordValidationHint {
  background: #f2f2f2;
  padding: 0px 30px 10px 20px;
}

#passwordValidationHint p {
  padding: 0px 15px;
  font-size: 12px;
}

#passwordValidationHint .valid {
  color: green;
}

#passwordValidationHint .valid:before {
  position: relative;
  left: -15px;
  content: "✔";
}

#passwordValidationHint .invalid {
  color: #9d2527;
}

#passwordValidationHint .invalid:before {
  position: relative;
  left: -15px;
  content: "✖";
}

.col-md-6.col-12:has(.info-registation) {
    max-width: 100% !important;
    flex-basis: 100%;
}

.ak-form .info-registation {
	float: left;
    margin-left: 75px;
}
@media (max-width: 992px) {
	.ak-form .info-registation {
		float: none;
		margin: 0 auto;
	}
}
/* Footer */
main.ak-form {
  min-height: 70vh;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

@media (min-width: 992px) {
  footer .footertext {
      text-align: center
  }
}

footer {
  margin-top: 10px;
  font-size: 15px;
}

footer .navbar {
  padding: .5rem 0
}

@media (min-width: 992px) {
  footer .navbar {
      padding: 0
  }
}

@media (min-width: 768px) {
  footer .navbar .navbar-nav {
      flex-direction: row;
      align-items: center;
      justify-content: center;
  }
}

footer .navbar .navbar-nav li:first-child a {
  padding-left: 0
}

footer .navbar .navbar-nav .nav-link {
  padding-right: .5rem
}

footer .navbar a {
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #2a2c33
}

@media (min-width: 300px) {
  footer {
      width: 100%
  }
}

@media (min-width: 768px) {
  .reset-password-page .navbar-nav {
      margin-left: 40px;
  }
}
