body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background: #fff;
}

#logo {background:url(https://cdn-sites.datascape.cloud/www.taupodc.govt.nz/header-logo.svg);
       background-repeat:no-repeat;
       width:unset;
}
#admin_wrapper {
    min-height: 310px;
    margin: 50px auto 50px auto;
    border: solid 1px #80808036;
    background: #f6f6f6;
}


form {
    padding: 10px 0 0px 0;
}
h2 {color:#003148;}