@font-face {
  font-family: "PAYBACKLight";
  src: url(/blueberry/static/portal-de-standalone-bundle/2.404.0/dist/fonts/payback_light-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;

}


.page-body-bg {
  background-color: var(--pb-blue-10, rgb(229, 236, 246));
  min-width: 100%;
  min-height: 90vh;
}

div.page-body-bg {
  display: flex;
  flex-grow: 1;
}

.page-body {
  background-color: var(--pb-blue-10, rgb(229, 236, 246));
  min-width: 100%;
  padding: 20px 10px;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: var(--pb-dark-grey-100, rgb(49, 49, 51));
  background-color: var(--pb-white-100, rgb(255, 255, 255));
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: var(--pb-blue-100, rgb(0, 62, 176));
  text-decoration: none;
}

a:hover,
a:focus {
  color: hsl(from var(--pb-blue-100, rgb(0, 62, 176)) h s calc(l - 15));
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1 {
  font-family: PAYBACKLight, "Open Sans", Arial, sans-serif;
  font-size: 18px;
  color: var(--pb-blue-100, rgb(0, 62, 176));
  font-weight: 300;
  margin-bottom: 0px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  margin: 0 auto;
}



/* .wrapper {
  min-width: 320px;
  display: flex;
} */

.header {
  margin: 20px 20px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-container {
  margin-bottom: 20px;
}

.form__group {
  width: 100%;
}

.form__label {
  margin-bottom: var(--input-label-margin-bottom, 1rem);
  color: var(--input-label-color, var(--pb-grey-75, rgb(116, 116, 118)));
  font-size: var(--input-label-font-size);
  display: inline-block;
  font-weight: var(--input-label-font-weight, normal);
  max-width: 100%;
  font-family: var(--input-label-font-family);
}

/* #password_form {
  display: none;
} */

.login__container {
  max-width: 500px;
  padding: 20px 30px 0px;
  background-color: var(--pb-white-100, rgb(255, 255, 255));
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}

.login__title {
  text-align: left;
  margin-bottom: 10px;
  font-size: 24px;
}

.login__form {
  width: 100%;
}

input {
  width: 100%;
}

.input {
  min-width: 14rem;
  padding: 3px 10px;
  margin-bottom: var(--none, 1rem);
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: var(--pb-dark-grey-100, rgb(49, 49, 51));
  line-height: 1.4rem;
  border: 1px solid;
  border-color: var(--pb-blue-35, rgb(166, 191, 226));
  border-radius: 0.2rem;
}

.input::-moz-placeholder {
  color: var(--pb-blue-50, rgb(127, 162, 212));
  opacity: 1;
}

.input:-ms-input-placeholder {
  color: var(--pb-blue-50, rgb(127, 162, 212));
}

.input::-webkit-input-placeholder {
  color: var(--pb-blue-50, rgb(127, 162, 212));
}

.input:invalid {
  border: 1px solid var(--pb-blue-35, rgb(166, 191, 226));
  /* border-color: var(--pb-red-100, rgb(193, 0, 43)); */
  box-shadow: none;
}

.input:valid {
  border: 1px solid;
  border-color: var(--pb-blue-35, rgb(166, 191, 226));
  box-shadow: none;
}

.input--status-focus,
.input:focus {
  outline: var(--pb-blue-35, rgb(166, 191, 226));
  border: 1px solid;
  border-color: var(--pb-blue-35, rgb(166, 191, 226));
}

.input-width-full {
  width: 100%;
}


.form__button {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--pb-white-100, rgb(255, 255, 255));
  background-color: var(--pb-blue-100, rgb(0, 62, 176));
  border: none;
  border-radius: 0.2rem;
  padding: 0.5rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  margin-top: 1rem;
  width: auto;
}

.form__button:hover {
  background-color: #0056b3;
}

.identification_alternative_container {
  text-align: center;
  padding: 1.5rem 0px 3.5rem;
}

.identification_alternative_link {
  color: var(--pb-dark-blue-100, rgb(0, 46, 121));
  text-decoration: underline;
  font-size: 14px;
}

.identification_alternative_link:hover {
  text-decoration: underline;
}


.button--full-width {
  width: 100%;
}

.main {
  display: flex;
  flex-direction: column;
}

.background__content {
  display: inline-flex;
  flex: 1;
}

.background__images {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px 0;
  min-height: 40vh;
}


.background__image--left,
.background__image--right {
  display: none;
}

.background__image--center {
  display: inline-block;
  max-width: 250px;
  /* Adjust as needed */
  width: 100%;
  height: auto;
}


.footer_content {
  display: block;
  border-right: 1px solid var(--pb-grey-35, rgb(204, 204, 204));
  padding-right: 10px;
}

.footer_content:last-child {
  border-right: none;
  padding-right: 0;
}

.error-message {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
}

.form__input.error {
  border-color: #dc3545;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
}

.form__input.success {
  border-color: #28a745;
  box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.25);
}

/* Loading state for button */
.form__button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

@media (min-width: 480px) {
  .container {
    width: 440px;
  }
}

@media (min-width: 768px) {
  /* .container {
    width: 720px;
  } */

  .background__image--center {
    display: none;
  }

  .background__image--left,
  .background__image--right {
    display: block;
    max-width: 250px;
  }

  .background__images {
    justify-content: flex-end;
    padding: 40px 0;
  }

  .footer__container {
    border-top: 1px solid var(--pb-grey-35, rgb(204, 204, 204));
    padding-top: 20px;
  }

  .footer_content {
    display: block;
    border-right: 1px solid var(--pb-grey-35, rgb(204, 204, 204));
    padding-right: 10px;
  }

  /* remove border right in last footer content  */
  .footer_content:last-child {
    border-right: none;
    padding-right: 0;
  }
}

/* @media (min-width: 992px) {
  .container {
    width: 960px;
  }
} */


@media (min-width: 992px) {
  .background__content {
    z-index: 1;
  }
}


@media (min-width: 768px) {
  .background__images {
    justify-content: space-between;
  }
}


.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}


.footer {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  color: var(--pb-white-100, rgb(255, 255, 255));
  padding-left: 10px;
  padding-right: 10px;
}


.footer__container,
.small-footer__group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
}

.small-footer__item {
  font-size: 0.8rem;
}

.hidden__footer_content {
  display: none;
}