.row {
    margin-left: 10px;
    margin-right: 10px;
}

.error-section {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: url('../../img/background/error.jpg');
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--bg-color-06);
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-50 {
    margin-top: 50px;
}
