/* Vormur brand overrides for the SFTPGo web client / admin.
   Loaded via httpd branding extra_css. Best-effort recolor of the stock
   (Bootstrap-based) theme to Vormur teal/navy. */

:root {
  --bs-primary: #0d9488;
  --bs-primary-rgb: 13, 148, 136;
  --bs-link-color: #0d9488;
  --bs-link-color-rgb: 13, 148, 136;
  --bs-link-hover-color: #0f766e;
}

.btn-primary {
  background-color: #0d9488 !important;
  border-color: #0d9488 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #0f766e !important;
  border-color: #0f766e !important;
}

a,
.btn-link {
  color: #0d9488;
}
a:hover,
.btn-link:hover {
  color: #0f766e;
}

/* Keep the brand logo a sensible size on the login card. */
.login-logo,
img.brand-logo,
.navbar-brand img {
  max-height: 56px;
  width: auto;
}
