body {
font-family: 'Open Sans', sans-serif;
font-size: 1.2vw;
-webkit-text-size-adjust: 100%;
-webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

#shape {
	position: relative;
	top: 0%;
	left: 0%;
	width: 100vw;
	height: 100vh;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	/* box-sizing: border-box; */
	background-color: rgba(0,44,119,1);
}

label {
	color: rgba(255,255,255,1);
	width: 80%;
	display: inline-flex;
	margin: 1%;
}

.submitbutton {
	width: auto;
	/* height:4vw; */
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	/* font-weight: bold; */
	color: rgba(0,44,119,1);
	cursor: hand;
	cursor: pointer;
	padding: 1%;
	margin: 1%;
	font-size: 16px;
	box-sizing: border-box;
	border-radius: 7px;
}

.login {
	position: absolute;
	right: 0%;
	bottom: 15%;
	width: 50%;
	height: auto;
	/* background-color: rgba(0,44,119,1); */
	color: white;
	padding: 1%;
	margin: 3%;
	box-sizing: border-box;
}


.inputfield {
	width: 94%;
	/* font-size: 1.5vw; */
	font-size: 16px;
	color: rgba(0,44,119,1);
	padding: 1%;
	margin: 1%;
	border-radius: 7px;
}

.imageholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: auto;
}

#mercerlogo {
	position: absolute;
	top: 4%;
	left: 2%;
	width: 24%;
	height: auto;
}

img {
	width: 100%;
	height: auto;
}

#formhead {
	font-size: 3vw;
}



	