:root {
    --brand-color: #00C3C3;
}

.top-bar {
    background-image: url('/app/First Net Logo FINAL.png');
    background-size: 176px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 25px;
}

.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/First Net Logo FINAL.png');
    height:50px;
    width: 199px;
    background-size: contain;
    background-repeat: no-repeat;
}

input[type="radio"] {
    accent-color: var(--brand-color);
}