/*ribbon*/
.ribbon-blue {
  background: #00247d;
  height: 3px;
}
.ribbon-yellow {
  background: #ffcd00;
  height: 3px;
}
.ribbon-black {
  background: #000000;
  height: 3px;
}

/* make login text centered" */
.page.page_login {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page.page_login .buttons {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.page.page_register {
  width: fit-content;
}
/* .pkp_structure_main {
  display: flex;
  justify-content: center;
} */

/* FOOTER */
/* Disable footer brand log for OJS */
.pkp_brand_footer {
  display: none;
}
.pkp_structure_footer_wrapper {
  background-color: #f9cb3c;
}
.pkp_footer_content {
  background-color: #f9cb3c;
  padding: 1rem;
}
.site-footer {
  background: #f9cb3c;
  color: var(--text);
  text-align: center;
  padding: 22px 16px;
}
.site-footer > div:first-child {
  font-size: 1rem;
}
.site-footer > div:last-child {
  font-size: 0.75rem;
}

.site-footer a {
  color: var(--green);
  font-weight: 700;
}
