﻿@font-face {
    font-family: OpenSans;
    src: url(/idp/fonts/OpenSans-CondBold.ttf);
}

#sign-in,
#save-type {
    min-width: 100px;
}

#alert, #noscript-alert {
    width: 100%;
    margin: 16px 0;
    text-align:center;
}

#type-select {
    min-width: 190px;
}

.logo-container {
    position: relative;
    height: 200px;
}
.logo-container.no-content {
    height: 120px;
}

.logo-image {
    max-width: 160px;
    margin-top: -85px;
    margin-left: -80px;
}

.challenge,
.logo-type {
    position: absolute;
    top: 50%;
    left: 50%;
}

.grid-image {
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
}

.token-text {
    width: 250px;
    margin-top: -50px;
    margin-left: -125px;
    font-weight: 700;
}

#help-link {
    font-size:12px;
}

.external-container hr {
    margin:0;
}

#login-grid {
    margin-left: -95px;
    margin-top: -98px;
}

.page-hidden {
    visibility: hidden;
}

.access-list {
    display: flex;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    padding: 0;
}
.access-list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
    height: 130px;
    border-radius: 10px;
    color: unset;
    text-align: center;
}
.access-list li a:hover {
    transition: background-color .2s;
    background-color: rgba(173, 184, 194, 0.2);
    text-decoration: none;
}
.tile-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(119, 136, 153, 0.2);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-top: 16px;
}
.tile-title {
    display: flex;
    justify-content: center;
    height: 32px;
    width: 180px;
    margin-top: 20px;
    padding: 0 8px;
}
.tile-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pg-matrix {
    font-family: OpenSans;
}