/* Page not found */
div.hypo-page-not-found {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: white;
    background-image: url('../../home/images/404.png');
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

div.hypo-page-not-found .title {
    min-width: 300px;
    font-size: 36px;
    font-weight: 200;
}

div.hypo-page-not-found .area {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
}

div.hypo-page-not-found .content {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
}

div.hypo-page-not-found .hypo-lottie {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

div.hypo-page-not-found .text {
    margin-top: 20px;
}

div.hypo-page-not-found .company {
    font-weight: 200;
     margin-top: 4px;
    font-size: 15px;
}

div.hypo-page-not-found button span.glyphicon {
    font-size: medium;
}

@media (max-width: 767) {
    div.hypo-page-not-found {
        background-image: url('../../home/images/404_5.png');
    }
}

.hypo-login-error-msg {
    margin-top: 10px;
}
