      * { 
        box-sizing: border-box 
      }
      
      body {
    font-family: Verdana, sans-serif;
    margin: 0;
    background-image: url('/images/new-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

      .mySlides { 
        display: none 
      }
      img { 
        vertical-align: middle; 
      }
      .slideshow-container { 
        width: 100%; 
        height: 100%; 
        position: relative; 
        margin: auto;
       }
      .prev, .next {
        cursor: pointer; 
        position: absolute; 
        top: 50%; 
        width: auto; 
        padding: 16px; 
        margin-top: -22px; 
        color: white; 
        font-weight: bold; 
        font-size: 18px; 
        transition: 0.6s ease; 
        border-radius: 0 3px 3px 0; 
        user-select: none; 
      }
      .next {
        right: 0; 
        border-radius: 3px 0 0 3px; 
      }
      .prev:hover, .next:hover { 
        background-color: rgba(0,0,0,0.8); 
      }
      .text {
        color: #f2f2f2; 
        font-size: 15px; 
        padding: 8px 12px; 
        position: absolute; 
        bottom: 8px; 
        width: 100%; 
        text-align: center; 
      }
      .dot {
        cursor: pointer; 
        height: 5px; 
        width: 100px; 
        margin: 0 2px; 
        background-color: #bbb; 
        border-radius: 0%; 
        display: inline-block; 
        transition: background-color 0.6s ease; 
      }
      .active, .dot:hover {
        background-color: #717171; 
      }
      .fades { 
        animation-name: fade; 
        animation-duration: 1.5s; 
      }

      @keyframes fades {
         from {opacity: .4} to {opacity: 1} 
        }
  
      .logo {
         height:10%; 
         width: 10%; 
         margin-top: -1000px; 
         animation: fadeInLeft 5s ease 0s forwards; 
        } 

      @keyframes fadeInLeft { 
        0% {
           opacity: 0; 
           transform: translateX(-100px); 
          } 
          100% {
             opacity: 1; 
             transform: translateX(0); 
            } 
          }
      .headingtext {
         animation: fadeInUp 1.5s ease forwards; 
         margin-top: -400px; 
         font-size:50px; 
        }
      @keyframes fadeInUp {
         0% {
           opacity: 0; 
           transform: translateY(50px); 
          } 100% 
          { 
            opacity: 1; 
            transform: translateY(0); 
          } 
        }
      .slide2heading { 
        animation: fadeInLeft 5s ease 0s forwards; 
        font-size:50px; 
        float:left; 
        margin-left:100px; 
      }
      
       .header {
            background-color: black;
            padding: 10px 0;
            text-align: center;
        }
        .header img {
            max-height: 100px;
        }

      .form-container {        
        
        width: 65%;
        align-items: center;   
        
     
    }
    
    .title{
	margin-top:30px;
	width:20%;
}
    .form-group {
        margin-bottom: 15px; 
    }

    .form-group label {
        display: block;
        margin-bottom: 5px;
        color:white;
    }

    .form-group input, .form-group select {
        width: 100%;
        height: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 10px;
        padding-right: 10px;
       background-color:white; 
       border-radius:3px
    }
    
   

    .form-group input[type="file"] {
      width: 100%;
      height: 100%;
      padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius:3px;
       
    }

    .button-container, .inputForm {
      display: flex;
      justify-content: center;
      align-items: center; 
      padding-top: 80px;
  }
  .inputForm{
   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 80px;
  }


#nextButton,  #submitButton{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  outline: 0;
  border: 1px solid black;
  cursor: pointer;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.unitcodes{
  text-align: center;
  padding-bottom: 30px;
  font-size: 25px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
#resultSection h1{
  font-size: 30px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.btn:disabled {
  background-color: #aaa;
}

#unitCodeForm, #resultSection {
  display: none;
}

#resultMessage {
  font-size: 1.2em;
  text-align: center;
}
#submitButton{
border-width:2px solid black;
}
h1{
text-align: center;
padding-bottom: 50px;
}
      
/*mobile phone*/
@media only screen and (max-width: 768px){

  #nextButton{
    padding: 13px 50px 13px;
  }
  

  
  .logo {
    height:10%; 
    width: 10%; 
    margin-top: -250px; 
    animation: fadeInLeft 5s ease 0s forwards; 
   } 
   .headingtext {
    animation: fadeInUp 1.5s ease forwards; 
    margin-top: -100px; 
    font-size:20px; 
  }
  .form-container {       
    padding: 20px;
  
    width: 85%;
    align-items: center;
}


.title{
	margin-top:30px;
	width:60%;
}

}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {
    font-size: 11px;
  } 
}



    


