body {
    margin-top: 80px;
    background: #f8f8f8;
}

.brand {
    position: relative;
    background-image: url("../images/asap.png");
    background-size: 100px 29px;
    width: 100px;
    height: 29px;
}

.brand:after {
    content: '';
    position: absolute;
    left: 70px;
    top: -7px;
    background-image: url("../images/solutions.png");
    background-size: 78px 46px;
    width: 78px;
    height: 46px;
}

.bage-filesize {
    min-width: 70px;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .brand {
        background-image: url("../images/asap@2x.png");
    }

    .brand:after {
        background-image: url("../images/solutions@2x.png");
    }
}

.bg-blue {
    background: #585eb2;
}

.border-semitransparent {
    border-color: rgba(248, 248, 248, 0.38) !important;
}