.error{position:absolute;left:0;top:0;bottom:0;height:100vh;width:100vw;background: #fff url("/media/templates/site/catolcant/images/logo.png") no-repeat;background-size:contain; background-position:center center;}
.error p{font-size:16px;margin-bottom:20px;}
.error p.h1{font-size: 40px; margin-bottom:12px;}
a.button {
display:block; width:800px;margin:auto;
text-align:center;
  font-family: Arial;
  color: #ffffff;
  font-size: 35px;
  padding: 10px;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  text-shadow: 1px 1px 3px #666666;
  border: solid #1c1cd9 1px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#3fb8fa), to(#054afa));
  background: -moz-linear-gradient(top, #3fb8fa, #054afa);
}
a.button:hover {
  background: #3820e6;
}