@font-face {
	font-family: "Inter-Medium";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Inter-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "Inter-Regular";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Inter-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Inter-SemiBold";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
}

body, html {
	font-family: "Open Sans", "Helvetica Neue", sans-serif !important;
	background: #f3f1ed none !important;
	font-size: 14px !important;
	color: #878b91 !important;
	font-family: "Inter-Regular" !important;
	overflow-y: scroll;
}

.d-flex {
	display: flex;
}

.custom-button-center {
	text-align: center;
}

.login-pf body {
	background: rgb(247, 244, 244) none;
	background-size: cover;
	height: 100%;
}

.login-pf-page {
	padding: 0;
}

.login-pf-page .login-pf-page-header, .login-pf-page .login-pf-header {
	margin-bottom: 0 !important;
}

.login-pf-page .card-pf {
	opacity: 0.95;
	border-color: black;
	margin-bottom: 0 !important;
}

.btn-primary, .pf-m-primary {
	background-color: black;
	border: 1px solid transparent;;
	border-radius: 20px;
}

.btn-primary:hover, .pf-m-primary:hover {
	background-color: black;
}

.btn-primary:disabled, .pf-m-primary:disabled {
	background-color: #555555;
	border-color: #555555;
}

#kc-login {
	padding: 8px 20px 8px 20px;
	background-color: #61c6ff;
	color: #1d2444;
	margin: auto;
	border-radius: 8px;
	height: 35px;
	font-family: Inter-SemiBold;
}

#kc-login:hover {
	background-color: #ffffff;
	filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
}

#register {
	padding: 8px 20px 8px 20px;
	background-color: #61c6ff;
	color: #1d2444;
	margin: auto;
	border-radius: 8px;
	height: 35px;
}

#register:hover {
	background-color: #ffffff;
	filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
}

#register:disabled {
	background-color: #ffffff;
}

#saveTOTPBtn {
	padding: 10px 20px 10px 20px;
	background-color: #61c6ff;
	color: #1d2444;
}

h1#kc-page-title {
	margin-top: 0px;
	text-align: left;
	font-size: 16px;
	color: #1d2444;
}

a.homepage:hover {
	text-decoration: none;
}

input[type="radio"], input[type="checkbox"] {
	margin: 2px 4px 0 0;
}

/*IE compatibility*/
.pf-c-form-control {
	font-size: 14px;
	border-width: 1px;
	background-color: #FFFFFF;
	height: 36px;
	padding: 5px 0.5rem;
	width: 100%;
}

.pf-c-form-control:hover, .pf-c-form-control:focus {
	border-bottom-color: black;
	border-bottom-width: 2px;
}

.pf-c-alert.pf-m-inline {
	margin-bottom: 0.5rem; /* default - IE compatibility */
	padding: 0.25rem;
	border: 1px solid #ededed;
	display: -ms-flexbox;
	display: grid;
	-ms-grid-columns: max-content 1fr max-content;
	grid-template-columns:max-content 1fr max-content;
	grid-template-rows: 1fr auto;
}

.pf-c-alert.pf-m-inline::before {
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: 0;
	width: 3px;
	content: "";
	background-color: #FFFFFF;
}

.pf-c-alert.pf-m-inline.pf-m-success::before {
	background-color: #92D400;
}

.pf-c-alert.pf-m-inline.pf-m-danger::before {
	background-color: #C9190B;
}

.pf-c-alert.pf-m-inline.pf-m-warning::before {
	background-color: #F0AB00;
}

.pf-c-alert.pf-m-inline .pf-c-alert__icon {
	padding: 1rem 0.5rem 1rem 1rem;
	font-size: 16px;
}

.pf-c-alert.pf-m-success .pf-c-alert__icon {
	color: #92D400;
}

.pf-c-alert.pf-m-success .pf-c-alert__title {
	color: #486B00;
}

.pf-c-alert.pf-m-danger .pf-c-alert__icon {
	color: #C9190B;
}

.pf-c-alert.pf-m-danger .pf-c-alert__title {
	color: #A30000;
}

