/*
 * Copyright (c) 2010-2023 Calgary Scientific Inc., all rights reserved.
 */

:root
{
    --brand-action-color-hex: #449c85;
    --brand-action-color-rgb: 68, 156, 133;
}

body
{
    display: flex;
    margin: 0;
}

#header
{
    background: url("/themes/fujisynapse/synapse_serverpagelogo.png") no-repeat top left;
    background-size: contain;
    height: calc(3.5vw + 30px);
    max-height: 80px;
}

#partner-logo
{
    min-height: 12px;
    max-height: 18px;
}

#partner-name
{
    text-align: center;
}
