﻿
.be-error .error-container {
    text-align: center;
    margin-top: 100px;
}
.be-error .error-main{
    font-size: 2.308rem;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 30px;
    color: #dc3545!important;
}
@media (max-width:767.98px) {
    .be-error .error-container {
        margin-top: 50px;
    }
}

.be-error .error-number {
    display: block;
    font-size: 11.54rem;
    font-weight: 700;
    line-height: 240px;
    margin-bottom: 30px;
    max-height: 240px;
}

    .be-error .error-number:after {
        padding-top: .25%;
        display: block;
        content: '';
    }

@media (max-width:767.98px) {
    .be-error .error-number {
        padding: 20px 0;
        font-size: 6.923rem;
        margin-bottom: 10px;
        line-height: 100px;
    }
}

.be-error .error-description {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 30px;
}

@media (max-width:767.98px) {
    .be-error .error-description {
        font-size: 1.462rem;
    }
}

.be-error .error-goback-text {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom:17px;
    margin-top: 15px;
}

@media (max-width:767.98px) {
    .be-error .error-goback-text {
        font-size: 1.15rem;
    }
}

.be-error .error-goback-button {
    margin-bottom: 30px;
}

    .be-error .error-goback-button .btn {
        min-width: 153px;
        text-align: center;
    }

.be-error-404 .error-container .error-number {
    background: url(../img/404-bg.png) no-repeat center center;
    background-size: contain;
}

@media (max-width:575.98px) {
    .be-error-404 .error-container .error-number {
        padding: 0;
        font-size: 5.385rem;
    }
}
