﻿.page-404 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -300px;
}

.error-404-label {
    background: #333;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
}

h3.error-404-label-text {
    color: #fff !important;
    text-transform: uppercase !important;
}

h5.error-404-label-text {
    color: #fff !important;
    text-transform: uppercase !important;
}


.e404-img {
    margin: 0 auto;
    margin-top: 90px;
}

h1.text-center.e404-title {
    font-size: 120px;
    font-family: Gotham-Light;
}
