<!DOCTYPE html><html>
<head>
  <title>Premier Bakery eDocs</title>

    <title>Premier Site Entry Form</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="shortcut icon" href="https://glhcwebcms01.blob.core.windows.net/premier/favicon.ico">
    <link rel="icon" href="https://glhcwebcms01.blob.core.windows.net/premier/favicon.ico" type="image/x-icon">
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
	<style>

body {
	background-color: teal;
}

.block-outer {
	display: flex;
	flex-direction: column;
	background-color: white;
	justify-content: center;
	align-items: center;
}

	.block-outer > div {
		background-color: white;
		margin: 0px;
		padding: 5px;
		font-size: 20px;
		width: 100%;
	}

.block-inner-row {
	display: flex;
	flex-direction: row;
	background-color: white;
	justify-content: center;
	align-items: flex-start;
}

	.block-inner-row > div {
		background-color: white;
		margin: 0px;
		padding: 5px;
		font-size: 20px;
	}

.block-inner-column {
	display: flex;
	flex-direction: column;
	background-color: white;
	justify-content: center;
	align-items: center;
}

	.block-inner-column > div {
		background-color: white;
		margin: 20px;
		padding: 10px;
		font-size: 20px;
		text-align: center;
		width: 100%;
	}

.block-inner-table-header {
    display: flex;
    flex-direction: row;
    background-color: white;
    justify-content: center;
    align-items: stretch;
}

    .block-inner-table-header > div {
        background-color: white;
        margin: 0px;
        padding: 0px;
        font-size: 20px;
        text-align: left;
        width: 100%;
        border-bottom: 2px solid black;
        border-top: 2px solid black;
        border-left: 2px solid black;
        border-right: 2px solid black;
    }

.block-inner-table-row {
    display: flex;
    flex-direction: row;
    background-color: white;
    justify-content: center;
    align-items: stretch;
}

    .block-inner-table-row > div {
        background-color: white;
        margin: 0px;
        padding: 0px;
        font-size: 20px;
        text-align: left;
        width: 100%;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
        border-left: 1px solid black;
        border-right: 1px solid black;
    }

.block-header {
	display: flex;
	flex-direction: column;
	background-color: white;
	justify-content: center;
	align-items: center;
}
	.block-header > div {
		background-color: white;
		margin: 1px;
		padding: 1px;
		font-size: 15px;
		width: 100%;
	}

.block-header-1 {
	display: flex;
	flex-direction: row;
	background-color: white;
	justify-content: center;
	align-items: center;
}
	.block-header-1 > div {
		background-color: white;
		margin: 1px;
		padding: 1px;
		font-size: 15px;
		width: 30%;
		height: 70px;
	}
.block-header-2 {
	display: flex;
	flex-direction: row;
	background-color: white;
	justify-content: center;
	align-items: center;
}
	.block-header-2 > div {
		background-color: white;
		color: teal;
		font-size: 15px;
		width: 25%;
		height: 50px;
		text-align:center;
	}

.block-footer {
	display: flex;
	flex-direction: row;
	background-color: white;
	justify-content: center;
	align-items: center;
}

	.block-footer > div {
		background-color: white;
		margin: 0px;
		padding: 0px;
		font-size: 15px;
		width: 30%;
		height: 80px;
		border-top-style:solid; 
		border-top-color:teal; 
		border-top-width:5px;
	}

.block-form {
	display: flex;
	flex-direction: row;
	background-color: white;
	justify-content: center;
	align-items: center;
}

	.block-form > div {
		background-color: white;
		color: black:
		margin: 0px;
		padding: 10px;
		font-family: trebuchet ms;
		font-size: 15px;
		width: 45%
	}

form.form-all {
	font-family: trebuchet ms;
	font-size: 15px;
	color: black;
	text-align: left;
}

input[type=text], select, textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
}

input[type=tel] {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
}

input[type=number] {
	width: 50%;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
}

label {
	padding: 2px;
	display: inline-block;
	text-align: left;
}

