/*
 * Copyright (c) 2010-2023 Calgary Scientific Inc., all rights reserved.
 */

:root
{
    --brand-action-color-hex: #0088cc;
    --brand-action-color-rgb: 0, 136, 204;
}

body
{
    display: flex;
    margin: 0;
}

#header
{
    background: url("/themes/resmd/resmd_serverpagelogo.png") no-repeat top left;
    background-size: contain;
    height: calc(3.5vw + 20px);
    max-height: 70px;
    margin: 3em 0;
}

#partner-logo
{
    height: 2.8vw;
    min-height: 44px;
    max-height: 51px;
}
