/* Trially WebClient branding — extra_css, see /etc/sftpgo/sftpgo.json */
[data-bs-theme="dark"] img[alt="Logo"] { content: url("/static/branding/trially-logo-dark.png"); }
.btn-primary { background-color: #e9573f !important; border-color: #e9573f !important; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #c0442f !important; border-color: #c0442f !important;
}
/* hide the Go to WebAdmin link on the customer-facing login */
a[href$="/web/admin/login"] { display: none !important; }
