body {
	background: #fff url(../bg.png);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.welcome-header {
	margin-top: 10px;
	margin-bottom: 50px;
	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: #333;
	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: 1px solid rgba(3, 3, 3, 0.1);
	box-shadow: 0 1px 1px rgba(3, 3, 3, 0.275);
}

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

.welcome-form label {
	color: #828486;
	font-weight: normal;
	margin-top: 18px;
}
.welcome-form input {
	border: 0;
	border-bottom: solid 1px #cbcbcb;
}
.welcome-form input:focus {
	border-bottom: solid 1px #5e99c6;
	outline-width: 0;
}
.welcome-form button {
	margin-top: 10px;
}
.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;
	}
}


html, body{
	height: 100%;
}
.page-wrap {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -261px;
}
.page-wrap:after {
	content: "";
	display: block;
}
.site-footer, .page-wrap:after {
	height: 261px;
}
@media (max-width: 1280px) {
	.page-wrap {
		margin-bottom: -240px;
	}
	.site-footer, .page-wrap:after {
		height: 260px;
	}
}
@media (max-width: 767px) {
	.page-wrap {
		margin-bottom: -260px;
	}
	.site-footer, .page-wrap:after {
		height: 260px;
	}
}
.site-footer {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #777777;
	color: #ffffff;
	position: relative;
}
.footer-links{
	list-style: none;
	display: block;
	padding: 0;
}
.footer-links li{
	display: inline-block;
}
.site-footer a{
	color: #ffffff;
}
.site-footer a:hover{
	text-decoration: none;
}
.footer-service-description{
	font-size: 10px;
}
.footer-company-description{
	font-size: 14px;
}
.w-130{
	width: 130px;
}
.footer-version{
	position: absolute;
	right: 5px;
	bottom: 5px;
	text-align: right;
	font-size: 11px;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.grid {
}
.grid:after {
	content: "";
	display: table;
	clear: both;
}
[class*='col-'] {
	float: left;
	padding-right: 20px;
}
.grid [class*='col-']:last-of-type {
	padding-right: 0;
}
.col-2-3 {
	width: 66.66%;
}
.col-1-3 {
	width: 33.33%;
}
.col-1-2 {
	width: 50%;
}
.col-1-4 {
	width: 25%;
}
.col-1-8 {
	width: 12.5%;
}
.col-offset-1-3 {
	margin-left: 33.33%;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
	font-family: inherit;
}

.btn-primary {
	background-color: #063d50;
	border-color: #063d50;
	color: #FFFFFF
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #0d85af;
	border-color: #0d85af;
	color: #FFFFFF
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
	background-color: #042734;
	border-color: #042734
}

.btn-primary2,
.btn-primary2 a {
	background-color: #4a8090!important;
	border-color: #4a8090!important;
	color: #FFFFFF!important
}

.btn-primary2:hover,
.btn-primary2 a:hover,
.btn-primary2:focus,
.btn-primary2 a:focus,
.btn-primary2:active,
.btn-primary2 a:active,
.btn-primary2.active,
.btn-primary2.active a,
.open .dropdown-toggle.btn-primary2,
.open .dropdown-toggle.btn-primary2 a {
	background-color: #5492a4!important;
	border-color: #5492a4!important;
	color: #FFFFFF!important
}

.btn-primary2:active,
.btn-primary2.active,
.btn-primary2 a:active,
.btn-primary2.active a,
.open .dropdown-toggle.btn-primary2,
.open .dropdown-toggle.btn-primary2 a {
	background-image: none
}

.btn-primary2.disabled,
.btn-primary2.disabled a,
.btn-primary2.disabled:hover,
.btn-primary2.disabled:focus,
.btn-primary2.disabled:active,
.btn-primary2.disabled.active,
.btn-primary2[disabled],
.btn-primary2[disabled] a,
.btn-primary2[disabled]:hover,
.btn-primary2[disabled]:focus,
.btn-primary2[disabled]:active,
.btn-primary2.active[disabled],
fieldset[disabled] .btn-primary2,
fieldset[disabled] .btn-primary2:hover,
fieldset[disabled] .btn-primary2:focus,
fieldset[disabled] .btn-primary2:active,
fieldset[disabled] .btn-primary2.active {
	background-color: #406e7c!important;
	border-color: #406e7c!important
}

.btn-danger {
	background-color: #f14646;
	border-color: #f14646;
	color: #FFFFFF
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-color: #f36262;
	border-color: #f36262;
	color: #FFFFFF
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-image: none
}

.btn-block {
	display: block;
	width: 100%;
}

.welcome-links {
	display: block;
	width: 100%;
	text-align: center;
}
.welcome-link {
	display: inline-block;
	text-align: center;
	width: 24%;
	color: #333;
	font-size: 20px;
	margin-bottom: 40px;
}
.welcome-link a{
	color: #333;
}
.welcome-icon{
	display: block;
	height: 100px;
	font-size: 90px;
	text-align: center;
	line-height: 100px;
}

