﻿.error-page-container
{
    font-family: "Lato",sans-serif !important;
    background-color: #cccccc;
    width: 100%;
    padding: 20px 0 0 80px;
    color: #fff;
    margin-top: 50px;
}
.content-error
{
    border-left: 2px solid #fff;
    margin-top: 60px;
    padding-left: 25px;
}
.alerterror
{
    border-left: 2px solid #fff;
    margin: 30px 0px;
    padding-left: 25px;
}
.content-error-image
{
    position: absolute;
    left: 0;
    bottom: -1px;
}
.error-page
{
    position: relative;
    min-height: 450px;
}
.error-page h2
{
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
}
.error-page h3
{
    font-size: 29px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
}
.error-page p
{
    font-size: 20px;
    line-height: 25px;
}

.error-page p strong, .error-page p a
{
    color: #fff;
}
.error-img {
    height: auto;
    max-width: 100%;
}
.error-page-container .rightalign
{
    text-align:right;
}
@media (max-width:990px)
{
    .content-error
    {
        border-left: 2px solid #fff;
        margin-top: 25px;
    }
    .error-page-container
    {
           padding: 20px 0 0 40px;
    }
}
@media (max-width:767px)
{
    .error-page-container
    {
        padding: 20px 10px 0;margin-top: 25px;text-align:center;
    }
    .content-error
    {
        margin-top: 20px;
        padding: 10px;
        border-left:0px;
        border-top:2px solid #fff;
    }
    .error-page p
    {
        font-size: 20px;
    }
    .error-page h3
    {
        font-size: 29px;
    }
    .alerterror 
    {
    border-left:0;
    border-top: 2px solid #fff;
    margin: 20px 0 0;
    padding: 20px 0 0 25px;
   }
   .error-page-container .rightalign
    {
        text-align:center;
    }
}
