body {
    background-color: black;
    font-size: large;
    font-family: Arial;
    color: white;    
}
body::after {
    content: " ";
    position: fixed;
    top:0px;
    left:0px;
    right: 0px;
    bottom: 0px;
    background-image: URL(access.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.2;
    z-index: -1;
}
#holder {
    position: relative;
    z-index: 1;
    background-color: white;
}
#g_auth {
    border-radius: 0.5em;
}
dialog::backdrop {
    background-color: #113311;
    opacity: 0.5;
}

.gocodedigit, .gocodedigit:focus {
    border: none;
    outline: none;
    z-index: 2;
    height: 50px;
    color: #000;
    text-align: left;
    letter-spacing: 35.5px;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px #000;
    margin-bottom: 0;
    padding: 0 0 0 12px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 23px;
    font-weight: 400;
    top: 0;
    left: 0;
    width: 350px;
    margin-left: 50px;
    background-position: -5px;
    background-image: url(digitholders.webp);
    background-repeat: no-repeat;
}

#g_tbl  {
    width: 100%;
    td {
        padding: 3px;
    }
    button {
        height: 44px;
    }
}