﻿.m-error_container {
    display: flex;
    height: calc(100vh - 144px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.m-error_container .m-error_title {
    font-size: 35px;
    font-weight: 600;
    color: #548fc2;
}

.m-error_container .m-error_subtitle {
    font-size: 20px;
    color: #548fc2;
}

.m-error_container .m-error_description {
    font-size: 15px;
}