/* install.lt custom branding - prisijungimo lango stilius */

html, body,
main.view.md-background {
  background-color: #37517e !important;
}

#loginContent.md-whiteframe-3dp {
  background-color: #37517e !important;
}

.sg-logo {
  background-color: #37517e;
}

.sg-login.md-accent {
  background-color: #37517e !important;
}

/* ryskesnis, geriau matomas tekstas ir ikonos ant melyno fono */
.sg-login,
.sg-login * {
  color: #ffffff !important;
}

.sg-login .md-input-container .md-input {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.sg-login .md-input-container .md-input::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

.sg-login .md-select-value {
  border-color: rgba(255, 255, 255, 0.7) !important;
}

/* prisijungimo mygtukas - baltas apskritimas, kad gerai matytusi ant melyno fono */
.sg-login .md-fab.md-accent {
  background-color: #ffffff !important;
}

.sg-login .md-fab.md-accent md-icon {
  color: #37517e !important;
}

/* ripple fono efektas prisijungimo metu - anksciau zalias, dabar melynas */
sg-ripple.md-accent.md-bg {
  background-color: #37517e !important;
}

/* "Welcome" (sekmingo prisijungimo) ekranas - anksciau zalias, dabar melynas */
[ng-switch-when="logged"] {
  background-color: #37517e !important;
}

[ng-switch-when="logged"] .md-accent,
[ng-switch-when="logged"] md-icon {
  color: #ffffff !important;
}