.pf-c-alert.pf-m-warning .pf-c-alert__icon {
	color: #F0AB00;
}

.pf-c-alert.pf-m-warning .pf-c-alert__title {
	color: #795600;
}

.pf-c-alert__title {
	font-size: 14px; /* default - IE compatibility */
	padding: 5px 8px;
}

.pf-c-button {
	padding: 0.375rem 1rem;
}

.pf-c-button.pf-m-block {
	width: fit-content;
}

.pf-m-primary {
	color: #FFFFFF;
}

.pf-c-button.pf-m-control {
	border: 1px solid rgba(230, 230, 230, 0.5);
}

a#kc-current-locale-link::after {
	content: "\2c5";
	margin-left: 4px;
}

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

.login-pf a:hover {
	color: black;
}

#kc-logo {
	width: 100%;
}

div.kc-logo-text span {
	display: none;
}

#kc-attempted-username {
	font-size: 20px;
	font-family: inherit;
	font-weight: normal;
	padding-right: 10px;
}

#kc-username {
	text-align: center;
	margin-bottom: -10px;
}

#kc-webauthn-settings-form {
	padding-top: 8px;
}

#kc-content-wrapper {
	margin-top: 0;
}

#kc-form-wrapper {
	margin-top: 10px;
}

.kc-information-wrapper {
	margin-top: 15px;
}

.kc-form-login-options {
	margin-top: 0;
}

#kc-info {
	padding-bottom: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

#kc-info-wrapper {
	font-size: 13px;
	padding: 15px 35px;
	background-color: #e8f0fc;
}

#kc-form-options span {
	display: block;
}

#kc-form-options .checkbox {
	margin-top: 0;
	color: #72767b;
}

#kc-terms-text {
	margin-bottom: 20px;
}

#kc-registration {
	margin-bottom: 0;
}

/* TOTP */

.subtitle {
	text-align: right;
	margin-top: 30px;
	color: #909090;
}

.required {
	color: #A30000; /* default - IE compatibility */
}

ol#kc-totp-settings {
	margin: 0;
	padding-left: 20px;
}

ul#kc-totp-supported-apps {
	margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
	max-width: 150px;
	max-height: 150px;
}

#kc-totp-secret-key {
	background-color: #fff;
	color: #333333;
	font-size: 16px;
	padding: 10px 0;
}

/* OAuth */
#kc-oauth h3 {
	margin-top: 0;
}

#kc-oauth ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#kc-oauth ul li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 12px;
	padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
	border-top: 0;
}

#kc-oauth .kc-role {
	display: inline-block;
	width: 50%;
}

/* Code */
#kc-code textarea {
	width: 100%;
	height: 8em;
}

/* Social */
.kc-social-links {
	margin-top: 20px;
}

.kc-social-provider-logo {
	font-size: 23px;
	width: 30px;
	height: 25px;
	float: left;
}

.kc-social-gray {
	color: #737679; /* default - IE compatibility */
}

.kc-social-item {
	margin-bottom: 0.5rem; /* default - IE compatibility */
	font-size: 15px;
	text-align: center;
}

.kc-social-provider-name {
	position: relative;
	top: 3px;
}

.kc-social-icon-text {
	left: -15px;
}

.kc-social-grid {
	margin-bottom: -35px;
	display: grid;
	grid-column-gap: 10px;
	grid-row-gap: 5px;
	grid-column-end: span 6;
	--pf-l-grid__item--GridColumnEnd: span 7;
}

.kc-social-grid .kc-social-icon-text {
	left: -10px;
}

.kc-login-tooltip {
	position: relative;
	display: inline-block;
}

.kc-social-section {
	text-align: center;
}

.kc-social-section hr {
	margin-bottom: 10px
}

.kc-login-tooltip .kc-tooltip-text {
	top: -3px;
	left: 160%;
	background-color: black;
	visibility: hidden;
	color: #fff;

	min-width: 130px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
	padding: 5px;

	position: absolute;
	opacity: 0;
	transition: opacity 0.5s;
}

/* Show tooltip */
.kc-login-tooltip:hover .kc-tooltip-text {
	visibility: visible;
	opacity: 0.7;
}

