body, .zf-templateWrapper {
  background: #04213a !important;
  font-family: 'Playfair Display', serif !important;
}

.zf-tempContDiv, .zf-templateWrapper .zf-tempFrmWrapper {
  background: #04213a !important;
  border: 1px solid rgba(184,137,45,0.22) !important;
}

.zf-labelName {
  color: #b8892d !important;
  font-family: 'Playfair Display', serif !important;
  font-size: 11px !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

input[type="text"], input[type="email"],
input[type="tel"], textarea, select {
  background: rgba(4,33,58,0.9) !important;
  border: 1px solid rgba(184,137,45,0.25) !important;
  color: #f8f5e0 !important;
  font-family: 'Playfair Display', serif !important;
  font-size: 15px !important;
}

input[type="text"]:focus, input[type="email"]:focus,
input[type="tel"]:focus, textarea:focus, select:focus {
  border-color: #b8892d !important;
  outline: none !important;
}

.zf-submitBtn {
  background: #b8892d !important;
  color: #04213a !important;
  font-family: 'Playfair Display', serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  border: none !important;
}