body,
html {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

body>#launch {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
    background-color: white;
    background-image: url(CCU-Loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.logo-scotwest-image{
    background-image: url(SCOTWEST_Logo@large.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
    margin-top: 50px;
    background-size: 100%;
  }
  .grid-column {
    align-items: normal;
  }
  .error_Ie{
      text-align: center;
     
      font-family: "Helvetica", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 16px;
      padding: 10px;
    line-height: 1;
    color: #666666;
  }
  .error_main{
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;
      align-items: center;
      justify-content: center;
      padding-top: 40px;

  }
  .head{
      font-size: 18px;
      padding-top: 10px;
  }
  .container_eror{
      border: #666666;
      border-color: #cccccc;
      background-color: #f7f7f5;
      border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    width: 50%;
    height: 300px;
    justify-content: center;
    padding-top: 100px;
  }
  