body {
	background-color: #1a1a1a!important;
	background-size: cover; 
	color: rgb(247 249 250) !important;
}

.card-pf {
	background: #1a1a1a!important;
	color: rgb(247 249 250) !important;
}

.welcome-header {
	margin-top: 50px!important;
	margin-left: -10px;
}
.welcome-header img {
	width: 150px;
	margin-bottom: 40px;
}
.welcome-message {
	margin-top: 20px;
}
.h-l {
	min-height: 370px;
	padding: 10px 20px 10px;
	overflow: hidden;
}
.h-l h3 {
	margin-bottom: 10px;
}
.h-m {
	height: 110px;
	padding-top: 23px;
}
.card-pf img {
	width: 22px;
	margin-right: 10px;
	vertical-align: bottom;
}
img.doc-img {
	width: auto;
	height: 22px;
}
.link {
	font-size: 16px;
	vertical-align: baseline;
	margin-left: 5px;
}
h3 {
	font-weight: 550;
}
h3 a:link,
h3 a:visited {
	color: rgb(247 249 250) !important;
	font-weight: 550;
}
h3 a:hover,
h3 a:hover .link {
	text-decoration: none;
	color: #00659c;
}
.h-l h3 a img {
	height: 30px;
	width: auto;
}

.description {
	margin-top: 30px;
}

.card-pf {
	border-top: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

.welcome-form p {
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}

.welcome-form label,
.welcome-form input {
	display: block;
	width: 100%;
}

.welcome-form label {
	color: #F3F4F5;
	font-family: Inter, sans-serif !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.welcome-form input {
	border-radius: 8px;
	border: 1px solid var(--DarkTheme-100, #484848);
	background: var(--DarkTheme-200, #363636);
	box-shadow: 0px 2px 4px 0px rgba(31, 39, 71, 0.10) inset;

	display: flex;
	height: 36px;
	padding: 8px 16px;
	align-items: center;
	gap: 8px;
	align-self: stretch;

	color: var(--Light-500, #C6C8CE);
	font-family: Inter, sans-serif !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.welcome-form input:focus {
	border-bottom: solid 1px #5e99c6;
	outline-width: 0;
}
.welcome-form button {
	width: 100%;
	display: flex;
	height: 36px;
	padding: 0 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 8px;
	background: var(--Primary-700, #234FDC);
}
.error {
  color: #c00;
	border-color: #c00;
	padding: 5px 10px;
}
.success {
	color: #3f9c35;
	border-color: #3f9c35;
	padding: 5px 10px;
}
.welcome-form + .welcome-primary-link,
.welcome-message + .welcome-primary-link {
	display: none;
}

.footer img {
	float: right;
	width: 150px;
	margin-top: 30px;
}

@media (max-width: 768px) {
	.welcome-header {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.welcome-header img {
		margin-bottom: 20px;
	}
	h3 {
		margin-top: 10px;
	}
	.h-l,
	.h-m {
		height: auto;
		min-height: auto;
		padding: 5px 10px;
	}
	.h-l img {
		display: inline;
		margin-bottom: auto;
	}
	.description {
		display: none;
	}
	.footer img {
		margin-top: 10px;
	}
}

.kc-documentation {
 	display: none;
}
