﻿:root {
    --background-color: #111827;
    --primary-color: #0069FF;
    --divider-color: #e4e4e3;
    --text-main-color: #fff;
    --text-secondary-color: #000;
    --text-disabled-color: #e4e4e3;
    --solid-button-text-color: #fff;
    --transparent-button-text-color: #0069FF;
    --logo-text-color: #fff;
    --logo-background-color: #163F87;
    --success-message-background-color: #36B37E;
}

.branding #logo-image {
    max-height: 200px;
}
