﻿html, body {
    overflow-x: hidden;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "Myriad Pro", sans-serif;
    background: #ffffff;
}

@media screen and (min-width: 360px) {

    .errorlogo {
        width: 100%;
        height: auto;
        max-width: 100px;
    }

    .btncontinueerror {
        width: 100%;
        height: auto;
        max-width: 140px;
    }

    .errorImage {
        width: 100px;
        height:auto;
    }

}

@media screen and (min-width: 480px) {
    .errorlogo {
        width: 100%;
        height: auto;
        max-width: 120px;
    }

    .btncontinueerror {
        width: 100%;
        height: auto;
        max-width: 160px;
    }
    .errorImage {
        width: 100px;
        height: auto;
    }

}

@media screen and (min-width: 768px) {
    .errorlogo {
        width: 100%;
        height: auto;
        max-width: 140px;
    }

    .btncontinueerror {
        width: 100%;
        height: auto;
        max-width: 180px;
    }
    .errorImage {
        width: 100px;
        height: auto;
    }

}

@media screen and (min-width: 992px) {
    .errorlogo {
        width: 100%;
        height: auto;
        max-width: 160px;
    }

    .btncontinueerror {
        width: 100%;
        height: auto;
        max-width: 200px;
    }
    .errorImage {
        width: 100px;
        height: auto;
    }

}

@media screen and (min-width: 1200px) {
    .errorlogo {
        width: 100%;
        height: auto;
        max-width: 180px;
    }

    .btncontinueerror {
        width: 100%;
        height: auto;
        max-width: 220px;
    }
    .errorImage {
        width: 200px;
        height: auto;
    }
}

@media screen and (min-width: 1920px) {
    .errorlogo {
        width: 100%;
        height: auto;
        max-width: 200px;
    }

    .btncontinueerror {
        width: 100%;
        height: auto;
        max-width: 240px;
    }
    .errorImage {
        width: 200px;
        height: auto;
    }
}

@media screen and (min-width: 2560px) {
    .errorlogo {
        width: 100%;
        height: auto;
        max-width: 220px;
    }

    .btncontinueerror {
        width: 100%;
        height: auto;
        max-width: 260px;
    }
    .errorImage {
        width: 200px;
        height: auto;
    }
}
