.header {
	background-color: #003399;
    background-image: none;
    color: white;
    height: 100px;
    min-width: 1000px;
    width: auto !important;
    display: block;
    position: relative;
}
.header input {
	color: black;
}
.header .btn {
	color: rgb(0, 51, 153);
}
.header > div {
	display: inline-block;
}
.header > div.right {
	position: relative;
    right: 0;
}
.header .brand {
	margin-left: 15px;
	margin-top: 5px;
	width: 90px;
	height: 90px;
	display: inline-block;
}
.header-main {
	margin-left: 39px;
	margin-top: 1px;
}
.main-header {
	color: #66CCFF;
	font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    text-align: left;
    line-height: normal;
	margin-top: 10px;
	margin-bottom: 0;
}
.breadcrumbs-box {
	margin-left: 0px;
	margin-top: 13px;
}
.breadcrumbs > span > * {
	color: white;
}
.breadcrumbs > span {
	font-family: 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}
.breadcrumbs .back-icon {
	margin-right: 40px;
	margin-left: 2px;
	font-size: 28px;
	cursor: pointer;
}
.header label {
	font-family: 'Arial Regular', Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

#loginform {
	margin-right: 38px;
}
#loginform .login-info {
	margin-right: 40px;
	margin-top: 17px;
}
#loginform .login-info input {
	height: 25px;
}
#loginform .login-info div{
	margin-bottom: 10px;
}
#loginform .login-info label{
	width: 65px;
	text-align: left;
}
.login-btn-box {
    margin-top: 0px;
    margin-left: 1px;
}
.header .btn{
	width: 100px;
	height: 25px;
	padding: 0;
}
.logged-in {
	margin-right: 50px;
	margin-top: 21px;
}
.logged-in > div:last-child {
	margin-top: 15px;	
}

input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
	padding: 0;
	margin: 0;
}

.remember-box {
	margin-top: 20px !important;
	margin-bottom: 13px !important;
	display: inline-block;
	width: 134px;
	overflow: hidden;
}