@charset "UTF-8";

/* latin */

@font-face {
  font-family: "Padauk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Padauk-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Padauk Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Padauk-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "fontello";
  src: url(/fonts/fontello.eot?fff1b751d8a8faae7dcdfeddb765ae3c);
  src: url(/fonts/fontello.eot?fff1b751d8a8faae7dcdfeddb765ae3c) format("embedded-opentype"), url(/fonts/fontello.woff2?f09ec3192899b143db24129adf200c09) format("woff2"), url(/fonts/fontello.woff?3939f5bb2ffd789d8a2b0b889e567e30) format("woff"), url(/fonts/fontello.ttf?13bdb22282ff704530c4a836434af5e5) format("truetype"), url(/fonts/fontello.svg?4cfadd33256c24dd30ec190a29f7b677) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?90319057#fontello') format('svg');
  }
}
*/

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-calendar-empty:before {
  content: "\F133";
}

/* '' */

.icon-cancel:before {
  content: "\E802";
}

/* '' */

.icon-check:before {
  content: "\E801";
}

/* '' */

.icon-check-empty:before {
  content: "\F096";
}

/* '' */

.icon-down-open:before {
  content: "\E800";
}

/* '' */

.icon-filter:before {
  content: "\F0B0";
}

/* '' */

.icon-left-open:before {
  content: "\E804";
}

/* '' */

.icon-right-open:before {
  content: "\E803";
}

/* '' */

.icon-plus:before {
  content: "\E809";
}

/* '' */

.icon-print:before {
  content: "\E807";
}

/* '' */

.icon-search:before {
  content: "\E805";
}

/* '' */

.icon-trash-empty:before {
  content: "\E806";
}

/* '' */

.login {
  background-color: #eef2f6;
  display: grid;
  place-items: center;
  min-height: 32rem;
  height: 100vh;
}

.login__form {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
}

