body {
    background:#040404;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
  }
    


    .left img:after {
      content:" ";
      position:absolute;
      left:0px;
      bottom:0px;
      right:0px;
      height:40px;
    }
    .rowH {
      background:#0a0a0a;
    }
    .rightColumn {
      position:relative;
    }
    h1 {
      font-size:21px;
      font-weight:normal;
      line-height:30px;
      margin-bottom:20px;
    }
    .form {
      width:300px;
      position:absolute;
      left:0px;
      top:50%;
      height:220px;
      margin-top:-110px;
      left:50%;
      margin-left:-150px;
    }
    .bigForm {
        height: 280px;
        margin-top: -140px;
    }
    .form input {
      font-family: 'PT Sans', sans-serif;
      padding-top:10px;
      padding-bottom:10px;
      
    }
    .form input.error {
        border:1px solid red;
        background-color: #fac3c3;
    }
    .form button {
      width:100%;
      background:rgba(204, 0, 0, 1);
      text-transform:uppercase;
      font-family: 'PT Sans', sans-serif;
      font-size:14px; 
      font-weight:bold;
      margin-top:20px;
      padding-top:10px;
      padding-bottom:10px;
    }
    .form label {
        font-size: 12px;
        color: #848484;
        margin-top: 20px;
    }
    .cb {
        position: relative;
        top: 1px;
        margin-right: 2px;
    }

    body {
        animation: fadeInAnimation ease 2s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }
    span {
        font-size: 12px;
        margin-top: 5px;
        display: inline-block;
        color: #ff7777;
    }
     
    @keyframes fadeInAnimation {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
         }
    }
    
    .siteHolder {
        width: 100%;
        position: fixed;
        left: 0px;
        top:0px;
        bottom: 0px;
        right: 0px;
    }
    @keyframes mymove {
        50% {box-shadow: 0 0 30px #18192d;}
      }
    .left img {
        max-width: 100%;
        margin-top: 80px;
    }
    .siteContent {
        position: absolute;
        width: 1200px;
        height: 700px;
        margin-top: -350px;
        top: 50%;
        background-color: #fff;
        left: 50%;
        margin-left:-600px;
        background:#0a0a0a;
        animation: mymove 5s infinite;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 10px #35365c;
    }
    .topBar {
        background:#000;
        padding:20px;
        box-sizing:border-box;
        height: 130px;
        text-align: center;
        opacity: 0;
        animation: fadeInAnimation ease 2s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        animation-delay: 0s;
      }
    .left {
        position: absolute;
        width: 800px;
        left:0px;
        top:130px;
        bottom: 0px;
        overflow: hidden;
        align-items: center;
        display: flex;
        justify-content: center;
        opacity: 0;
        animation: fadeInAnimation ease 1s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        animation-delay: 0.5s;
    }
    .right {
        position: absolute;
        right: 0px;
        top:130px;
        bottom: 0px;
        width: 400px;
        opacity: 0;
        animation: fadeInAnimation ease 1s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        animation-delay: 1s;
    }
    .overlay {
        opacity: 0;
        display: none;
        background-color: #40424c;
        position: absolute;
        left: 0px;
        top:0px;
        right: 0px;
        max-height: 700px;
        transition: max-height 0.15s ease-out;
        height: 700px;
        z-index:10;
        overflow: hidden;
    }
    .overlayAnimate {
        animation: fadeInAnimation ease-in 0.5s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        
    }
    .overlayAnimateHide {
        animation: wipeOutAnimation ease-in 0.5s;
    }
    
    @keyframes wipeOutAnimation {
        0% {
            opacity: 1;
        }
        100% {
            opacity:  0;
         }
    }
    
    .text {
        font-weight: 100;
        font-size: 28px;
        color: #fafafa;
      }
      .dud {
        color: #757575;
      }
    
      .text {
        color: rgba(213, 214, 162, 1);
        font-family: 'Poppins', sans-serif;
        font-size: 40px;
        width: 500px;
        position: absolute;
        top: 45%;
        left: 600px;
      }
    
    

    @media only screen and (max-width: 1200px) {
        .siteContent {
            width: 100%;
            left: 0px;
            top: 0px;
            margin-top: 0;
            margin-left: 0;
            height: 100%;
            border-radius: 0px;
        }
        .left {
            width: 60%;
        }
        .left img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            margin-top: 0;
            object-position: left;
        }
        .right {
            width: 40%;
        }
        .overlay {
            height: 100%;
            max-height: 100%;
        }
        .text {
            width: 80%;
            left: 10%;
            top: 80%;
            text-align: center;
        }
        .progressHold {
            left: 50%;
            margin-left: -200px;
        }
        .okHold {
            left: 50%;
            margin-left: -200px;
        }
        .form {
            width: 90%;
            left: 5%;
            margin-left: 0;
        }
    }

    @media only screen and (max-width: 600px) {
        .topBar {
            height: 15%;
        }
        .topBar img {
            max-height: 100%;
        }
        .left {
            height: 35%;
            top:15%;
            width: 100%;
        }
        .right {
            left: 0;
            top:50%;
            width:100%;
        }
        .okHold {
            width: 300px;
            height: 300px;
            margin-left: -150px;
            top: 50px;
        }
        .okHold img {
            width: 100%;
            margin-top: 0;
        }
        .text {
            top:60%;
            font-size: 32px;
        }
        .progressHold {
            width: 300px;
            height: 300px;
            margin-left: -150px;
            top: 50px;
        }
        .progressHold svg {
            width: 300px;
            height: 300px;
        }
    }