/* http://www.amp-what.com/unicode/search/padlock */

html {
    background-color: #000;
    color: #ffffff;
    margin: 0;
    font-family: "Courier New", Courier, monospace;
    font-size: 15px;
    line-height: 26px;
  }

body {
  margin: 0;
  padding: 16px;
}

a, a.visited, a.active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

h1 {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

.span_login1 {
  background-color: dodgerblue;
}

.span_login2 {
  background-color:dimgrey;
}

pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 0px !important;
}
