body{
    background-image: url("/public/assets/images/backgroundblurred.jpg");
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;

}

.error-message-wrapper{
    height: calc(100vh - 76px);
}

#error-message{
    position:relative;
    top:-76px;
}
