@CHARSET "ISO-8859-1";

.landing-header {
	background-image: url("../pics/landing-bg-small.jpg");
	background-color: #F5EFE4;
}

.landing-header .contentitem {
	/* background: rgba(255, 255, 255, 0.75); */
	background: transparent;
	display: inline-block;
	float: none;
	width: 34%;
	padding: 3%;
	border-radius: 0.8em;
	color: #231F20;
	box-sizing: border-box;
	min-width: 730px;
}

.landing-header .contentitem .subtitle a {
	color: #231F20 !important;
}

.landing-header .contentitem h1 {
	font-size: 1.5em;
}

.landing-header .contentitem.no-background {
	background: transparent;
}

.landing-header .contentitem.no-background>.floatright {
	display: none;
}

.landing-header {
	background-position: 0 -70px;
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
	font-size: 0.9em;
	height: 0;
	position: relative;
	text-align: center;
	width: 100%;
	min-height: 700px;
}

@media ( min-width : 56.25em) {
	.landing-header {
		font-size: 1em;
	}
}

.landing-header.-no-caption {
	padding: 11% 0;
}

.landing-header .contentitem .wrap {
	display: block;
	vertical-align: middle;
}

.landing-header.-start {
	padding: 2% 0 1%;
}

.landing-header.-start .btn {
	border-radius: 50px;
	display: inline-block;
	font-size: 16px !important;
	font-weight: normal;
	line-height: 1.45;
	margin: 0.2em 0.4em;
	padding: 9px 35px 9px;
}

.landing-header.-start .btn.xl {
	padding: 0.6875em 2.6em;
}

.landing-header .wrap {
	color: #231F20;
}

.landing-header input[type="text"], .landing-header  input[type="password"]
	{
	width: 100%;
}

.landing-header input[type="submit"] {
	width: inherit;
	margin-top: 8px;
}

.landing-header .contentitem .wrap > .subtitle {
	font-size: 16px;
	margin: 0;
}

.landing-header .contentitem .wrap > .subtitle.loginas {
	margin-top: 35px;
	font-size: 18px;
}

.landing-header .contentitem .wrap > .title {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.1;
	margin: 0.2em 0 0.4em;
}

@media ( min-width : 31.25em) {
	.landing-header .contentitem .wrap > .title {
		font-size: 40px;
	}
}

.landing-header .scroll-arrow {
	bottom: 1em;
	left: 50%;
	margin-left: -0.9em;
	position: absolute;
}

.landing-content {
	margin: 15% 0;
}

.landing-content ol, .landing-content ul {
	font-size: 1.2em;
	list-style-type: disc;
	margin: 1.25em 0 1.25em 0.9em;
}

.landing-content ol li, .landing-content ul li {
	margin: 0.7em 0;
}

.landing-header form {
	display: inline-block;
}

.landing-header .login-panel {
	background-color: #FFF;
	border-radius: 50px;
	padding: 10px 10px 10px 40px;
	margin-top: 32px;
	box-shadow: 0 1px 28px 0 rgb(100 100 100 / 16%), 0 8px 20px 0 rgb(100 100 100 / 22%);
	text-align: left;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

.landing-header .login-panel > div {
	display: inline-block;
}

.landing-header .wrap.login-panel span.title {
	font-size: 18px;
	margin-right: 10px;
	font-weight: normal;
}

.landing-header .login-panel a.btn {
	padding: 14px 45px 14px !important;
}

footer {
	padding-top: 0;
}

@media screen and (max-width: 1280px) {
	.landing-header {
		background-position: 0 0;
	}
}

/* Mobile */
@media screen and (max-width: 767px) {
	.landing-header .contentitem {
		width: 95%;
		min-width: auto;
	}
	.landing-header .login-panel {
		padding: 10px;
		max-width: 359px;
	}
	.landing-header .login-panel a.btn {
		padding-left: 33px !important;
		padding-right: 33px !important;
	}
	.landing-header {
		background-position: 0 0;
		min-height: 450px;
	}
	.landing-header .contentitem .wrap > .title {
		font-size: 27px;
	}
	.landing-header .contentitem .wrap > .subtitle {
		font-size: 16px;
	}
	.landing-header .login-panel > div {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
	}
	.landing-header .login-panel a {
		display: flex;
		flex-direction: column;
		flex: 1;
	}
	
}