﻿body {
    background: #424f63;
    font-family: 'Open Sans', sans-serif;
    color: #7a7676;
    line-height: 20px;
    overflow-x: hidden;
    font-size: 14px;
}
.error-page {
    background: #6bc5a4;
}
.error-wrapper {
    margin-top: 15%;
}
.error-wrapper h2 {
    font-size: 64px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.error-wrapper h3 {
    font-size: 20px;
    color: #474747;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
    margin-top: 0;
}
.error-wrapper .nrml-txt {
    font-size: 16px;
    color: #474747;
    font-weight: normal;
    line-height: 30px;
    text-align:center;
    text-wrap:normal;
}
.error-wrapper .nrml-txt a {
    color: #a7ffdf;
}
.error-wrapper .back-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 50px;
}
.error-wrapper h1>img{
    max-width:50%;
}
.error-wrapper h2{
    font-size:30px
}
