/* Fonts links */
@font-face{
    font-family: "Roboto";
    font-style: normal; 
    src:url(../../fonts/Roboto-Regular.ttf);
}


*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body{
    background-color: #eee;
}

.error-title{
    width: 100%;
    height: auto;
    background-color: #C10202;
    padding: 80px 0 20px 20px;
    color:#fff;
    font-family: consolas;
    font-size: 20px;
}

.error-msg{
    width: 100%;
    height: auto;
    padding: 30px 10px 20px 20px;
}

.error-msg p{
    font-size: 14px;
    font-family: Roboto;
    margin-bottom: 10px;
    line-height: 20px;
}

.error-msg a{
    text-decoration: none;
    color: #1e88ef;
}










