@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

	*, html, body {
		font-family: "Inter", sans-serif;
	}

	#main {
		padding-bottom: 40px !important
	}

	#loginbox {
		background: URL(https://whph.com.au/asset/39603) 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://whph.com.au/asset/39604);
    height: 120px;
    max-width: 300px;
    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;
	}

    #main-title {
        text-align: center;
        text-shadow: 4px 2px 25px 4px 2px 25px rgba(177, 231, 255, 0.5);
        -webkit-text-stroke: 2px #ffffff;
        font-family: Inter;
        font-size: 30px;
        font-style: normal;
        font-weight: 900;
        line-height: 36px;
        letter-spacing: 0;
        color: transparent;
        text-transform: uppercase;
        font-family: Poppins;
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.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;
}
h1#main-title:before {
    content: "";
    display: inline-block;
    width: 100%;
    max-width: 500px;
    height: 150px;
    background-image: url(https://whph.com.au/asset/40888);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-bottom: 20px;
    margin-bottom: -10px;
    margin-top: -30px;
}


@media(max-width:600px){
    #loginbox::before {
        background: url(https://whph.com.au/asset/39604);
        height: 120px;
        max-width: 120px;
        display: block;
        background-size: contain;
        content: " ";
        margin: 0 auto;
        background-repeat: no-repeat;
        background-position: center;
    }
    h1#main-title:before {
        content: "";
        display: inline-block;
        width: 100%;
        max-width: 100%;
        height: 100px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        padding-bottom: 20px;
        margin-bottom: -10px;
        margin-top: -30px;
    }
}

