.error_bg{
    background: #000 url('../images/404_bg.jpg') no-repeat;
    background-size: cover;
    height: 100vh;
    font-family: "Open Sans", sans-serif;

}


.generic-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    white-space: nowrap;
    display: block;
}

.generic-popup:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.generic-popup .generic-popup-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 40px 25px;
    margin-left: 0%;
    margin-right: 0%;
    white-space: normal;
    width: 60%;
    }
.generic-popup-content h2{
    font-size:40px;
    font-weight: 600;
    color:#3dc593;
    margin-bottom:10px;
}
.generic-popup-content h5{
    font-size:20px;
    font-weight: 400;
    line-height: 1.4;
    color:#fff;
}
.generic-popup-content h5 a{
    color:#3dc593;
    text-decoration: underline;
}
.generic-popup-content h5 a:hover{
    text-decoration: nonel;
}
@media (max-width: 1024px) {
    .generic-popup .generic-popup-content {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        max-height: 98%;
    }
}

.generic-popup__icon {
    float: left;
    width: 100%;
}

.generic-popup__icon img {
    vertical-align: top;
}

.generic-popup__head {
    float: left;
    width: 100%;
    font-size: 42px;
    font-weight: 600;
    color: #d80027;
    margin-top: 13px;
    margin-bottom: 5px;
}

.generic-popup__notif-text {
    float: left;
    width: 100%;
    font-size: 26px;
    font-style: italic;
    color: #5a5a5a;
    margin-bottom: 47px;
}

.generic-popup__text {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #000000;
}

.generic-popup__text a {
    display: inline-block;
    color: #3dc593 !important;
    vertical-align: top;
    text-decoration: underline;
}

.generic-popup__img-link {}
