/*
  wodkan-style-login.css, 3.0.2, 2021/08/11
  biblioteka css aplikacji gison, http://gison.pl, (c) GISON
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url(open-sans.css);
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body,
html {
  padding: 0;
  margin: 0;
  font-family: "Open Sans";
  color: #fff;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.2rem;
}
p {
  margin: 1rem 0;
}
* {
  box-sizing: border-box;
}
.img-container img {
  max-width: 100%;
  max-height: 100%;
}
.wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}
.wrapper--reset {
  margin-left: -1rem;
  margin-right: -1rem;
}
.background--full-page {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.background__overlay {
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
}
.background__img {
  z-index: -2;
  background: url(imgs/background-photo.jpg) no-repeat center center;
  background-size: cover;
}
.editor-group {
  width: 100%;
  padding: 1rem;
}
@media only screen and (min-width: 48em) {
  .editor-group {
    width: 50%;
  }
}
@media only screen and (min-width: 75em) {
  .editor-group {
    max-width: 40rem;
  }
}
.editor-group--border {
  border: 1px solid #347ab7;
  border-radius: 0.5rem;
  padding: 2rem;
  margin: 1rem;
}
@media only screen and (min-width: 48em) {
  .editor-group--border {
    width: calc(50% - 2 * 1rem);
  }
}
.editor-group--border .editor-group__header {
  position: absolute;
  top: 0;
  left: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  margin: 0;
  padding: 0 0.5rem;
}
.editor-group--header.editor-group--border {
  position: relative;
  margin-top: calc(1rem + 1.4rem / 2);
}
.editor-group--circle {
  counter-increment: item;
  margin-top: 10rem;
  position: relative;
}
.editor-group--circle:after {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 1px solid #347ab7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #347ab7;
  content: counter(item);
  position: absolute;
  top: 2.5rem;
  left: 15%;
  -webkit-transform: translate(-50%, calc(-100% - 5rem));
  transform: translate(-50%, calc(-100% - 5rem));
}
.editor-group--circle.editor-group--header {
  margin-top: 10rem;
}
.editor-group--circle.editor-group--header:after {
  content: none;
}
.editor-group--circle .editor-group__header:after {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 1px solid #347ab7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #347ab7;
  content: counter(item);
  position: absolute;
  top: 2.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-100% - 5rem));
  transform: translate(-50%, calc(-100% - 5rem));
}
.editor-group--card {
  width: calc(100% - 2 * 1rem);
  margin: 1rem;
  padding: 2rem;
}
@media only screen and (min-width: 48em) {
  .editor-group--card {
    width: calc(50% - 2 * 1rem);
  }
}
.editor-group--bg {
  background-color: #f5f5f5;
}
.editor-group--big {
  width: 100%;
}
@media only screen and (min-width: 75em) {
  .editor-group--big {
    max-width: 82rem;
  }
}
@media only screen and (min-width: 48em) {
  .editor-group--col-50 {
    -webkit-columns: auto 2;
    columns: auto 2;
    -webkit-column-gap: 6rem;
    column-gap: 6rem;
  }
}
.editor-group__header {
  font-size: 1.4rem;
  color: #347ab7;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
.editor-label {
  margin-bottom: 0.5rem;
}
.editor-label label {
  font-weight: 700;
}
.editor-label--desc {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.editor-field {
  margin-bottom: 1rem;
}
.editor-field .ui-dropdownchecklist-selector-wrapper,
.editor-field
  input:not([type="color"]):not([type="file"]):not([type="checkbox"]):not(
    .form-control-json
  ),
.editor-field select,
.editor-field textarea {
  width: 100%;
}
.editor-field .ui-dropdownchecklist-item input {
  width: auto !important;
}
.editor-field .file-primary {
  width: 0.1px;
}
.editor-field .file-primary + div {
  margin-top: 0.5rem;
}
.editor-field-frame {
  border: 1px solid #666;
  padding: 10px;
  border-radius: 6px;
}
.editor-field-frame-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.editor-field-dates input {
  width: 47%;
}
.editor-checkbox {
  display: flex;
}
.editor-checkbox .editor-label {
  order: 1;
  margin-left: 0.5rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
.editor-checkbox .editor-field {
  margin-bottom: 0;
}
.editor-divider {
  border: 0;
  border-top: 1px solid #d4d4d4;
  margin: 1.5rem 0;
}
.editor-divider--top-sm {
  margin-top: 0.5rem;
}
.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000 !important;
}
.add_przycisk,
.przycisk_add {
  color: #347ab7;
  background-color: transparent;
  border: none;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
  margin-top: -10px;
}
.add_przycisk-icon,
.przycisk_add-icon {
  display: inline-block;
  background-color: transparent;
  color: #347ab7;
  font-weight: 600;
  border: 1px solid #347ab7;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 3px;
  padding: 0;
  font-size: 10px;
}
.group-array {
  display: flex;
  flex-wrap: wrap;
}
.login-page {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 100vh;
}
.login-panel {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  width: 100%;
  flex-grow: 1;
}
@media only screen and (min-width: 62em) {
  .login-panel {
    margin-top: 9rem;
  }
}
@media only screen and (min-width: 62em) {
  .login-panel--alt {
    max-width: 80rem;
  }
}
.login-panel__header {
  margin: 0;
  text-align: center;
  font-size: 2rem;
}
@media only screen and (min-width: 62em) {
  .login-panel__header {
    font-size: 2.4rem;
  }
}
.login-panel__desc {
  text-align: center;
  margin: 1.6rem 0 3.5rem 0;
  font-size: 1.4rem;
  position: relative;
}
@media only screen and (min-width: 62em) {
  .login-panel__desc {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.login-panel__desc:after {
  content: "";
  width: 20%;
  height: 1px;
  position: absolute;
  bottom: -2.25rem;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.login-panel__fields {
  font-size: 1.4rem;
  width: 100%;
}
@media only screen and (min-width: 62em) {
  .login-panel__fields {
    font-size: 1.6rem;
  }
}
.login-panel__fields input[type="password"],
.login-panel__fields input[type="text"] {
  height: 3rem;
  padding-left: 0.5rem;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  outline: 0;
  background: #fff;
  border: 1px solid #36454f;
}
@media only screen and (min-width: 62em) {
  .login-panel__fields input[type="password"],
  .login-panel__fields input[type="text"] {
    height: 4rem;
    font-size: 1.6rem;
  }
}
.login-panel__fields--alt input[type="password"],
.login-panel__fields--alt input[type="text"] {
  background: #f5f5f5;
}
.login-panel__fields input:-webkit-autofill,
.login-panel__fields--alt input:-webkit-autofill {
  box-shadow: 0 0 0 100rem #fff inset;
}
@media only screen and (min-width: 62em) {
  .login-panel__logo-form-container {
    display: flex;
    margin-top: 4rem;
  }
  .login-panel__logo-form-container > :first-child {
    width: 33%;
  }
  .login-panel__logo-form-container > :last-child {
    width: 67%;
  }
}
.login-panel__logo-container {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.login-panel__logo {
  max-height: 10rem;
}
@media only screen and (min-width: 62em) {
  .login-panel__logo {
    max-height: 15rem;
  }
}
.login-panel__submit-container {
  text-align: center;
  padding: 2rem 0;
}
.login-panel__submit {
  width: 100%;
  max-width: 20rem;
  height: 3.5rem;
  background: 0 0;
  border: 1px solid #fff;
  text-shadow: 0;
  border-radius: 0.5rem;
  color: #fff;
  background: 0 0;
  cursor: pointer;
}
.login-panel__errors {
  font-size: 1.4rem;
  padding: 0 1rem;
}
@media only screen and (min-width: 62em) {
  .login-panel__errors {
    height: 1.6rem;
  }
}
.navbar-header--bottom {
  display: flex;
}
@media only screen and (min-height: 768px) {
  .navbar-header--bottom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.navbar-header__logos-top {
  order: -2;
}
@media only screen and (min-height: 768px) {
  .navbar-header__logos-top {
    order: 0;
  }
}
.navbar-header__logos-bottom {
  order: -1;
}
@media only screen and (min-height: 768px) {
  .navbar-header__logos-bottom {
    order: 0;
  }
}
.navbar-header--w-50 {
  width: 50%;
}
@media only screen and (min-height: 768px) {
  .navbar-header--w-50 {
    width: 100%;
  }
}
.navbar-header__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.navbar-header__img-container {
  height: 8rem;
  width: 8rem;
  padding: 1rem;
  text-align: center;
}
@media only screen and (min-width: 62em) {
  .navbar-header__img-container {
    margin-left: 3rem;
    height: 10rem;
    width: 10rem;
  }
}
.navbar-header__img-container--lg {
  width: 10rem;
  height: 10rem;
}
@media only screen and (min-width: 62em) {
  .navbar-header__img-container--lg {
    width: 14rem;
    height: 14rem;
  }
}
.navbar-header__img {
  max-height: 100%;
  max-width: 100%;
}
.navbar-header__title {
  font-size: 1.8rem;
  color: #fff;
  margin-left: 0.5rem;
}
@media only screen and (min-width: 48em) {
  .navbar-header__title {
    font-size: 2.2rem;
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 62em) {
  .navbar-header__title {
    font-size: 2.7rem;
    margin-left: 1rem;
  }
}
.background__img {
  background: url(imgs/WodKan-background.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.background__overlay {
  background: rgba(0, 0, 0, 0.5);
}
div.navbar-header__img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
span.navbar-header__img-container {
  height: 100%;
  width: initial;
}
nav.navbar-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (min-height: 731px) {
  nav.navbar-header {
    height: calc(100px + 0px);
  }
}
@media all and (max-height: 730px) {
  nav.navbar-header {
    height: calc(80px + 0px);
  }
}
@media all and (max-height: 640px) {
  nav.navbar-header {
    height: calc(70px + 0px);
  }
}
nav.navbar-header .navbar-header__link {
  height: 100%;
}
nav.navbar-header .navbar-header__link.navbar-header--prize {
  position: absolute;
  bottom: calc(20px + 80px);
  left: 0;
}
@media all and (min-height: 731px) {
  nav.navbar-header .navbar-header__link.navbar-header--prize {
    height: calc(100px + 0px);
  }
}
@media all and (max-height: 730px) {
  nav.navbar-header .navbar-header__link.navbar-header--prize {
    height: calc(80px + 0px);
  }
}
@media all and (max-height: 640px) {
  nav.navbar-header .navbar-header__link.navbar-header--prize {
    height: calc(70px + 0px);
  }
}
nav.navbar-header .navbar-header__link.navbar-header--prize span {
  padding: 0;
}
.login-panel__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 100;
}
.login-page {
  min-height: calc(100vh - 80px);
}
.login-panel {
  background-color: rgba(255, 255, 255, 0.5);
  flex-grow: 0;
  padding: 30px;
  color: #161616;
  border-radius: 0;
  width: 100%;
  margin: 10px;
}
.login-panel .login-panel__header {
  color: #161616;
  font-size: 1.9rem;
}
.login-panel .login-panel__header span.login-panel__header-title {
  color: #161616;
}
.login-panel .validation-summary-errors {
  color: red;
}
.login-panel fieldset {
  padding: 0;
  border: 0;
}
.login-panel input {
  height: 4rem;
}
.login-panel label::after {
  content: "*";
}
.login-panel .login-panel__desc {
  margin: 1rem 0 3rem 0;
}
.login-panel .login-panel__desc::after {
  content: initial;
}
.login-panel .editor-field .field-validation-error {
  color: red;
  font-weight: 600;
  font-size: 1.3rem;
}
.login-panel .editor-field--psw .editor-field--psw__wrap {
  position: relative;
}
.login-panel .editor-field--psw .editor-field--psw__wrap input {
  padding-right: 40px;
}
.login-panel .editor-field--psw .editor-field--psw__wrap i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  cursor: pointer;
  background: 0 0;
  font-size: 2rem;
  color: #424242;
}
.login-panel .editor-field--psw .field-validation-error {
  color: red;
  font-weight: 600;
  font-size: 1.3rem;
}
.login-panel .login-panel__forgot_pasword {
  display: flex;
  justify-content: flex-end;
  margin: 5rem 0 0 0;
  font-size: 1.4rem;
  font-weight: 600;
}
.login-panel .login-panel__submit-container {
  padding: 0;
}
.login-panel .login-panel__submit-container .login-panel__submit {
  margin-top: calc(3rem + 16px);
  background-color: #e6760f;
  border-color: #e6760f;
  color: #fff;
  height: 4.5rem;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}
.login-panel .login-panel__submit-container .login-panel__submit:focus {
  border-color: #e6760f;
  outline-color: #e6760f;
}
.login-panel .login-panel__errors {
  padding: 0;
  color: red;
  font-weight: 600;
  font-size: 1.3rem;
}
.login-panel .login-panel__errors ul {
  margin: 0;
  padding: 0;
}
.login-panel .login-panel__errors ul li {
  list-style: none;
}
footer.login-page__footer {
  background-color: #3f4a53;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4%;
}
footer.login-page__footer .footer__statue {
  color: #fff;
  margin: 0;
}
footer.login-page__footer .footer__statue a {
  color: #e6760f;
  text-decoration: none;
}
footer.login-page__footer a.footer__logo {
  display: block;
}
footer.login-page__footer a.footer__logo img {
  width: 10rem;
}
@media all and (max-height: 840px) {
  nav.navbar-header .navbar-header__link.navbar-header--prize {
    position: relative;
    left: initial;
    bottom: initial;
  }
}
@media all and (max-height: 730px) {
  body .login-panel.login-panel--new {
    padding: 20px;
  }
  body .login-panel.login-panel--new .editor-label label {
    font-size: 1.4rem;
  }
  body .login-page .login-panel__submit-container .login-panel__submit {
    height: 4rem;
    margin-top: 16px;
  }
}
@media all and (max-height: 640px) {
  footer.login-page__footer {
    height: 3rem;
  }
  footer.login-page__footer a.footer__logo {
    display: none;
  }
  .login-page {
    min-height: calc(100vh - 3rem);
  }
}
