.app-page {
  background-color: #539548;
}

.app-container,
.bg-white {
  background: none;
  box-shadow: none;
}

.logo-col-box {
  gap: 0;
}

.logo-img {
  display: none;
}

.logo-txt,
.logo-col-txt {
  font-size: 0;
}

.logo-txt::before,
.logo-col-txt::before {
  content: "Dogorama Team Portal";
  display: inline;
  color: white;
  font-size: 50px;
  line-height: 1;
  background: linear-gradient(0deg, rgba(1, 121, 38, 0) 0%, rgba(255, 0, 255, 0) 16%, #017926 16%, #017926 41%, rgba(1, 121, 38, 0) 41%);
  padding: 0 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

#bookmarks {
  display: none;
}

.app-login-btn-box {
  border-width: 0;
}

.app-login-btn-box>div:first-child {
  background-color: #1a531b;
}

.app-login-btn-txt {
  background-color: white;
}

.app-login-btn-txt:hover {
  background-color: #eff3ef;
}

.app-login-btn-txt>span {
  font-size: 0;
}

.app-login-btn-txt>span::before {
  content: "Log in";
  color: #1a531b;
  font-size: 24px;
  text-transform: none;
}

.app-inp-lbl {
  display: none;
}

.app-portal-btn-box {
  background-color: white;
  border-width: 0;
}

.app-portal-btn-img {
  display: flex;
  align-items: center;
  background-color: #1a531b;
  font-size: 30px;
  color: white;
}

.app-portal-btn-txt {
  color: #1a531b;
  font-weight: 500;
  line-height: normal;
  background-color: white;
}

.app-portal-btn-txt:hover {
  background-color: #eff3ef;
}

.app-portal-btn-txt>span>span {
  display: block;
  font-size: 14px;
  color: #539548;
}

.pb-2:last-child {
  width: fit-content;
  margin-left: auto;
}

.pb-2:last-child .app-portal-btn-img {
  border-radius: .375rem;
}

.pb-2:last-child .app-portal-btn-txt {
  display: none;
}

.app-gen-banner-header {
  color: white;
}

.app-gen-banner-box {
  border-left-width: 0;
}

.app-gen-btn-txt {
  background-color: #1a531b;
}

.app-gen-btn-txt:hover {
  background-color: #1a531b;
}
