body {
    margin: 0;
    padding: 0;
    background: url('/Files/App_002/Images/error.jpg') no-repeat center fixed;
    font-family: 'Segoe UI', sans-serif;
    font-size: 13px;
    background-size: cover;
}
.content.error {
    width: 500px;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
}
.content.error p {
    margin: 20px 0;
    font-weight: 600;
}
.error_title {
    color: #e57816;
    font-size: 15px;
    font-weight: 600;
}
.error_advices {
    color: #e57816;
    font-size: 15px;
}
.error_text {
    color: #6d6d6d;
    line-height: 20px;
}
.error_text.second {font-weight: 400!important;}
.link_home {
    background: #e57816;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 200px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
.link_home:hover {
    background: #0093dd;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-decoration: none;
    color: #FFF;
}

@media (max-width: 768px) {
    body {font-size: 12px;}
    .content.error {width: 400px;padding: 20px;}
}




