a {
    text-decoration: none;
    color: #1C5699;
}

.test_title {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 183px;
    color: #000000;
    margin-bottom: 0px;
}

.not-found-container {
    min-height: 75vh;
    display: flex;
    align-items: center;
}

#notfound-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.test_desc {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
}

.text-16-24-400 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

#unable-text {
    margin-top: 18px;
    margin-bottom: 33px;
    max-width: 469px;
    text-align: center;
}

#menu_signup_inline {
    margin-top: 0px !important;
}

#menu_login_inline,
#menu_signup_inline {
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

@media only screen and (max-width: 767px) {
    .test_title {
        font-weight: 700;
        font-size: 144.876px;
    }

    #not-found-right {
        display: none !important;
    }
    .test_desc{
        text-align: center;
    }
}