/* eslint-disable */

/* stylelint-disable */

/* line 4, stdin */

body.login {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#004b98+0,004b96+99&1+0,0.08+99 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #004b98 0%, rgba(0, 75, 150, 0.08) 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#004b98), color-stop(99%, rgba(0, 75, 150, 0.08)));
  background: -o-linear-gradient(top, #004b98 0%, rgba(0, 75, 150, 0.08) 99%);
  background: linear-gradient(to bottom, #004b98 0%, rgba(0, 75, 150, 0.08) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004b98', endColorstr='#14004b96', GradientType=0);
  /* IE6-9 */
}

/* line 18, stdin */

body.login h1 a {
  background-image: url(/wp-content/themes/icmc/dist/images/logo.png);
  width: 310px;
  background-size: 100%;
}
/*# sourceMappingURL=login.css.map*/