.box3 {
      transition: box-shadow .3s;
      border-radius:6px;
    }
    .box3:hover {
      box-shadow: 0 0 10px 3px #9ec9e4; 
    }
    .zoom {
			transition: transform .9000s;
		}

		.zoom:hover {
			transform: scale(1.05); 
		}
		.box2 {
      transition: box-shadow .3s;
      border-radius:6px;
    }
    .box2:hover {
      box-shadow: 0 0 10px 3px #2288b9; 
    }


    .signin {
  background-color: #0f2333 !important;
  padding: 15px;
  width: 100%;
  color: #fff;
  margin-top: 30px;
  border-radius: 6px;
}
    .memsignin {
  background-color: #007BFF !important;
  padding: 15px;
  width: 100%;
  color: #fff;
  margin-top: 30px;
  border-radius: 6px;
}
.signin1 {
  background-color: #007BFF !important;
  padding: 15px;
  width: 100%;
  color: #fff;
  margin-top: 30px;
  border-radius: 6px;
}

