
.page {
  height: 78vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4; }

.wrapper1 {
  padding-right: 378px;
  background-size: 278px;
  background-position: right;
  background-repeat: no-repeat; }

.page-404 .wrapper1 {
  background-image: url("../images/logo.png");
}

.page-500 .wrapper1 {
  background-image: url("../images/logo.png"); }

h1 {
  margin: 0;
  color: #4f565f;
  font-size: 120px;
  font-weight: bold; }

a {  text-decoration: none; }

.summary {
  margin-top: 0;
  margin-bottom: 40px;
  color: #76808e;
  font-size: 24px; }

.button {
  display: inline-block;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border: 1px solid #323a45;
  background-color: #323a45;
  color: #fff;
  font-size: 18px;
  padding: 0 30px;
  height: 48px;
  line-height: 46px; }

.button:hover {
  background-color: #425063;
  border: 1px solid #425063; }
