:root {
  background: #242330;
  color: #DCDCE0;
  font-family: "Times New Roman", serif;
  text-align: center;
}
body {
  max-width: 800px;
  margin: auto;
  margin-top: 20px;
  padding: 0 5px;
}
h1 {
  margin: 0;
  font-style: italic;
}
h3 {
  margin: 0;
  margin-bottom: 20px;
  font-weight: normal;
}
a {
  color: #ADADFF;
}
a.active {
  font-weight: bold;
  font-style: italic;
}
p {
  margin: 5px 0;
}
table {
  text-align: left;
}
input {
  background: #191725;
  color: inherit;
  border: 1px solid #4A4A66;
  border-radius: 2px;
  padding: 2px 3px;
}
input:focus {
  outline: none;
  border: 1px solid #ADADFF;
}
input[type=email], input[type=password], input[type=text] {
  width: calc(100% - 8px);
  max-width: 358px;
}
input#captcha {
  font-size: 30px;
}
#message {
  font-size: small;
  margin-top: 20px;
  font-style: italic;
}
#message.success {
  font-weight: bold;
  color: #00FF00;
}
#message.error {
  font-weight: bold;
  color: #FF0000;
}