﻿.app-logo {
    width: 174px;
    height: 41px;
    background-image: url("/images/logo-light.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.app-logo-short-big {
    width: 220px;
    height: 220px;
    background-image: url("/images/logo-short__light__220x220.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.app-logo-full-big {
    width: 325px;
    height: 51px;
    background-image: url("/images/logo-full__light__325x51.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}