.error-message-wrapper{
    height: calc(100vh - 100px);
}

#error-message{
    position:relative;
    top:-100px;
    width:100%;
}
