#section_input{
    position: relative;
    height: calc(100vh - 54px - 80px);
}

#section_input .input-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px;
    max-height: 500px;
    border-radius: 10px;
}