body {
    background-color:#202020;
    color:white;
    font-family:arial,helvetica;
}

h3 {
    text-align:left;
    color:yellow;
    text-decoration: underline;
    font-weight:bold;
}

.container {
    text-align:center;
    width:100%;
    height:900px;
}

.containerbox {
    margin:auto;
    
}

.passwordbox {
    background-color:#202020;
    color:yellow;
    font-style:italic;
    height:40px;
    text-align:center;
    border-style:solid;
    border-width:1px;
    border-color:white;
    
}
.loginButton {
    background-color: yellow; /* Green */
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.left {
    text-align:left;
}

.red {
    color:red;
}

.green {
    color:green;
}

.yellow {
    color:yellow;
}
 
        table, th, td 
        {
            font-family:arial,helvetica;
            font-size:10pt;
            border: solid 1px #DDD;
            border-collapse: collapse;
            padding: 2px 3px;
            text-align: center;
            background-color:#202020;
        }
        th {
            font-weight:bold;
        }
        
        
        
        