input[type=submit] {
	background-color: teal;
	color: white;
	padding: 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	width: 50%;
}

input[type=submit]:hover {
	background-color: grey;
}

input[type=button] {
	background-color: teal;
	color: white;
	padding: 10px;
	border: 1px solid teal;
	border-radius: 4px;
	cursor: pointer;
	width: 45%;
}

input[type=button]:hover {
	background-color: white;
	color: teal;
}

.teal-line-thanks {
	border-bottom-style: solid;
	border-bottom-color: #bce30c;
	border-bottom-width: 3px;
	width: 11%;
	height: 20px
}
.teal-line-explore {
	border-bottom-style: solid;
	border-bottom-color: #bce30c;
	border-bottom-width: 3px;
	width: 3%;
	height: 20px
}
.section-thanks {
	width: 19%;
	height: 40px;
}
.section-explore {
	width: 35%;
	height: 40px;
}

table {
	border: 1px solid teal;
	border-collapse: collapse;
	width: 100%;
}

th {
	border: 1px solid teal;
	color: teal;
	font-family: trebuchet ms;
	font-size: 11px;
	text-decoration: underline;
	font-weight:bold;
}

td {
	border: 1px solid teal;
	color: teal;
	font-family: trebuchet ms;
	font-size: 10px;
}

h1 {
	color: teal;
	font-family: trebuchet ms;
	font-size: 20px;
	text-align:center;
}

h2 {
	color: teal;
	font-family: trebuchet ms;
	font-size: 20px;
	text-align: left;
	text-decoration: underline;
}
h3 {
	color: teal;
	font-family: trebuchet ms;
	font-size: 16px;
	text-align: left;
}
h4 {
	color: teal;
	font-family: trebuchet ms;
	font-size: 20px;
	text-align: center;
}
p {
	color: black;
	font-family: trebuchet ms;
	font-size: 15px;
}
p.header {
	color: teal;
	font-family: trebuchet ms;
	font-size: 15px;
	padding: 1px;
	margin: 1px;
	text-align: center;
}
p.address {
	color: teal;
	font-family: trebuchet ms;
	font-size: 8px;
	padding: 1px;
	margin: 1px;
	text-align: left;
}
p.datetime {
	color: teal;
	font-family: trebuchet ms;
	font-size: 15px;
	padding: 5px;
	margin: 1px;
	text-align: center;
	border: 2px solid teal;
	border-radius: 8px;
}
p.form-bold {
	color: black;
	font-family: trebuchet ms;
	font-size: 15px;
	padding: 10px;
	margin: 1px;
	text-align: left;
	font-weight:bold;
}
p.footer-2 {
	color: teal;
	font-family: trebuchet ms;
	font-size: 10px;
	padding: 1px;
	margin: 1px;
	text-align: center;
}
p.footer-3 {
	color: teal;
	font-family: trebuchet ms;
	font-size: 10px;
	padding: 1px;
	margin: 1px;
	text-align: center;
}
p.thanks {
	color: black;
	font-family: trebuchet ms;
	font-size: 15px;
	padding: 1px;
	margin: 1px;
}
img.headlogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 40px;
}

img.footlogo01 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 18%;
}
img.footlogo02 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50px;
	height: 50px;
}
img.footlogo03 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 30px;
	height: 30px;
}
img.footlogo04 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}
img.facebook {
	display: block;
	margin: 10px;
	width: 30px;
	height: 30px;
}
img.facebook:hover {
	opacity: 0.5;
}
a {
	font-family: trebuchet ms;
	font-size: 15px;
	padding: 5px;
	text-align: center;
}

a.button {
	display: inline-block;
	font-family: trebuchet ms;
	font-size: 20px;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 5px;
	padding-bottom: 5px;
	marign-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: teal;
	color: white;
	border: 2px solid teal;
	border-radius: 8px;
}
a.button:hover {
	background-color: white;
	color: teal;
}

a.social {
	font-family: trebuchet ms;
	font-size: 18px;
	padding: 0px;
	text-align: center;
}

