a {
  text-decoration: none; 

  }
* {
  box-sizing: border-box;
}
#regForm {
  background-color: #ffffff;
  margin: 75px auto;
  font-family: Montserrat;
  padding: 80px;

  min-width: 300px;
}
h1 {
  text-align: center;  
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #00aeef;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Montserrat;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #004f97;
}

h2 {
  color: #003865;
}

/*ul {
 font-size: 0px;
 float: center;
 padding: 25px;
 background-color: #004f97;
 }*/

img{
  width: 210px;
  margin: 50px 45px 0px 10px;
  display: inline;
  transition: width 1s, height 1s, transform 1s;
  -moz-transition: width 1s, height 1s, -moz-transform 1s;
  -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
  -o-transition: width 1s, height 1s,-o-transform 1s;




    padding: 7rem;
    }
  img:hover{
     cursor: pointer;
      transform : scale(1.3);
      -moz-transform : scale(1.3);      
      -webkit-transform : scale(1.3); 
      -o-transform : scale(1.3);        
    }

/* .progress-bar {
  background-color: #e4e4e4;
  align-items: flex-start;
  height: 30px;
  padding: 0px;
  width: 450px;
  margin: 0px;         
  border-radius: 5px;
  box-shadow: 0 0px 5px  inset, 0 1px 0 #ffff;           
}

.progress-bar span {
  display: inline-block;
  height: 100%;
  border-radius: 5px;
  transition: width .4s ease-in-out; 
  background-color: #ccc;   
}

/**** GRADIENTS ****/
/*.blue span {
  background-color: #00aeef;   
}

/**** STRIPES ****/
/*.stripes span {
  background-size: 30px 30px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);            

  animation: animate-stripes 3s linear infinite;             
}

@keyframes animate-stripes {
  0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

/**** SHINE ****/
/*.shine span {
  position: relative;
}

.shine span::after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 3px;
  animation: animate-shine 2s ease-out infinite;             
}

@keyframes animate-shine {
  0% {opacity: 0; width: 0;}
  50% {opacity: .5;}
  100% {opacity: 0; width: 95%;}
}

/**** GLOW ****/
/*.glow span {
  box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;    
  animation: animate-glow 1s ease-out infinite;          
}
*/
