@font-face {
    font-family: "United";
    font-weight: 400;
    src: url(fonts/UnitedItalicCondHeavy.otf);
    font-display: swap;
}

@font-face {
    font-family: "Mundial";
    src: url(fonts/embedded-news/4-Mundial-Regular-TTY.otf);
    font-weight: 400;
}

@font-face {
    font-family: "Mundial";
    src: url(fonts/embedded-news/5-Mundial-DemiBold-TTY.otf);
    font-weight: 600;
}

@font-face {
    font-family: "Supernett";
    src: url(fonts/Supernettcn-BoldCondensed.otf);
    font-weight: 600;
}

@font-face {
    font-family: "LiquidEmbrace";
    src: url(fonts/DK-Liquid-Embrace.otf);
    font-weight: 600;
}
body{
    background-image: url('../images/login/TSG-Admin-bg.jpg');
    background-size: cover;
    font-family: 'Mundial', sans-serif;
}
.app-brand {
    grid-row: 1!important;
}
.desktop-logo{
    max-width: 120px;
    margin: 50px auto 20px;
    display: block;
}
.app-brand__name{
    font-family: "United";
    color: #fff;
    font-size: 65px;
    text-transform: uppercase;
}
.app-brand__logo {
    margin: 30px auto 30px;
    display: block;
}

.silverstripe-cms-logo {
    display: none;
}
.font-united {
    font-family: "United", sans-serif;
    text-transform: uppercase;
}
.footer-text {
    text-align: center;
    font-size: 24px;
}

.silverstripe-brand p {
    color: #fff;
    opacity: .5;
}
.silverstripe-brand h2 {
    color: #fff;
}

.login-form{
    z-index:5;
}
.footer{
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer h2{
    font-family: "United";
    font-size: 30px;
    color: #fff;
    display: inline-block;
    max-width: 250px;
    text-transform: uppercase;
}
.footer p, a{
    color: #fff;
}
.footer p a:hover{
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px){
    .app-brand__name {
        font-size: 45px;
    }
}
@media (max-width: 480px){
    .app-brand__name {
        font-size: 39px;
    }
}
