@import url('https://fonts.googleapis.com/css?family=Arvo:300,400,500,600,700&display=swap');
@import url("../../_common/css/reset.css");
@import	url("../../_common/css/fonts/font-awesome/css/font-awesome.min.css");
@import url("/themes/_portals/bluestar/css/login.css");

body {
    	font-family: 'Arvo',sans-serif,arial;
	border-top: 0px solid #af272f;
    	background: #F0F1F5 url('') repeat-x;
}
h1 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 800;
	margin-top: 50px;
	margin-bottom: 15px;
	line-height: 150%;
}
h2 {
	color: #000000;
	font-size: 24px;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 150%;
}
h3 {
	color: #f3ecd9 !important;
	font-size: 22px;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 150%;
}
p {
    	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
div.portalMainBody {
    	height: auto !important;
   	min-height: 100%;
    	margin-bottom: -160px;
    	background: #005281 url("/themes/moe-thechair/img/bg.jpg");
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    	background-repeat: no-repeat;
    	background-position: center top;
}
div.portalMainBody::after {
    height: 160px;
}
div.portalBodyTable {
    	padding: 20px;
}
/* Header */
.portalLogoSpace {
	height: 150px;
}
.portalBannerLogo {
}
.portalSupplierLogo {
    	background: url(" ") no-repeat scroll;
    	background-position: right top 25px;
    	background-size: 200px auto;
}
.login-div {
    	display: inherit;
	border-top: 0px solid #f3ecd9;
    	padding: 25px 50px;
    	margin-top: 15px;
}
.login-div h2 {
    	margin-bottom: 15px;
    	font-weight: 700;
    	font-size: 17px;
    	color: #505050;
}

.login-div button {
    	font-family: 'Arvo';
	color: #f3ecd9 !important;
    	background-color: #478EC4;
    	font-size: 16px;
    	font-weight: 600;
    	text-transform: uppercase;
    	height: 50px;
}
.login-seal div {
    	float: right;
    	margin-top: -45px;
    	margin-right: -20px;
}
.login-bubble {
	background: #478EC4; 
	color: #ffffff !important; 
	width: 250px;
	border-radius: 50%; 
	height: 250px; 
	position: absolute; 
	right: 20px; 
	top: 20px; 
	z-index: 1002;
}
.login-bubble:hover {
	color: #FFFFFF;
	cursor: pointer;
}
.need-help-div {
    line-height: 150%;
	width: 50%;
}
.need-help-div .user-manual {
    font-family: 'Arvo';
	color: #f3ecd9 !important;
	background: #478EC4;
    padding: 12px 24px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.need-help-div .user-manual:hover {
	color: #FFFFFF;
	cursor: pointer;
}
div.footer {
    	background: #005281;
    	width: 100%;
}
div.footer .footer-logo {
	background: url("") no-repeat;
	max-width: 1100px;
    	margin: 20px auto;
}
div.footer .footer-logo-moe {
    	background: url("/themes/moe-thechair/img/moe-footer-moe-logo.png") left 0px top 10px no-repeat;
    	background-size: auto 75px;
    	height: 90px;
    	margin-top: -50px;
}
div.footer .footer-links {
    	text-align: center;
    	height: 40px;
    	margin-top: -40px;
}
div.footer .footer-links a {
	color: #f3ecd9 !important;
	font-weight: 300;
    	font-size: 13px;
	padding: 0px 5px;
	line-height: 175%;
}
div.footer .footer-logo-nzgovt {
    	background: url("/themes/moe-thechair/img/moe-footer-nzgovt-logo.png") right 0px top 5px no-repeat;
    	background-size: auto 25px;
    	height: 90px;
    	margin-top: -50px;
}

/* mobile */
@media only screen and (max-device-width: 736px) {
	body .portalBannerLogo {
		background: url('/themes/moe-thechair/img/logo.jpg') no-repeat;
		background-size: 240px;
		background-position: left top 15px;
	}
	body .portalSupplierLogo {
    		display: none;
	}
	div.footer .footer-logo {
    		max-width: 736px;
   		margin: 0px 20px;
	}
	div.footer .footer-logo-moe {
    		display: none;
	}
	div.footer .footer-links a {
		font-size: 17px;
	}
	div.footer .footer-logo-nzgovt {
    		display: none;
	}
}