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;
}
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);        
    }

