body {    
    background: #202020;
    color: #FFF;
    padding-top: 100px;
}
h1 {
    background-image: url(../img/triton-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    outline: 0;
    width: 100%;
    height: 50px;
}
form > div {
    margin: 0 0 10px;
}
label {
    display: block;
}
input {
    color: #000;
}
input[type=text],
input[type=password]{
    width: 100%;
}
input[type=submit] {
    
}