html,body {
    background-color: #000 !important;
    width: 100%;
    height: 100%;
}

img.sidelogo {
    float: left;
    height: 100px;
    margin-right: 25px;
}

img.smalllogo {
    height: 100px;
    margin-right: 25px;
}

.vcenter{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.systembox {
    width: 600px;
    height: 300px;
    border-style: solid;
    border-color: #333;
    border-width: 1px;
    border-radius: 10px;
    padding: 25px;
    color: #fff;
    font-size: 18pt;
    letter-spacing: 1px;
    line-height: 2em;
    font-family: monospace;
}

#login-email {
  height: 60px;
  font-size: 20pt;
  width: 100%;
  margin-left: 10px;
}
#login-submit {
  height: 60px;
  cursor: pointer;
}

#login-message {
  width: 100%;
  padding: 10px;
  color: red;
  font-weight: bold;
}
