/* Trially WebAdmin branding — extra_css, see /etc/sftpgo/sftpgo.json */
.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 blank Go to WebClient link */
a[href$="/web/client/login"] { display: none !important; }
