﻿.error-wrapper {
  text-align: center;
  background-image: url("/Content/Images/backgrounds/Error-Page-Background-2.jpg");
  background-position: top;
  background-size: cover;
  height: 60Vh;
  margin-bottom: -20px; }
  .error-wrapper .error-content {
    padding-top: 20vh;
    padding-right: 5%;
    width: 50%; }
    .error-wrapper .error-content .error-title {
      text-align: right;
      font-size: 28px;
      font-weight: bold;
      color: #ff6363;
      margin-bottom: 18px;
      margin-top: 0;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); }
    .error-wrapper .error-content .error-message {
      color: white;
      text-align: right;
      position: relative;
      width: 100%;
      font-size: 20px;
      margin-bottom: 30px; }
    .error-wrapper .error-content .error-link {
      width: 287px;
      margin: auto;
      float: initial; }
      .error-wrapper .error-content .error-link a {
        padding: 7px 10px;
        font-size: 15px; }
