﻿html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #FFFFFF;
    background: #FFFFFF url(error_image.png) center center no-repeat;
}

.lblSorry {
    position: absolute;
    top: 33%;
    left: 28%;
    width: 18%;
    height: 10%;
    text-align: left;
    font: Bold Italic 80px/83px Segoe UI;
    color: rgb(249, 186, 72);
    opacity: 1;
    font-size: 4vw;
}

.lblError {
    position: absolute;
    top: 45%;
    left: 28%;
    width: 20%;
    height: 8%;
    font-family: sans-serif;
    font: italic bold 38px/36px sans-serif;
    text-align: left;
    color: rgb(112, 112, 112);
    opacity: 1;
    font-size: 2vw;
}


.lblTryAgain {
    position: absolute;
    top: 55%;
    left: 28%;
    width: 18%;
    height: 4%;
    text-align: left;
    font-family: sans-serif;
    font: bold italic 19px/45px sans-serif;
    color: rgb(112, 112, 112);
    opacity: 1;
    font-size: 1vw;
}


.redirectPage {
    position: absolute;
    top: 63%;
    left: 28%;
    width: 18%;
    height: 3%;
    text-align: left;
    font-family: sans-serif;
    font: Bold Italic 15px/83px Segoe UI;
    opacity: 1;
}

    .redirectPage a {
        width: 18%;
        height: 3%;
        text-align: left;
        font-family: sans-serif;
        font: Bold Italic 14px/10px Segoe UI;
        opacity: 1;
    }
