body {
	background-color: white;
}

#logo {
	position: absolute;
	top: 32px;
	left: 32px;
	width: 100px;
	object-fit: contain;
}

#pageimg {
	width: 100%;
	max-height: 33%;
	object-fit: cover;
	object-position: 50% 80%;
}

body > .container {
	text-align: center;
}

#login .text-large {
	font-family: "Roboto Medium", sans-serif;
	font-size: 50px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #009a67;
}

#login .text-normal {
	font-family: "Roboto Medium", sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #009a67;
}

#username, #password, #loginbtn {
	margin: 10px;
	width: 300px;
	height: 50px;
	border-radius: 4px;
	border: none;
	font-family: "Roboto Medium", sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
}

#username, #password {
	background-color: rgba(195, 207, 221, 0.3);
	color: #a6b7c6;
}

#loginbtn {
	background-color: #009a67;
	color: #ffffff;
}
