#header {
        background-image: none;
}

#header-company-logo {
        /* rivm */

        background-image: url('../../../../../../password-rijkshuisstijl/logo-rivm_nl.svg');
        height: 100px;

        background-repeat: no-repeat;
        background-size: contain;
        left: -22px;
        margin: 0 0 0 50%;
        width: auto;
        position: inherit;
}

#header-balance-div {
        position: relative;
        top: 10px;
        width: auto;
        height: 32px;
        left: auto;
        background-color: #f6d4b2;
}

#header-center {
        position: relative;
        top: 10px;
        width: auto;
        height: 44px;
        left: auto;
        padding: 0px;
        background-color: #e17000;
}


#header-page {
        font-size: 0px;
}

#header-title {
        font-size: 0px;
}

#centerbody {
    background: #f3f3f3;
    margin-top:200px;
    padding-bottom:10px;
    padding-top:30px;
    width: 400px;
    padding:20px;
    border: 2px solid;
    border-color:#154273;

}

.btn {
      box-shadow: 2px 2px 5px #aaaaaa;
      background-color:#154273;
}
.menubutton {
    display: block;
    text-align: center;
    padding: 4px 4px;
    border-radius: 5px;
    border: 1px solid black;
    margin: 5px 2px;
    text-decoration: none;
    color: white;
    background-color:#154273;
    box-shadow: 2px 2px 5px #154273;
}