﻿<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>404</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">
    <style type="text/css">
        body {
            overflow: hidden !important;
            padding-top: 120px;
        }

        .text-info {
            color: #fff;
            font-size: 50px;
            font-weight: bold;
            letter-spacing: 1px;
        }

        .page-error {
            padding: 15px;
            margin: 30px 0 0;
            width: 50%;
            margin: 0 auto;
            position: relative;
            z-index: 5000;
        }

        div.error-content {
            color: #fff;
        }

        .error-link {
            color: #FFA200;
        }

        .logo-error {
            background: rgba(0, 0, 0, 0.08);
            border-radius: 3px 3px 0 0;
            color: #FFFFFF;
            left: 0;
            padding: 0 0 15px 25px;
            position: absolute;
            top: 0px;
            width: 100%;
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
        }

            .logo-error h1 {
                color: #FFFFFF;
                font-size: 30px;
                font-weight: 200;
                letter-spacing: -1px;
                text-decoration: inherit;
            }

                .logo-error h1 span {
                    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
                    border-radius: 3px;
                    font-size: 11px;
                    margin-left: 0;
                    padding: 0 5px;
                    position: relative;
                    top: -3px;
                }

        body {
            font-family: "Open Sans", Arial, sans-serif !important;
            font-size: 13px !important;
            line-height: 20px;
            background: url(/Whir_System/Res/images/bg.jpg) no-repeat top center fixed;
        }
    </style>

</head>
<body>
    <div class="logo-error">
        <h1>ezEIP
            <span>v5.0</span>
        </h1>
    </div>
    <section class="page-error">
        <div class="error-page">
            <h2 class="text-info">404</h2>
            <div class="error-content">
                <h3><i class="entypo-attention"></i>Page not found.</h3>
                <p>
                    We could not find the page you were looking for. Meanwhile, you may return to <a class="error-link" href='/'>HOME PAGE</a>.
                </p>

            </div>
        </div>
    </section>
</body>
</html>
