.inputAwaitWindow{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inputAwaitWindow img{
    width: 100%;
}

.inputAwaitWindow p{
    font-size: 2rem;
    margin: 10px 0 0 0;
}

.inputAwaitWindow div{
    opacity: 0.7;
    background-color: white;
    position: fixed;
    width: 400px;
    height: 35%;
    top: 25%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}

@media(max-width:400px){
    .inputAwaitWindow div{
        width: 75%;
        height: 50%;
    }
}