/* 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-left: 120px;
    padding-top: 100px;
    padding-bottom: 20px;
    color:#fff;
    font-family: consolas;
    font-size: 30px;
}

.error-msg{
    width: 100%;
    height: auto;
    padding-left: 120px;
    padding-top: 50px;
    padding-bottom: 20px;
}

.error-msg p{
    font-size: 16px;
    font-family: Roboto;
    margin-bottom: 10px;
    line-height: 20px;
}

.error-msg a{
    text-decoration: none;
    color: #1e88ef;
}










