.masterpage-pageheader-left,
.masterpage-pageheader-center,
.masterpage-pageheader-right {
    position: absolute;
    top: 0;
    height: 165px;
    width: 33%;
    min-width: 33%;
    max-width: 33%;
    z-index: -2;
    opacity: 1;
    background-color: rgba(24, 70, 138, 0.6); /* Ensures blue background if image fails */
    background-image: url('../images/FastPassHeader-blue.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
}

.masterpage-organizationlogo-image {
    position: static;
    display: block;
    overflow: hidden;
    margin: 0px 0px 50px 20px !important;
    padding: 4px;
    background-color: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}


.masterpage-pageheader-center {
    width: 100%; /* Ensures full width coverage */
    min-width: 835px;
    z-index: -1;
}

.masterpage-pageheader-right {
    right: 0;
    background-position: left top;
}

.masterpage-pageheader-left {
    left: 0;
    background-position: right top;
}

/* Fix for IE8 fallback */
.ie8 .masterpage-pageheader-left,
.ie8 .masterpage-pageheader-center,
.ie8 .masterpage-pageheader-right {
    background-color: blue;
}

/* Ensure text inside the banner is white */
.masterpage-pageheader-left *,
.masterpage-pageheader-center *,
.masterpage-pageheader-right * {
    color: white !important;
	font-family: "Roboto Slab", Georgia, serif;
    background-color: #18468a;
}

 .wizard-icon-loginproblem-Application {
    background-image: url(../images/extras/SAP_2011_logo.svg.png) !important;
    height: 70px !important;
    width: 70px !important;
}