/* Arrow for tooltip */
.kc-login-tooltip .kc-tooltip-text::after {
	content: " ";
	position: absolute;
	top: 15px;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent black transparent transparent;
}

@media (min-width: 768px) {
	#kc-header-wrapper {
		padding: 100px 10px 20px 10px !important;
	}

	#kc-header {
		height: 160px;
		width: 500px;
		margin: auto;
	}

	#kc-header-wrapper {
		background-image: url("../img/whistle_LOGO_CLAIM_ICON.svg");
		background-repeat: no-repeat;
		background-position: top;
		background-size: 100%;
	}

	#kc-container-wrapper {
		position: absolute;
		width: 100%;
	}

	.login-pf .container {
		padding-right: 80px;
	}
}

@media (max-width: 767px) {

	a.homepage {
		text-decoration: none;
		color: #363636 !important;
		display: flex;
		background-image: url("../img/whistle_law_logo.svg");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 200px;
		padding: 90px 0 30px 0;
	}

	.login-pf body {
		background: white;
	}

	#kc-header {
		padding-left: 15px;
		padding-right: 15px;
		float: none;
		text-align: left;
	}

	#kc-header-wrapper {
		font-size: 16px;
		font-weight: bold;
		padding: 20px 60px 0 0;
		color: #72767b;
		letter-spacing: 0;
		margin: 0 0 50px 0;
	}

	div.kc-logo-text {
		margin: 0;
		width: 150px;
		height: 32px;
		background-size: 100%;
	}

	#kc-form {
		float: none;
	}

	#kc-info-wrapper {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		background-color: transparent;
	}

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

	#kc-logo-wrapper {
		background-size: 100px 21px;
		height: 21px;
		width: 100px;
		margin: 20px 0 0 20px;
	}

}

@media (min-height: 646px) {
	#kc-container-wrapper {
		bottom: 12%;
	}
}

@media (max-height: 645px) {
	#kc-container-wrapper {
		padding-top: 50px;
		top: 20%;
	}
}

.card-pf form.form-actions .btn {
	float: right;
	margin-left: 10px;
}

#kc-form-buttons {
	margin-top: 0;
}

.login-pf-page .login-pf-brand {
	margin-top: 20px;
	max-width: 360px;
	width: 40%;
	background: #f5f5f5;
}

.card-pf {
	border-top: 0px;
	border-radius: 20px;
	margin: 0 auto;
	padding: 40px 40px 30px 40px !important;
	max-width: 450px;
	box-shadow: 0px 0px 20px rgba(29, 36, 68, 0.1) !important;
}

.login-pf-page .login-pf-signup {
	font-size: 15px;
	color: #72767b;
}

#kc-content-wrapper .row {
	margin-left: 0;
	margin-right: 0;
}

.login-pf-page.login-pf-page-accounts {
	margin-left: auto;
	margin-right: auto;
}

.login-pf-page .btn-primary {
	margin-top: 0;
}

.login-pf-page .list-view-pf .list-group-item {
	border-bottom: 1px solid #ededed;
}

.login-pf-page .list-view-pf-description {
	width: 100%;
}

.login-pf-page .card-pf {
	margin-bottom: 10px;
}

#kc-form-login div.form-group:last-of-type,
#kc-register-form div.form-group:last-of-type,
#kc-update-profile-form div.form-group:last-of-type {
	margin-bottom: 0;
}

.no-bottom-margin {
	margin-bottom: 0;
}

#kc-back {
	margin-top: 5px;
}

#kc-header {
	color: #363636;
}

.zocial {

}

.zocial:hover {
	background-color: #f7f0f7;
	text-decoration: none;
}


a {
	font-size: 14px;
	color: #878b9a;
}

a:hover {
	color: #878b9a !important;
}


#kc-locale-dropdown a {
	color: #878b9a;
	font-size: 14px;
}


header {

}

#kc-page-title {
	display: flex;
}

.keepLoginAndLogin {
	padding-top: 30px;
}

.forgetPassword {
	padding-top: 30px;
}

