:root {
    --brand-color: #f68d2f;
}

.top-bar {
    background-image: url('/app/Torch-web-logo.png');
    background-size: 176px;
    background-repeat: no-repeat;
    background-position-y: 1px;
    background-position-x: 25px;
    padding: 13px 25px 20px !important;
}

.centered-layout-logos {
    justify-content: space-between;
    gap: 80px;
}

.clarity-for-teams-logo, .logo {
    background-image: url('/app/Clarity™ for Microsoft Teams_Grey.png');
}

.reseller-logo {
    background-image: url('/app/Torch-web-logo.png');
    height:51px;
    width: 139px;
    background-size: contain;
    background-repeat: no-repeat;
}

input[type="radio"] {
    accent-color: var(--brand-color);
}