
body { background: #f6f8f1; color: #1e1e1e; }
.container.wrap { background: #fff; border-radius: 14px; box-shadow: 0 2px 14px rgba(50,32,22,.08); padding: 0 30px 30px; margin-top: 48px; margin-bottom: 48px; overflow: hidden; }
.header { background: #322016; margin: 0 -30px 30px; padding: 24px 30px; border-radius: 14px 14px 0 0; text-align: center; }
.header .logo img { display: block; margin: 0 auto; max-height: 42px; width: auto; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; color: #1e1e1e; }
a { color: #ca3627; }
a:hover { color: #d9483a; }
.button, button[type=submit] { background: #ff6c24; color: #fff; border: 0; border-radius: 100px; padding: 12px 30px; font-weight: 600; cursor: pointer; }
.button:hover, button[type=submit]:hover { background: #ec5e18; }
