/* CUSTOM BRANDING OF PWM */
/* Bring in MVSD Green */
#header {
	background: linear-gradient(to bottom, #008544, #08070f);
}

/* set logo photo */
#logo img {
    content: url('../images/logo.png');      /* modern browsers */
    max-height: 54px;                        /* scale as needed */
}

.message-info,
.tab-container > .label{
    background: #CCE3D7;
}

.panel-login-display-message {
    display:inline-block;
    padding:6px 12px;
    background:#CCE3D7;
}