body {
  background: #f7f3f5;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.container.wrap {
  max-width: 640px;
  margin-top: 40px;
  padding: 32px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.header {
  margin-bottom: 28px;
}

button,
.button,
input[type="submit"] {
  background: #ad688f !important;
  border-color: #ad688f !important;
  color: #fff !important;
  border-radius: 5px;
}

a {
  color: #8f4f73;
}

footer.container {
  display: none !important;
}
.header .logo img {
  content: url("https://news.fragranceshop.com/uploads/fragranceshop_logo.webp") !important;
  display: block;
  width: auto !important;
  height: 42px !important;
  max-width: 220px !important;
  object-fit: contain;
  margin: 0 auto;
}