.mirror {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    /* Safari and Chrome */
    -moz-transform: rotateY(180deg);
    /* Firefox */
}

.shadow-id {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    box-shadow: 0 0 0 99999px rgba(0, 0, 0, .8);
    margin: auto;
    border-radius: 10px;
    z-index: 2;
    width: 80vw;
    height: 60vw
}

.bad-input {
    color: red !important;
    border-color: red !important;
    background-color: #ffd7d7;
}

.btn,
img {
    display: block;
    margin: 5px auto
}

#status-container .card {
    background-color: #7BC0FF;
    color: white;
}

@media all and (min-width:550px) and (max-width: 850px) {
    .shadow-id {
        width: 500px;
        height: 322px;
    }
}

@media all and (min-width:450px) and (max-width: 550px) {
    .shadow-id {
        width: 400px;
        height: 257px;
    }
}

@media all and (min-width:300px) and (max-width: 450px) {
    .shadow-id {
        width: 280px;
        height: 180px;
    }
}