@font-face{
    font-family: Heebo;
    font-style: normal;
    font-weight: 400;
    src: local('Heebo'), local('Heebo-Regular'),url(https://fonts.gstatic.com/s/heebo/v2/q17xXvwvpCd8fBgEBABP9w.woff2) format('woff2');
    unicode-range:U+0590-05FF,U+20AA,U+25CC,U+FB1D-FB4F
}
@font-face {
    font-family: Heebo;
    font-style: normal;
    font-weight: 400;
    src: local('Heebo'), local('Heebo-Regular'), url(https://fonts.gstatic.com/s/heebo/v2/Q66imbW5v9YuQMRLd0RXOA.woff2) format('woff2');
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215
}

body {
    position: relative;
    background: linear-gradient(300.97deg, #8F278D 0%, #084F94 105.66%);
}

.container {
    display: grid;
    grid-template-columns: 35% 30% 35%;
    grid-template-rows: 1fr 1fr 1fr;
    height: 100vh;
    width: 100vw;
}

.logo-container {
    display: grid;
    justify-self: center;
    align-self: flex-end;
    padding-bottom: 1vmin;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;

}

.korbyt-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.center-modal {
    grid-row-start: 2;
    grid-column-start: 2;
    display: grid;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5vmin;
    gap: 3vmin;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 12px 35px rgba(0,0,0,0.24);
    border-radius: 20px;
}

.warning-icon {
    justify-self: center;
    align-self: center;
}
.access-denied {
    justify-self: center;
    align-self: center;
    width: 26vmin;
    height: 18vmin;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    font-size: 3.5vmin;
    line-height: 100%;
    color: #084F94;
}