﻿@import url("/Content/font/fonts.css");

.broker #footer .inner {
    display: flex;
    justify-content: center;
}
    .broker #footer .inner:before {
        content: "Powered by";
        font-size: 14px;
        line-height: 18px;
        color: #000;
        margin-right: 10px;
        position: relative;
    }
    .broker #footer .inner:after {
        display: inline-block;
        content: " ";
        background-image: url(/Images/criipto_logo_transparent_blue.png);
        background-repeat: no-repeat;
        width: 84px;
        height: 22px;
        background-size: contain;
    }

.broker #header, .broker #headline, .broker #footer, .broker #description {
    color: #000;
    font-family: "Roboto Slab";
}

.broker .button {
    font-family: "Raleway";
}

.broker .frame.with-header header {
    font-family: "Roboto Slab";
}
