﻿body {
                background-color:black;
                color:rgb(255, 255, 255);
                font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            }
            .page-container {
                width: 100%;
                float: left;
                min-height: 100%;
            }
            .page-container .page-content {
                padding-left: 250px;
                z-index: 1;
                min-height: 100%;
                padding-bottom: 10px;
            }
            .page-container .page-content.page-content-default {
                padding: 0px;
                float: left;
                width: 100%;
            }
            .block-error {
                width: 500px;
                margin: 50px auto 0px;
            }
            .block-error .error-num {
                font-size: 190px;
                font-weight: 100;
                text-align: center;
                float: left;
                width: 100%;
                color: #FFF;
                line-height: 180px;
            }
            .block-error .error-text {
                font-size: 31px;
                color: #F5F5F5;
                float: left;
                width: 100%;
                font-weight: 200;
                text-align: center;
                margin-top: 10px;
                text-transform: uppercase;
            }
            .block-error .error-description {
                font-size: 13px;
                color: #F0F0F0;
                float: left;
                width: 100%;
                font-weight: 300;
                margin: 30px 0px;
                text-align: center;
            }
            .block-error .copy {
                float: left;
                width: 100%;
                text-align: center;
                color: #FFF;
                margin-top: 30px;
                color: #dddddd;
            }

            .logo-lg{
                box-sizing:border-box;
                color:rgb(255, 255, 255);
                cursor:auto;
                display:block;
                font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-size:40px;
                font-weight:300;
                height:50px;
                line-height:50px;
                text-align:center;
                -webkit-font-smoothing:antialiased;
            }