/* Bourg Development brand override */

/* === LOGIN PAGE === */
.sg-login-content,
.sg-login-content label,
.sg-login-content .md-input,
.sg-login-content md-input-container label,
.sg-login-content md-input-container .md-input,
.sg-login-content md-icon,
.sg-login-content md-select-value,
.sg-login-content md-select-value span,
.sg-login-content md-switch .md-label,
.sg-login-content .md-button {
  color: #ffffff !important;
}
.sg-login-content input.md-input {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
}
.sg-login-content md-input-container .md-input {
  border-bottom-color: rgba(255, 255, 255, 0.7) !important;
}
.sg-login-content md-input-container.md-input-focused .md-input {
  border-bottom-color: #ffffff !important;
}
.sg-login-content md-input-container.md-input-focused label {
  color: #ffffff !important;
}
.sg-login-content md-button.md-fab {
  background-color: #2992D0 !important;
  color: #ffffff !important;
}

/* === GLOBAL TOOLBARS === */
md-toolbar:not(.md-menu-toolbar) {
  background-color: #12283A !important;
  color: #ffffff !important;
}

md-toolbar md-icon,
md-toolbar .material-icons {
  color: #ffffff !important;
  fill: #ffffff !important;
}

md-toolbar input,
md-toolbar input.md-input,
md-toolbar label,
md-toolbar md-select-value,
md-toolbar md-select-value span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

md-toolbar input.md-input {
  background-color: transparent !important;
  caret-color: #ffffff !important;
  border-bottom-color: rgba(255, 255, 255, 0.5) !important;
}

md-toolbar input::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

md-toolbar md-input-container.md-input-focused .md-input {
  border-bottom-color: #ffffff !important;
}

/* === LINKS === */
a, a:visited { color: #2992D0; }
a:hover { color: #12283A; }
