html, body {
    color: #f1f1f1;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    margin: 0;
}

body {
    height: 100vh;
}

html {
    height: 100%;
    background: url("/imgs/pattern-w5.png"), linear-gradient(180deg, #00020f 0%, #300202 100%) !important
}

.logo {
    background: url("https://platform.tiassisto24.it/wp-content/uploads/2021/02/tiassisto24-dsp-logo-w.png") no-repeat center center;
    background-size: contain;
}

@media (max-width: 768px) {
    .logo {
        height: 30px;
    }
}

@media (min-width: 768px) {
    .logo {
        height: 60px;
    }
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

h1 {
    color: #f1f1f1;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links .col-left > a,
.links > a {
    color: #f1f1f1;
    padding: 15px;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
}

.access_token_container,
.access_token_container div {
    display: flex;
}

.access_token_container {
    max-width: 768px;
}

.access_token_container div.col-left {
    flex-grow: 0.3;
}

div#access_token {
    font-size: 0.7em;
    flex-wrap: wrap;
    word-break: break-all;
    text-align: left;
}

.links > a > span {
    padding-left: 10px;
    font-weight: 500;
}

.links > a.logout {
    cursor: pointer;
}