#kc-info-wrapper {
	padding: 0px;
	background: white;
}

#kc-social-providers {
	margin: 0px;
	front: 0px !important;
	width: 100%;
	text-align: left;
}

.kc-information-wrapper {
	display: flex;
}

a.zocial:hover {
	background: white;
}

#kc-registration > span > span > a {
	color: #61c6ff;
}

#kc-registration-container > a {
	color: #61c6ff;
}

#kc-social-providers {
	position: relative;
	left: -10px;
}


.pf-c-form-control {
	border-radius: 8px;
	border: 1px solid rgba(29, 36, 68, 0.3) !important;
}

.form {
	position: relative;
	width: 20rem;
	height: 1rem;
}

.form_input:hover {
	border: 1px solid rgba(29, 36, 68, 0.3);
	box-shadow: 0px 4px 4px rgba(29, 36, 68, 0.1);
}

.form_input:focus {
	border: 2px solid rgba(97, 198, 255, 1) !important;
}

#user-label {
	line-height: 1 !important;
	padding: 1px 2px 1px 2px !important;
	position: absolute;
	left: 0.5rem;
	top: 2.1rem;
	padding: 0 0.5rem;
	font-family: Inter-Regular;
	font-weight: 400 !important;
	color: rgba(29, 36, 68, 0.5);
	cursor: text;
	transition: top 100ms ease-in,
	left 100ms ease-in,
	font-size 100ms ease-in;
}

#password-label {
	line-height: 1 !important;
	padding: 1px 2px 1px 2px !important;
	position: absolute;
	left: 0.5rem;
	top: 7.1rem;
	font-family: Inter-Regular;
	font-weight: 400 !important;
	padding: 0 0.5rem;
	color: rgba(29, 36, 68, 0.5);
	cursor: text;
	transition: top 100ms ease-in,
	left 100ms ease-in,
	font-size 100ms ease-in;
}

#password {
	position: relative;
	top: 10px;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(29, 36, 68, 0.3);
	border-radius: 8px;
	font-family: inherit;
	font-size: inherit;
	color: rgba(29, 36, 68, 0.5);
	outline: none;
	padding: .5rem;
	background: white;
	margin-top: 0rem;
}

#password:focus ~ #password-label {
	top: 5.85rem;
	font-size: 12px;
	left: .5rem;
	background-color: white;
	font-family: inter-semiBold;
	color: rgba(97, 198, 255, 1);
}

#password:not(:placeholder-shown)#password:not(:focus) ~ #password-label {
	top: 5.85rem;
	font-size: 12px;
	left: .5rem;
	background-color: white;
	font-family: inter-SemiBold;
	color: rgba(29, 36, 68, 0.5);
}

#username:focus ~ #password {
	top: 8px !important;
}

#username:focus ~ #user-label {
	top: 0.8rem;
	font-size: 12px;
	left: .5rem;
	background-color: white;
	font-family: inter-semiBold;
	color: rgba(97, 198, 255, 1);
}

#username:not(:placeholder-shown)#username:not(:focus) ~ #user-label {
	top: 0.8rem;
	font-size: 12px;
	left: .5rem;
	background-color: white;
	font-family: Inter-SemiBold;
	color: rgba(29, 36, 68, 0.5);
}

#username, .form_input {
	width: 100%;
	height: 100%;
	border: 1px solid rgba(29, 36, 68, 0.3);
	border-radius: 8px;
	font-family: inherit;
	font-size: inherit;
	color: rgba(29, 36, 68, 0.5);
	outline: none;
	padding: .5rem;
	background: none;
	margin-bottom: 1.5rem;
	margin-top: 0.5rem;
}

#kc-form {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

#kc-page-title {
	position: relative;
	font-family: Inter-semiBold;
	font-size: 20px !important;
}


#rememberMe {
	margin-top: 8px;
}

#kc-form-options > div > p {
	margin-top: 8px !important;
}


#kc-header-wrapper {
	position: absolute;
	width: 200px;
	left: 10px;
}

#kc-form {
	height: 100px;
}


.keepLoginAndLogin {
	margin-top: 15px;
}

