.content-wrapper {
  background: url("../../graphics/WS_Error-Pages_Background-Cloud.png") no-repeat center center fixed;
  background-size: cover;
  height: calc(100vh - 48px);
  overflow: hidden; }
  .content-wrapper .error-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .content-wrapper .error-wrapper .error-image-wrapper {
      display: flex;
      height: 100%;
      width: 100%;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      margin-top: 50px; }
      .content-wrapper .error-wrapper .error-image-wrapper svg {
        width: 50%; }
    .content-wrapper .error-wrapper .error-message {
      text-align: center;
      color: #FFFFFF;
      margin-top: 30px; }
      .content-wrapper .error-wrapper .error-message h1 {
        font-size: 50px;
        margin: 15px; }
    .content-wrapper .error-wrapper .error-action-message {
      text-align: center;
      color: #6D819A; }
