@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

[data-layout='authorization'] #page-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding-right: 0;
  margin-bottom: 1rem;
}

[data-layout='authorization'] #site-logo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}

[data-layout='authorization'] #site-logo img {
  height: 2.666rem;
}

[data-layout='authorization'] #page-content[data-page-content="login"] {
  width: 25rem;
  margin-left: calc((100% - 25rem) / 2);
  margin-right: calc((100% - 25rem) / 2);
}

[data-layout='authorization'] #page-title h1 {
  text-align: center;
  font-weight: 400;
}

[data-layout='authorization'] .item-content > .content-piece-group:not(:first-child) {
  padding-top: 0;
}

[data-layout='authorization'] .item-content > .content-piece-group:not(:last-child):not(.exept) {
  border-bottom: 0;
  padding-bottom: 0;
}

[data-layout='authorization'] .list li {
  width: auto;
  margin-bottom: 0;
}

[data-layout='authorization'] #page-footer {
  height: 5rem;
  padding: 0;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[data-layout='authorization'] #page-footer::before {
  left: 0;
  width: 100%;
}

[data-layout='authorization'] [data-page-content="registration"] .group-credentials .content-piece {
  width: calc(50% - 1rem);
}

[data-layout='authorization'] [data-page-content="registration"] .group-credentials > .content-piece:nth-child(2n-1) {
  margin-right: 2rem;
}

#page-layout[data-layout='authorization'] {
  min-height: 100vh;
  padding: 0;
}

#page-layout[data-layout='authorization'] > * {
  margin-bottom: 0;
  margin-top: 0;
}

#main-layout {
  min-height: calc(100vh - 5rem);
  padding: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.group-extra-start {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.group-credentials {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.group-form-actions {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.group-extra-end {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
/*# sourceMappingURL=authorization.css.map */