#kc-register-form .form_label, #kc-reset-password-form .form_label, #kc-passwd-update-form .form_label, #kc-update-profile-form .form_label {
	position: relative;
	top: -2.3rem;
	left: 0.5rem;
	font-family: Inter-Regular;
	font-weight: 400 !important;
}

#kc-register-form .form_input, #kc-reset-password-form .form_input, #kc-passwd-update-form .form_input, #kc-update-profile-form .form_input {
	margin: 0;
}

#password-new-wrapper, #email-wrapper {
	margin-top: 0.8rem;
}

.passwordSpecs {
	width: 370px;
	position: relative;
	top: -25px;
	left: 10px;
	font-size: 64%;

}

#register-form {
	height: 65px;
}

.cta-button {
	padding: 8px 20px 8px 20px;
	background-color: #61c6ff;
	color: #1d2444;
	margin: auto;
	border-radius: 8px;
	height: 35px;
	font-family: Inter-SemiBold;
}

.cta-button:hover {
	background-color: #ffffff;
	filter: drop-shadow(0px 4px 4px rgba(29, 36, 68, 0.1));
}

#register-form .form_input:focus + label {
	top: -3.5rem !important;
	background-color: #fff;
	padding: 1px 2px 1px 2px;
	font-family: Inter-SemiBold;
	color: #61c6ff;
	font-size: 12px;
	left: 0.5rem;
}

#register-form .form_input:not(:placeholder-shown) + label {
	top: -3.5rem !important;
	background-color: #fff;
	padding: 1px 2px 1px 2px;
	font-size: 12px;
	left: 0.5rem;
	font-family: Inter-SemiBold;
	font-weight: 400;
}

#register-form .form_input:not(:placeholder-shown) {
	border: 1px solid rgba(29, 36, 68, 0.3);
}

label {
	transition-duration: 100ms;
}

.wider-card #kc-form-options > div > p {
	margin-top: 2px !important;
}

.margin-top {
	margin-top: 20px;
}

.wider-card #kc-form-options > div > span > a {
	margin-top: 10px;
}

.no-margin {
	margin: 0 !important;
}

p {
	margin: 0 !important;
}

a.color-blue {
	color: #61c6ff;
}

@media screen and (min-width: 768px) {
	.wider-card .pf-c-dropdown {
		top: -30px;
	}

	.wider-card .pf-c-button.pf-m-primary.pf-m-block.btn-lg {
		position: relative;
		right: -120px;
	}

	.d-flex-none {
		display: block;
	}

	.impressum {
		position: relative;
		top: 30px;
	}
}

@media screen and (min-width: 1000px) {
	.wider-card {
		width: 900px !important;
		max-width: 900px;
	}

	.wider-card .pf-c-button.pf-m-primary.pf-m-block.btn-lg {
		margin-left: 10px;
		position: relative;
		right: -220px;
	}

	.grid {
		display: flex;
		flex-wrap: wrap;
	}

	.grid > * {
		flex: 1 1 20%;
	}

	.col-6 {
		flex: 1 1 40%;
	}

	.col:first-child {
		margin-right: 15px;
	}

	.col:last-child {
		margin-left: 15px;
	}

	.d-flex-none {
		display: flex;
	}

	.impressum {
		position: inherit;
		top: 0px;
	}
}

@media (max-width: 767px) {
	.login-pf-page .card-pf {
		border-top: inherit;
		box-shadow: inherit;
		border-top: 0px;
		border-radius: 20px;
		margin: 0 auto;
		margin-top: 20%;
		padding: 40px 40px 30px 40px !important;
		max-width: 450px;
		box-shadow: 0px 0px 20px rgb(29 36 68 / 10%) !important;
	}

	.d-flex-none {
		display: block;
	}

	.login {
		position: relative;
		top: -10px;
	}

	.impressum {
		position: relative;
		top: 45px;
	}

	.wider-card .pf-c-button.pf-m-primary.pf-m-block.btn-lg {
		position: relative;
		top: -25px;
	}
}

.form_input {
	height: 40px !important;
}
