
body { background: #101010; color: #f1ede6; font-family: Helvetica, Arial, sans-serif; }
.container.wrap { background: #101010; border-radius: 0; padding: 32px; max-width: 480px; }
.header { text-align: right; }
.header .logo { display: inline-block; }
.logo img { max-height: 44px; }
h2 { color: #f1ede6; text-transform: uppercase; font-weight: 900; letter-spacing: -0.005em; }
a { color: #d9a441; }
label { color: rgba(241,237,230,0.75); }
input[type=email], input[type=text] { background: #1a1613; color: #f1ede6; border: 1px solid #3a332c; padding: 10px; border-radius: 3px; width: 100%; box-sizing: border-box; margin: 4px 0 14px; }
.button { background: #d97a42; color: #1a1613; border: none; padding: 12px 24px; font-weight: 800; text-transform: uppercase; border-radius: 3px; cursor: pointer; letter-spacing: 0.03em; }
ul.lists { list-style: none; padding: 0; }
.form p.right { display: none; }
