@charset "UTF-8";
/*
   This software is protected by WiLabs s.c. commercial license.
   See LICENSE file located in the root directory for more info.
*/
/*
   This software is protected by WiLabs s.c. commercial license.
   See LICENSE file located in the root directory for more info.
*/
/*
   This software is protected by WiLabs s.c. commercial license.
   See LICENSE file located in the root directory for more info.
*/
#Pushes {
  position: fixed;
  top: 3rem;
  right: 0;
  width: 26rem;
  z-index: 9991;
}
@media screen and (max-width: 39.9375em) {
  #Pushes {
    width: 100%;
  }
}
#Pushes .m-push {
  position: relative;
  padding: 1.5rem 2rem 0 2rem;
}
@media screen and (max-width: 39.9375em) {
  #Pushes .m-push {
    padding: 1rem 1rem 0 1rem;
  }
}
#Pushes .m-push-close {
  display: block;
  position: absolute;
  top: 1.75rem;
  right: 2.25rem;
  font-size: 1rem;
  line-height: 1rem;
  color: white;
  cursor: pointer;
}
#Pushes .m-push-content {
  padding: 1.75rem 2rem;
  background-color: #8A8A8A;
  border-radius: 4px;
  box-shadow: 0px 0px 1rem 0.0625rem #FEFEFE;
  color: #FEFEFE;
}
#Pushes .m-push.success .m-push-content {
  background-color: #6FB42C;
}
#Pushes .m-push.warning .m-push-content {
  background-color: #FFAE00;
}
#Pushes .m-push.alert .m-push-content,
#Pushes .m-push.error .m-push-content {
  background-color: #D0021B;
}
#Pushes h6 {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #FEFEFE;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
#Pushes p {
  margin-top: 0.5rem;
  color: #FEFEFE;
  margin-bottom: 0;
}
#Pushes p:first-child {
  margin-top: 0;
}

/*
   This software is protected by WiLabs s.c. commercial license.
   See LICENSE file located in the root directory for more info.
*/
#id-password-progress-bar {
  width: 100%;
}

.progress-meter.weak {
  background-color: #ff9999;
}
.progress-meter.fair {
  background-color: #ffcc66;
}
.progress-meter.good {
  background-color: #99ff99;
}
.progress-meter.strong {
  background-color: #66ccff;
}

.progress-bar-notes {
  color: #4D5862;
  font-size: 0.8rem;
  font-style: italic;
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: Roboto;
  font-weight: 400;
}

h1 {
  margin: 2rem 0 0 0;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  color: #4D5861;
}

h1.alert {
  color: #D0021B;
}

p {
  margin: 1rem 0 0 0;
  text-align: center;
  color: #4D5861;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: inherit;
}

.m-new-password {
  color: #8A9197;
}

.m-new-password a:hover {
  color: #6EB42C;
}

img {
  display: block;
  width: 15rem;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

input {
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: 1rem 0 0 0;
  outline: none;
  -webkit-appearance: none;
  width: 100%;
  font-size: 1rem;
  line-height: 1.25;
  color: #4D5861;
  padding: 0.5rem 0.75rem;
  border: 0.0625rem solid #CACACA;
  border-radius: 0.1875rem;
  background-color: white;
  padding-left: 2.25rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 36px;
}

.m-show-pass {
  font-size: 0.9rem;
  color: #8A9197;
  text-align: center;
  margin: 0.2rem 0 0 0;
}

.m-show-pass-checkbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  cursor: pointer;
  vertical-align: middle;
  /* Hide the default checkbox */
}
.m-show-pass-checkbox input {
  display: none;
}
.m-show-pass-checkbox {
  /* Show checkmark when checkbox is checked */
}
.m-show-pass-checkbox input:checked + .m-checkmark:after {
  content: "✔"; /* Unicode checkmark character */
  display: block;
  color: #4D5861;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.m-show-pass-checkbox {
  /* Style for the checkmark */
}
.m-show-pass-checkbox .m-checkmark {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.progress {
  height: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  border-radius: 3px;
  background-color: #CACACA;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #CACACA;
  border-radius: 3px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
}

#login-input,
#id_login {
  background-image: url(../gfx/login.svg);
}

#password-input,
#new-password1-input,
#new-password2-input,
#id_password {
  background-image: url(../gfx/password.svg);
}

#email-input {
  background-image: url(../gfx/email.svg);
}

input:focus {
  border-color: #4D5861;
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CACACA;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CACACA;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #CACACA;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #CACACA;
}

.account-ballot {
  width: 100%;
}

.login-or {
  padding-top: 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
  height: 0.6rem;
  border-bottom: 1px solid lightgray;
  text-align: center;
}
.login-or span {
  font-size: 1rem;
  color: #4D5861;
  background-color: white;
  padding: 0px 1rem;
}

.button, .button-cancel, .account-provider-button {
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: 1rem 0 0 0;
  outline: none;
  -webkit-appearance: none;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 400;
  color: white;
  padding: 0.5rem 0.75rem;
  border-radius: 0.1875rem;
  padding: 0.85em 1em;
  text-align: center;
  text-decoration: none;
}

.button, .account-provider-button {
  border: 0.125rem solid #6FB42C;
  background-color: #6FB42C;
}
.button:hover, .account-provider-button:hover {
  border-color: #93CE5A;
  background-color: #93CE5A;
}

.button-cancel {
  border: 0.125rem solid #b4352c;
  background-color: #b4352c;
}
.button-cancel:hover {
  border-color: #b44d45;
  background-color: #b44d45;
}

.button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.75rem 0.75rem;
  background-image: url(../gfx/arrow-right.svg);
}

form {
  width: 100%;
}

form p.alert {
  box-sizing: border-box;
  width: 100%;
  color: white;
  background-color: #D0021B;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 0.1875rem;
}

#Frame {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #AAA;
}

#Body {
  box-sizing: border-box;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 25rem;
  margin-top: 100px;
  padding: 2.5rem 3rem 3rem 3rem;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 5rem rgba(0, 0, 0, 0.2);
}

#Footer {
  margin-top: auto;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  color: rgba(255, 255, 255, 0.8);
}

#Footer p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0;
}

#Footer #Languages {
  font-size: 0.75rem;
  line-height: 1.5rem;
  vertical-align: middle;
  margin-bottom: 1rem;
}

#Languages {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-languages {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.m-languages li {
  display: inline-block;
}

.m-languages .m-lang-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: auto 1.5rem;
  background-position: center center;
  border: 1px solid white;
  margin-left: 0.5rem;
}

.m-languages .pl .m-lang-icon {
  background-image: url(../gfx/polish.svg);
}

.m-languages .en .m-lang-icon {
  background-image: url(../gfx/english.svg);
}

.m-languages .m-lang-label {
  display: none;
}

.m-logos {
  display: flex;
  align-items: center;
}
.m-logos .m-logo {
  display: block;
  font-size: 0;
  margin-right: 1rem;
}
.m-logos .m-logo:last-child {
  margin-right: 0;
}
.m-logos img {
  display: block;
  width: auto;
  height: 3rem;
}
.m-logos .m-for span {
  display: block;
  font-size: 0.75rem;
  line-height: 2rem;
  text-align: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: rgba(111, 180, 44, 0.5);
  color: white;
}

#logout-message .button {
  margin-top: 1.5rem;
}

@media (max-width: 640px) {
  #Frame {
    background-image: none !important;
    background-color: white;
  }
  #Body {
    width: 100%;
    margin-top: 0;
    box-shadow: none;
  }
  #Footer p {
    color: #4D5861;
  }
  .m-languages .m-lang-icon {
    border-color: #CACACA;
  }
}