#header img {
    max-height: none;
    max-width: none;
}

#vcenter {
    height: auto;
    margin-top: 0;
    transform: translateY(-50%);
}

#background {
    background-image: url("/static/sono-admin-login-page.jpg") !important;
}

#content {
    background: #fff !important;
}

#contentBackground {
    background: #fff !important;
}

#content button {
    background: #4B6919;
    color: #fff;
}

#content input {
    background: #fff;
    color:#000;
    border: 1px solid #ccc;
}