a.smallprint {
	font-family: trebuchet ms;
	font-size: 8px;
	margin: 50px;
	text-align: center;
	align-content: center;
	color: black;
}

@media only screen and (max-width: 540px) {
	h1 {
		font-size: 15px;
	}
	h2 {
		font-size: 15px;
	}
	h3 {
		font-size: 15px;
	}
	img.bottom-banner {
		width: 310px;
		height: 81px;
	}
}


@media only screen and (min-width: 1141px) {
	.block-outer > div {
		width: 1140px;
	}
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 16px;
	}
	img.bottom-banner {
		width: 1130px;
		height: 294px;
	}
}
	
</style>
</head>
<body>

    <div class="block-outer">
        <!--Header section-->
        <div class="block-header">
			<div class="block-header-1">
				<!--Premier address left-->
				<div>
					<p class="address">Building 5, Maxwell Office Park</p>
					<p class="address">Magwa Cresent West, Waterfall City</p>
				</div>
				<!--Menu Middle-->
				<div>
					<h1>PremierFMCG Pty Ltd</h1>
				</div>
				<!--Premier Logo Right-->
				<div>
					<img src="https://glhcwebcms01.blob.core.windows.net/premier/PremierLogo.png" alt="Premier Logo" class="headlogo" />
				</div>
			</div>
			<div class="block-header-1">
				<!--Date Time Button-->
				<div style="width: 50%;">
					<p class="datetime">2026-04-09 22:12</p>
				</div>
				<!--Date Time Button-->
				<div style="width: 50%;">
					<p class="datetime"></p>
				</div>
			</div>
			<div class="block-header-2">
				<!--Start Button-->
				<div>
					<a href="https://qr.premierfmcg.com/webpage/80009900?textRef=A87E5C26-7921-4B82-9085-C835E9C9826F" class="button">START</a>
				</div>
				<!--Back Button-->
				<div>
					
				</div>
				<!--Next Button-->
				<div>
					
				</div>
				<!--Last Button-->
				<div>
					
				</div>
			</div>
		</div>
			

        <div class="block-inner-column">
			<div>
				<h2 style="text-align:center">Food Safety Management System</h2>
				<h2 style="text-align:center">Bakery eDocs</h2>
			</div>
			<div>
				<p>Please select the form you would like to go to: -</p><br>
			</div>
			<div>
				<a href="https://qr.premierfmcg.com/webpage/80001010?textRef=A87E5C26-7921-4B82-9085-C835E9C9826F" class="button">Mixing Control Sheet</a><br>
				<br>
				<a href="https://qr.premierfmcg.com/webpage/80005010?textRef=A87E5C26-7921-4B82-9085-C835E9C9826F" class="button">Mixing Control Approval</a><br>
				<br>
				<a href="https://qr.premierfmcg.com/website/8000" class="button">Log Out</a><br>
				<br>
			</div>
        </div>
		

        <!--Footer section-->
        <div class="block-footer">
            <!--IT Logo Left-->
            <div>
                <img src="https://glhcwebcms01.blob.core.windows.net/premierit/PremierITIcon.png" alt="Iwisa Logo" class="footlogo01" />
            </div>
            <!--Menu Middle-->
            <div style="border-left-style:solid; border-left-color:teal; border-left-width:2px">
                <p class="footer-2">Premier IT Help Hesk</p>
                <p class="footer-2">Tel: 0860 000 686</p>
                <p class="footer-2">Email: ithelpdesk@premierfmcg.com</p>
            </div>
            <!--Every1s welcome Logo right-->
            <div style="border-left-style:solid; border-left-color:teal; border-left-width:2px">
                <p class="footer-3">Capital Expenditure Application</p><br>
                <p class="footer-3">Small Projects</p><br>
                <p class="footer-3">Issue Date: 01-07-2020</p><br>
                <p class="footer-3">Rev: 0</p><br>
            </div>
        </div>
    </div>

</body>
</html>
