.single-input{
    height: 70px;
    width: 60px;
    font-size: 1.5rem !important;
}

.single-input:focus{
    border: #5B86E5 solid 3px;
    outline:none;
}


#player-face,#player-ktp,.guide{
    width: 100%;
    /* height: 320px; */
}

@media only screen and (min-width: 992px) {
    .single-input{
        width: 65px;
    }

    .text-label,.text-value{
        font-size: 14px;
    }
    #player-face,#player-ktp,.guide{
        width: 100%;
        height: 320px;
    }
}

.fs-1rem{
    font-size: 1rem;
}

.fs-2rem{
    font-size: 2rem;
}
