/* Paginas publicas del boletin (confirmar, darse de baja, preferencias, archivo).
   Mismo aire que soundvoyagesvr.com: fondo oscuro, azul claro y serif en los titulos. */

body {
  background: #070b11;
  color: #dfe7f2;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

.container.wrap {
  max-width: 560px;
  margin: 46px auto;
  background: #0b0f16;
  border: 1px solid #16202c;
  border-radius: 12px;
  padding: 34px 30px 30px;
  box-shadow: none;
}

.header {
  text-align: center;
  border-bottom: 1px solid #1c2530;
  padding-bottom: 22px;
  margin-bottom: 26px;
}

.logo img {
  max-width: 240px;
  width: 100%;
  height: auto;
}

h1, h2, h3 {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

h2 { font-size: 22px; margin-top: 0; }

a { color: #a6d9ff; }
a:hover { color: #ffffff; }

p, li, label { color: #dfe7f2; }
.description, .help, small { color: #8fa3b8; }

input[type="text"], input[type="email"], input[type="password"], textarea, select {
  background: #111a24;
  border: 1px solid #24374a;
  color: #e8eef5;
  border-radius: 6px;
  padding: 10px 12px;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
  border-color: #a6d9ff;
  outline: none;
}

button, input[type="submit"], .button {
  background: #a6d9ff;
  color: #08121c;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  padding: 12px 28px;
  cursor: pointer;
}
button:hover, input[type="submit"]:hover, .button:hover { background: #ffffff; }

hr { border: 0; border-top: 1px solid #1c2530; }

.message, .box, .notice {
  background: #111a24;
  border: 1px solid #24374a;
  border-radius: 8px;
  color: #dfe7f2;
}

footer.container {
  text-align: center;
  color: #3c4654;
  font-size: 12px;
  padding-bottom: 30px;
}
footer.container a { color: #4d5967; }
