#BrandedLogo {
	display: none;
}

/* Hide the main title - AhsenB - 06/27/2022 */
#maintitle {
	display: none;
}

.logo-container {
	background-color: #E2E4E6;
}

#footerCorporateLink {
	margin-top: -32px;
}

.branded-logo {
	background-image: url(/_layouts/images/PG/images/COS/MyGiant.png);
	background-repeat: no-repeat;
	height: 55px;
}

.bodyFlex .branded-logo {
	background-position: 47.5% center;
}

.acctFlex .branded-logo {
	background-position: 3% center;
	min-width: 280px;
}

.PGButton:hover,
.PGButton:focus {
	color: #FFF;
	background-color: rgb(255, 115, 50);
	box-shadow: 0 10px 30px 0 (rgb(255 115 50) / 32%);
	border: 2px solid rgb(255, 115, 50);
}

.PGButton {
	border: 2px solid rgb(255, 115, 50);
}

.rpdiv {
	border: 2px solid transparent;
}

.rpdiv:hover {
	box-shadow: none;
}

/* Show Login In As Link - VisalL - 12/4/2024 */
@media all and (max-width:768px) {
	#lblLoggedInAs {
		display: inline-block;
	}
}