.primary-color { color: #2088C7; }
.primary-bg-color { background-color: #2088C7; }
.primary-border-color { border-color: #2088C7; }
.primary-stroke-color { stroke: #2088C7; }
.secondary-color { color: #d3766f; }
.secondary-bg-color { background-color: #d3766f; }
.secondary-border-color { border-color: #d3766f; }

.organisation-logo      { background-image: url('logo-58431bff52f42e5b9ed369c394a5971e.png'); }
.app-loading            { background: url('app-loading-5c7be7c5a4b3bb222e1a940fc23f1bce.gif') no-repeat center; }

.loading-gif {
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.loading-gif.bg-color {
  background-image: url('loading-throbber-bg-color-14a263580ec1049e1d74a49150d36628.gif');
}
.loading-gif.bg-white {
  background-image: url('loading-throbber-bg-white-4e25721955fb3aa03ef4e9d3836803eb.gif');
}
#tpl-start {
  background-color: #78c8e9 !important;
}
body.primary-bg-color:not(.user) {
    background-color: #78c8e9 !important;
}
body.login {
  background-color: #78c8e9 !important;
}
body.login #login input[type=email] {
  border: 1px solid #ccc;
  border-bottom: none;
}
body.login #login input[type=password] {
  border: 1px solid #ccc;
  border-top: none;
}
.message-content {
  border-radius: 6px;
  background: white;
  padding: 20px;
  border: 1px solid lightgrey;
  margin-bottom: 10px;
}
