<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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?V6.1');

body {
    border-top: 4px solid #144a38;
}

/* Header */
.portalLogoSpace {
	height: 100px;
}
.portalBannerLogo {
	background: url('/themes/nib/img/logo2023.png') no-repeat;
	background-size: 200px;
	background-position: left -8px top 6px;
}


.header span, h1, h2, .need-help-div a, .login-div a:hover {
    color: #144a38;
}
.login-div {
	border-top: 4px solid #144a38;
}

.login-div button {
    background-color: #144a38;
	border-radius: 100px;
}
.login-div button:hover {
    background-color: rgb(9, 34, 26);
	border-radius: 100px;
}

div.footer {
    background: #144a38 url("") no-repeat scroll 0 0 / 100% 100%;
    text-align: right;
    width: 100%;
}

/* mobile */
@media only screen and (max-device-width: 736px) {
	body .portalBannerLogo {
		background: url('/themes/nib/img/logo2023.png') no-repeat;
		background-size: 200px;
		background-position: left -6px top 6px;
	}
	body .portalSupplierLogo {
    		display: none;
	}
	
}</pre></body></html>