body.auth {
  min-height: 100vh;
  width: 100%;
  background-color: #2a4e44;
  color: #e6a607;
}

.auth-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.auth-container .auth-content {
  max-width: 100%;
  width: 400px;
  padding: 20px;
}
.auth-container .auth-content .auth-header .brand {
  text-align: center;
}
.auth-container .auth-content .auth-header .brand .brand-logo img {
  width: 200px;
  height: 200px;
}
.auth-container .auth-content .auth-header .brand .brand-name {
  font-size: 24px;
  font-weight: 600;
  color: #ffba09;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.auth-container .auth-content .auth-body {
  color: #e6a607;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.auth-container .auth-content .auth-body .header p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}
.auth-container .auth-content .auth-footer p {
  font-size: 12px;
  color: #bebebe;
  text-align: center;
}
