.popover-header {
	content: url('/1/skins/logo.gif');
	display: block;
	margin: 0 auto;
}

/*
#toplogo {
	content: url('/images/Logos/DesktopMastersLogo-1643x500.png');
	height: 40px;
}
*/
.no-navbar img {
	content: url('/images/Logos/DesktopMastersLogo-1643x500.png');
}

/* Change the main background to white */
.task-login #layout-content {
    background-color: #ffffff !important;
}

/* Ensure the outer html/body doesn't show black edges */
.task-login, 
.task-login body {
    background-color: #ffffff !important;
}

/* Optional: If the text becomes hard to read (white on white), 
   uncomment the lines below to make the text dark. */
/*
.task-login #login-form {
    color: #333333 !important;
}
*/