body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	background-image: url(../imgnew/UnitedPetFood_Wave.png), linear-gradient(115deg, #f2f8ff 0%, #f0fafc 50vw, #D6F4FE 100vw);
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;
	background-position: center center;

	@media(width < 700px) {
		background-size: 300vw;
	}
}

body #logo {
	float: left;
	height: 48px;
	margin-bottom: 1.5rem;
	background: url(../imgnew/UnitedPetfood_Main.svg) center center no-repeat;
	background-size: 150px 32px;
	background-position: 32px 4px;
}

#onlinehelp {
	background-color: #022e59;
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: .75rem;
}

.auth-method-choice a:hover {
	text-decoration: none !important;
	color: #022e59;
}