/**
======================================> Error
*/

body .inbenta-helpsite .inbenta-helpsite__body .error {
    width: 100%;
    text-align: center;
    color: #393939;
    font-family: 'Montserrat';
    margin: 20px auto 150px auto;
}

body .inbenta-helpsite .inbenta-helpsite__body .error h2 {
    font-size: 80px;
    line-height: 85px;
    margin: 10px 0;
    color: #5c5bff;
}
body .inbenta-helpsite .inbenta-helpsite__body .error p {
    color: #393939;
}

body .inbenta-helpsite .inbenta-helpsite__body .error .homepage-link:before {
    content: "\37";
    font-family: inbenta-app-icons !important;
    font-size: 14px;
    color: #4C4C4C;
    padding-right: 5px;
}
body .inbenta-helpsite .inbenta-helpsite__body .error .homepage-link:before:hover {
    text-decoration: none;
}

body .inbenta-helpsite .inbenta-helpsite__body .error .homepage-link {
    color: #5c5bff;
    text-decoration: none;
   
}

body .inbenta-helpsite .inbenta-helpsite__body .error .homepage-link:hover {
    color: #5c5bff;
    text-decoration: underline;
}