html,
body {
    height: 100%;
    margin: 0;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
    background: #1d2228 url(../img/ti_admin_bg.svg) center center;
    background-size: cover;
    box-sizing: border-box;
}

div {
    box-sizing: border-box;
}

.logo__wrap {
    width: 100%;
    max-width: 512px;
    margin: auto;
}

.big__logo {
    display: block;
    width: 512px;
    height: 512px;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    opacity: 1;
    position: relative;
    background: url(../img/ti_logo_big_light.svg) center center no-repeat;
}

.random__location {
    position: absolute;
    top: 0;
    left: 0;
    color: #6c6f73;
    padding: 1em;
}

.random__location ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.random__location ul li {
    display: block;
    height: 16px;
    line-height: initial;
    font-size: 0.8em;
}

.random__location ul li.stopped {
    color: #9fc700;
    background: #00000047;
}

.random__location ul li span {
    color: #798e27;
}