.BannerHeader .CenterContainer .CompanyLogo img {
	max-width: 200px;
}

.SideBar .BrandingLogo img {
	max-width: 200px;
}

.LoginPage.AccountApplication .LoginForm .ContentContainer_Middle .AuthenticationForm .CompanyLogo {
	padding-bottom: 30px;
}

@font-face {
	font-family: t1768262400fr;
	src: url('/asset-fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: t1768262400fb;
	src: url('/asset-fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: 500;
	font-display: swap;
}

body {
	font-family: t1768262400fr, Helvetica, sans-serif;
	Background: #f3f3f3;
	color: #000000;
	font-size: 16px;
	line-height: 1.45em;
}

.t1768262400pc {
	height: 100%;
}

.t1768262400cc {
	position: relative;
	margin: 0 auto;
	max-width: 450px;
	padding: 0 10px;
	height: 100%;
}

.t1768262400vc {
	margin: auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	text-align: left;
	width: 100%;
}

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

h2 {
	font-family: t1768262400fb;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

p {
	font-size: 0.8em;
}

label {
	color: #000;
	font-size: 0.7em;
}

label.t1768262400ve {
	color: #FF0000;
}

input {
	width: 100%;
	margin: 2px 0 5px 0;
	min-height: 35px;
	box-sizing: border-box;
	border: 0;
	border: 1px solid #e0e0e0;
	line-height: 24px;
	color: #555;
	background: #f6f6f6;
	font-family: inherit;
	font-size: inherit;
	letter-spacing: normal;
	padding: 5px 4px;
	transition: border-color 0.2s ease;
}

input:focus {
	border-color: #CCC;
}

input.t1768262400vb {
	border-color: #FF0000;
}

.t1768262400hi {
	display: none;
}

.t1768262400pc .t1768262400lc {
	background: #FFF;
	max-width: 390px;
	padding: 30px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.t1768262400lc .t1768262400cb {
	text-align: center;
	padding-bottom: 20px;
}

.t1768262400lc .t1768262400cb img {
	padding: 0 10px 30px 10px;
	width: 150px;
}

.t1768262400lc .t1768262400cb p {
	text-align: center;
}

.t1768262400lc form {
	text-align: center;
}

.t1768262400lc .t1768262400lb {
	display: block;
	margin: 25px 0 0 0;
	padding: 10px 20px;
	background: #0f75bc;
	opacity: 1;
	color: #FFF;
	cursor: pointer;
	font-size: 0.8em;
	border: none;
	width: 100%;
}

.t1768262400lc .t1768262400lb:hover {
	background-color: #292c2e;
}

.t1768262400lc .t1768262400fp {
	padding-top: 20px;
	text-align: center;
	font-size: 0.8em;
}

.t1768262400lc .t1768262400fp a {
	color: #292c2e;
}

.t1768262400vm {
	padding: 15px 0;
	margin-top: -30px;
	margin-bottom: 10px;
}

.t1768262400vm .t1768262400ci {
	width: 30px;
	font-size: 1.25em;
	display: flex;
	justify-content: left;
	align-items: center;
	color: rgb(194, 0, 0);
}

.t1768262400vm.success .t1768262400ci .fa-check-circle {
	color: green;
}

.t1768262400vm .t1768262400cd {
	display: flex;
	justify-content: left;
	align-items: top;
	width: calc(100% - 30px);
	font-size: 1em;
	line-height: 1.25rem;
	color: rgb(194, 0, 0);
	font-size: 0.8em;
}

.t1768262400vm.success .t1768262400cc {
	color: green;
}

.t1768262400lc .t1768262400iv {
	margin: 5px 0 10px 0;
}

.t1768262400lc .t1768262400iv.t1768262400hi {
	display: none;
}

.t1768262400lc .t1768262400iv .t1768262400ci {
	width: 30px;
	font-size: 1em;
	display: flex;
	justify-content: left;
	align-items: center;
	color: rgb(194, 0, 0);
}

.t1768262400lc .t1768262400iv .t1768262400cbc {
	display: flex;
	justify-content: left;
	align-items: center;
	width: calc(100% - 30px);
	font-size: 1.em;
	line-height: 1.25rem;
	color: rgb(194, 0, 0);
	font-size: 0.8em;
}

@media (max-width: 420px) {

	.t1768262400pc .t1768262400lc {
		padding: 30px 15px;
	}
}