body{
    font-family: Roboto,sans-serif;
    background: url("../../../images/error_bg.jpg");
    background-size: cover;
}
.error-page h3, .error-page p 
{
  
  text-shadow: -2px 3px 4px #9b9b9b;
}
.error-page 
{
  padding: 0px 0;
  text-align: center;
  background: url(../../../images/404.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 389px;
}
.error-page p 
{
  font-size: 4em;
  margin: 0;
}
.error-page h3 
{
  font-size: 8em;
  margin-top: 12%;
  margin-bottom: 0;
  color:#1D4371;
}
.error {
    color:red !important;
}
.marginT5P {
    margin-top: 2%;
}
