.top-h {
    position: relative;
    font-family: var(--defaultfontfamily2);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-theme-1);
    font-size: 16px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}
.container {
    position: relative;
    width: 96%;
    max-width: 40em;
    background: rgb(255, 255, 255);
    border: 2px rgb(180, 180, 180) solid;
    border-radius: 2px;
    height: 22em;
    left: 0;
    right: 0;
    margin: auto;
}
.container .credential-container {
    position: absolute;
    width: 90%;
    height: fit-content;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(1, auto);
    left: 0;
    right: 0;
    bottom: 0;
    top: -2em;
    margin: auto;
    grid-row-gap: 0.5em;
    max-width: 16em;
}
.continue {
    position: absolute;
    width: 13em;
    height: 4.4em;
    font-family: system-ui, sans-serif;
    font-weight: 500;
    font-size: 10px;
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
    border: 2px rgb(200, 200, 200) solid;
    border-radius: 4px;
    cursor: pointer;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    top: auto;
    bottom: 2.5em;
    outline: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.fg-t {
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: var(--defaultfontfamily2);
    font-weight: 700 !important;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    top: auto;
    bottom: 12.8em;
    color: var(--color-theme-1);
}
.f2 {
    bottom: 11.4em;
}
.top-h {
    top: 4.6em;
}
.fg-t .href {
    font-weight: 700;
}
.x {
    height: 30em;
}
.container {
    position: absolute;
    top: auto;
    bottom: 0;
}
.container .credential-container .credential {
    position: relative;
    font-family: var(--defaultfontfamily2);
    font-weight: 500;
    color: var(--color-theme-1);
    font-size: 12px;
    letter-spacing: 1px;
    background: rgb(255, 255, 255);
    border: 1.6px rgb(170, 170, 170) solid;
    border-radius: 1px;
    height: 2.4em;
    line-height: 3em;
    width: 100%;
    text-indent: .4em;
}
.top-h {
    position: relative;
    font-family: var(--defaultfontfamily2);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--color-theme-1);
    font-size: 16px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}