<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge" />
    <style>
	
body,
html {
  margin: 0px;
  background-color: #f8f8f8;
  font-weight:normal;
  font-family:Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size:16px;
  color: #979797;
  overflow-x: hidden;
  min-height: 100%;
  height: 100%;
}
a {
  text-decoration: none; 
}
h3 {
  -webkit-transform: rotate(-45deg) translateY(-30px);
          transform: rotate(-45deg) translateY(-30px); 
  color: white; 
  width: 100px;
  font-family: 'Source Sans Pro', sans-serif;
}

.ghost {
  width: 125px;
  height: 200px;
  background-color: #f8f8f8;
  border: 3px solid #979797;
  position: relative;
  margin: auto;
  top: 140px;
  left: 0;
  right: 0;
  border-radius: 150px 150px 7px 7px;
  -webkit-animation: ghost 1.5s ease-in-out alternate infinite;
          animation: ghost 1.5s ease-in-out alternate infinite;
  z-index: 1; 
}

.corner {
  width: 21px; height: 21px;
  border-radius: 5px; 
  background-color: #f8f8f8;
  border: 3px solid #979797;
  position: absolute;
  margin-top: 188px; 
  -webkit-transform: rotate(45deg); 
          transform: rotate(45deg); 
  z-index: -1; 
}
.corner.two {
  margin-left: 33px; 
}
.corner.three {
  margin-left: 66px; 
}
.corner.four {
  margin-left: 98px; 
}

.over {
  width: 27px; height: 27px;
  border-radius: 3px; 
  background-color: #f8f8f8;
  position: absolute;
  margin-top: 188px; 
  -webkit-transform: rotate(45deg) translateX(3px) translateY(3px); 
          transform: rotate(45deg) translateX(3px) translateY(3px); 
}
.over.two {
  margin-left: 33px; 
}
.over.three {
  margin-left: 66px; 
}
.over.four {
  margin-left: 98px; 
}

.eye {
  width: 10px; height: 10px;
  border-radius: 10px; 
  background-color: #979797; 
  position: absolute; margin: 50px auto; 
  left: 0;right: 0;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px); 
}
.eye.two {
  -webkit-transform: translateX(25px);
          transform: translateX(25px); 
}

.mouth {
  width: 40px; height: 4px;
  border-radius: 10px; 
  background-color: #979797; 
  position: absolute; margin: 75px auto; 
  left: 0;right: 0;
}
.tonge {
  width: 4px; height: 10px;
  border-radius: 0px 0px 50px 50px; 
  background-color: #979797; 
  position: absolute; margin: 2px auto; 
  left: 0;right: 0;
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px); 
  border-left: 5px solid rgba(0,0,0,.3);
  border-right: 5px solid rgba(0,0,0,.3);
  border-bottom: 5px solid rgba(0,0,0,.3);
}

.shadow {
  width: 120px;
  height: 30px;
  border-radius: 100%;
  background-color: rgba(0,0,0,.3);
  position: absolute;
  margin: 230px auto;
  left: 0;
  right: 0;
  -webkit-animation: shadow 1.5s ease-in-out alternate infinite;
          animation: shadow 1.5s ease-in-out alternate infinite;
}

.text{
  position: absolute;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20px;
  font-family: 'Indie Flower', cursive;
  font-size: 3em;
}

@-webkit-keyframes shadow {
  0% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
  100% {
    -webkit-transform: scale(0.8) translateY(75px);
            transform: scale(0.8) translateY(75px);
  }
}

@keyframes shadow {
  0% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
  100% {
    -webkit-transform: scale(0.8) translateY(75px);
            transform: scale(0.8) translateY(75px);
  }
}
@-webkit-keyframes ghost {
  0% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px)
  }
  100% {
    -webkit-transform: scale(1) translateY(-40px);
            transform: scale(1) translateY(-40px)
  }
}
@keyframes ghost {
  0% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px)
  }
  100% {
    -webkit-transform: scale(1) translateY(-40px);
            transform: scale(1) translateY(-40px)
  }
}

header {
  padding: 35px 40px;
  position: absolute;
  z-index: 1
}
header img {
  display:block;
  max-height: 40px;
  max-width: 130px;
  margin: 15px 0;
}
header .divider {
  border-bottom: solid 1px #ccc;
  margin: 20px 0;
}

.main {
  margin-top: 235px;
  text-align: center;
}
.main h2 {
  color: #3b2eaf;
  font-size: 40px;
  font-weight: 800;
  font-family: sans-serif;
}
.main h6 {
  font-size: 18px;
  line-height: 24px;
  font-family: sans-serif;
}
.main .error {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -1vw;
  color: rgba(0,0,0,.03);
  font-size: 10vw;
  text-align: center;
  font-weight: 900;
  font-family: sans-serif;
}
</style>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro|Indie+Flower' rel='stylesheet' type='text/css'>

    <title>
        Account Suspended
    </title>
</head>
<body>
    <header>
      <a class="logo">
        <img src="https://intechcloudhosting.com/members/templates/lagom2/assets/img/logo/logo_big.1122162414.png" alt="logo" />
      </a>
    </header>

  <div class="ghost">
    <span class="text">Opps!</span>
    <div class="eye"></div>
    <div class="eye two"></div>
    
    <div class="mouth"></div>
    
    <div class="corner"></div>
    <div class="corner two"></div>
    <div class="corner three"></div>
    <div class="corner four"></div>
    
    <div class="over"></div>
    <div class="over two"></div>
    <div class="over three"></div>
    <div class="over four"></div>
    
    <div class="shadow"></div>
  </div>

  <div class="main">
    <div class="error">SUSPENDED</div>
    <h2>ACCOUNT SUSPENDED</h2>
    <h6>This account has been suspended. </br> Contact <a href="https://intechcloudhosting.com/members/submitticket.php?step=2&deptid=2" target="_blank">Our Support Department </a> for more Information.</h6>
  </div>

  </body>
</html>
