html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    background-color: #eee;
    margin:0px!important;
}
.error-msg{
    font-size: 3rem;
    text-align: center;
    color: #a33;
    padding: 50px;
}