#wrappertwofa {
    position: relative;
}
#charwidthtwofa {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: var(--bg-form);
    user-select: none;
    pointer-events: none;
    visibility: hidden;
}
#rastertwofa {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 0;
    color: var(--bg-form);
    user-select: none;
    pointer-events: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    column-gap: 4px;
    background: var(--bg-content);
}
#rastertwofa span {
    width: 16.6667%;
    background: var(--bg-form);
}
#inputtwofa {
    position: relative;
    z-index: 2;
    letter-spacing: 32.7px;
    padding-right: 0;
    padding-left: 14.35px;
}
#loginbutton:focus {
    box-shadow: 0px 0px 0px 5px rgba(69, 139, 0, 0.3);
}