header {
    background:  #005a50 url("../images/logo.svg") no-repeat 20px 12px;
    background-size: auto 39px;
}

@media screen and (max-width: 599px) {
	body { background-color: #f2f2f2; }
}

@media screen and (min-width: 600px) {
	body { background-image: url("../images/login.png"); }
}

h1 {
    color: #005a50;
}

.button { background-color: #005a50; }
.button:hover { background-color: #41d26e; }

pre { border-color: #005a50; }
form#downloaddirectform ul#filelist li { border-color: #005a50; }
