/* Style settings for the pages signup.php and signin.php (the pages where user creates a user account/logs in) */

body {
  background-color: #303030;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  color: #bbb;
}

/* Style settings for alert boxes on all pages */

div.alert-success {
  background-color: #009900;
  border: 1px solid #008800;
  font-size: 1.25em !important;
  color: #fff;
}

div.alert-danger {
  background-color: #990000;
  border: 1px solid #880000;
  font-size: 1.25em !important;
  color: #fff;
}      

div#signup-box {
  margin-top: 20px;
}

div#signup-box form h1, div#signup-box form h3 {
  color: inherit;
}

div#signup-box form p {
  font-size: 1.2em;
  color: #aaa;
  margin-top: 20px;
  margin-bottom: 20px;
}

div#signup-box form label {
  font-size: 1.2em;
  color: #999;
}

div#signup-box form input {
  background-color: #404040;
  color: #ddd;
}
