.color-primary,
a.color-primary {
  color: #e6007e;
}
.color-primary a,
a.color-primary a {
  color: #e6007e;
}

.bg-greyLight {
  background-color: #f3f3f3;
}

.bg-gradiantblue {
  background: linear-gradient(135deg, rgb(0, 92, 169) 0%, rgb(7, 38, 70) 100%);
}

.bg-gradiantblue-revert {
  background: linear-gradient(135deg, rgb(7, 38, 70) 0%, rgb(0, 92, 169) 100%);
}

.bg-gradiantblueLight {
  background: linear-gradient(135deg, #005ca9 0%, #7bc7fe 100%);
}

.text-grey {
  color: #656565;
}

.gradianttext-bluewhite {
  background: linear-gradient(to right, #7bc7fe, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.gradianttext-blueblue {
  background: linear-gradient(to right, #005ca9, #7bc7fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hl.gradianttext-blueblue {
  font-size: 88px;
  line-height: 98px;
  margin-bottom: 0;
  float: left;
  width: 100%;
}

#wp-admin-bar-wp-logo {
  display: none;
}

.login h1 a {
  background-image: url("/wp-content/themes/trigon/project/img/icon.png");
  background-size: contain;
  width: 100%;
  height: 80px;
}

.wp-core-ui .button-primary {
  background: #e6007e;
  border-color: #e6007e;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
}

/*# sourceMappingURL=backend.css.map */
