﻿.error-con {
    height: calc(100vh);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
}

.fw-400 {
    font-weight: 400 !important;
}

.error-img {
    width: 550px;
    max-width: 100%;
}
.eroor-con-main {
    height: calc(100vh - 120px) !important;
}