﻿.wrap {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
    height: 100%;
    padding-bottom: 0;
    padding-top: 0 !important;
}

.error_con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    flex: 1;
    text-align: center;
}

    .error_con .img_box {
        width: 60px;
        height: 60px;
        background-image: url(../../img/cmm_complete.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .error_con p {
        font-size: 20px;
        font-weight: 700;
        line-height: 130%;
        color: #333;
        margin-bottom: 8px;
    }

    .error_con span {
        font-size: 14px;
        font-weight: 500;
        line-height: 140%;
        color: #444;
    }

    .error_con button {
        margin-top: 24px;
        max-width: 200px;
        width: 100%;
        border-radius: 40px;
        height: 44px;
        background-color: #0090DF;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
    }
