#login h1 a {
  max-width: 180px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#loginform .submit input[type="submit"] {
  background: #f67900;
  border-color: #f67900;
}

#footer-login .footer-bg {
  position: relative;
  font-family: 'Indivisible', Arial, Helvetica, sans-serif;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fbfaec;
  overflow-y: hidden;
}

#footer-login .footer-bg:before {
  background: #fff;
  border-radius: 0 100% 100% 0;
  bottom: -120px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: -160px;
  width: calc(50vw - 217.5px);
}

#footer-login .footer-bg .m-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#footer-login .footer-menus {
  display: flex;
  align-items: center;
}

#footer-login .footer-logos {
  display: flex;
  flex: 0 0 30%;
  flex-direction: column;
  margin-right: 2rem;
}

#footer-login .footer-logos > .widget .wp-block-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

#footer-login .footer-logos img {
  width: 100%;
  height: auto;
  max-width: 160px;
}

#footer-login .nav-footer {
  margin-left: 2rem;
  min-width: 60%;
}

#footer-login .nav-footer .nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  list-style: none;
  padding: 0;
}

#footer-login .nav-footer li {
  margin: 0.5em 0;
  font-weight: bold;
  break-inside: avoid;
  color: #28401d;
}

#footer-login .nav-footer li a {
  color: #28401d;
  transition: color 0.3s ease;
  text-decoration: none;
}

#footer-login .nav-footer li a:hover,
#footer-login .nav-footer li a:focus {
  color: #f67900;
  transition: color 0.3s ease;
}

#footer-login .nav-footer li li {
  margin: 0;
  font-weight: normal;
  list-style: none;
}