/**
 * Breakpoints
 * ----------------
 * For each breakpoint styles will be applied
 * from the size e.g. for "large" styles will
 * be applied once the width of the viewport
 * is 1200px.
 *
 * Use default styles that are applicable
 * from 0px and only override
 * styles using breakpoints
 * when needed.
 */
/**
 * Spacings
 */
/**
 * Fonts
 */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
/**
 * Boxgrid variables
 */
/**
 * Colours
 */
/**
 * Animation
 */
/**
 * General
 */
/**
 * Buttons
 */
/**
 * Sizes
 */
body {
  background: #ebedee;
}

.login h1 a {
  background: url(../img/ckgroup-logo-teal.png) center/250px 65px no-repeat;
  width: 100%;
}

#loginform {
  box-shadow: none;
}

#nav {
  text-align: center;
}

#backtoblog {
  display: none;
}

/*# sourceMappingURL=login.css.map */
