<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap');

	*, html, body {
		font-family: "Inter", sans-serif;
	}

	#main {
		padding-bottom: 40px !important
	}

	#loginbox {
		background: URL(https://hager.p2m.net.au/asset/35729/v=1732775668) no-repeat;
		padding: 40px;
		padding-top: 20px;
		background-position: left;
		font-family: "Inter", sans-serif;
		margin: auto;
		width: 100%;
		display: block;
		position: relative;
		text-align: center;
		border-radius: 20px;
		color: #FFF;
		margin-top: 40px;
	}

	#desktop_breadcrumb {
		color: #F56400;
	}

	#loginbox::before {
		background: url(https://hager.p2m.net.au/asset/35728/v=1732775423);
		height: 281px;
		max-width: 435px;
		display: block;
		background-size: contain;
		content: " ";
		margin: 0 auto;
		background-repeat: no-repeat;
		background-position: center;
	}

	#loginbox input {
		padding: 10px;
		height: 47px;
		text-align: center;
		background: #E1F3FA;
		max-width: 500px;
		border-radius: 10px;
		margin: auto;

	}


	#loginbox span {
    color: #FFF;
    font-weight: 400;
	}

	#loginbox hr {
		display: none;
	}

	#loginbox #btn-login {
		background: #F56400;
		width: 100%;
		border-radius: 10px;
		padding: 10px;
		height: 47px;
		max-width: 500px;

	}

	#loginbox a {
		color: #F56400;
		font-weight: 700;
	}

	#loginbox #main-title {
		text-align: center;
		text-shadow: 4px 2px 25px 4px 2px 25px rgba(177, 231, 255, 0.5);
		-webkit-text-stroke: 2px #B1E7FF;
		font-family: Inter;
		font-size: 40px;
		font-style: normal;
		font-weight: 900;
		line-height: 36px;
		letter-spacing: 2.25px;
		color: transparent;
		text-transform: uppercase;
		font-family: Poppins;
	}

.btn {
    padding: 8px 24px;
}

	@media (max-width: 762px) {
		#loginbox #main-title {
			font-size: 30px;
		}
	}

a, a:focus. a:visited, a:hover, a:active{
text-decoration: none!important;
}


</pre></body></html>