#background {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-image: url('../image/bg.png');
    z-index: -99;
}


td input {
    width: 75%;
    height: 55px;
    padding: 10px 19px;
    margin: .5rem 0;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    border: 0px solid #3b3b3b;
    background: #050505;
    border-radius: 30px;
    border: 1px solid var(--stroke-primary);
    color: rgb(255, 255, 255);
    transition: all .3s;
}

table {width: 100%;}

.row {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.p-white {
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.04em;
    margin-bottom: 0;
    text-align: center;
}

.p-yellow {
    color: #f2cd2b;
}
.img-01 {text-align: center;}
.img-02 {text-align: center;}
.img-01 a img {
    width: 60%;
    min-width: 350px;
}

.img-02 a img {
    width: 60%;
    min-width: 350px;
}