body
{
    background: #004271;
}
body,
h1
{
    color: white;
}
a
{
    color: #b9b9b9;
}
.logo
{
    width: 300px;
    height: 60px;
    margin: 7vh 0 0 0;

    background: url(/custom-dentwizard/images/Logo_IRS_white.png) no-repeat;
    background-size: contain;
}