.ui-btn {
  cursor: pointer;
  border-radius: 5px;
  color: #000;
  border-style: solid;
  background-color: transparent;
  border-color: #0067FF;
  width: 240px;
  height: 60px;
  transition: 0.2s ease;
  text-transform: uppercase;
  border-width: 2px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2px;
	font-family: 'Roboto', sans-serif;
}

.ui-btn:hover {
  color: rgb(247, 247, 247);
  background-color: #0067FF;
  border-color: #0067FF;
  text-shadow: 0 0 50px white, 0 0 20px white, 0 0 15px white;
  box-shadow: 0 0 50px #0067FF, 0 0 30px #0067FF, 0 0 60px #0067FF, 0 0 120px #0067FF;
  font-size: 20px;
  width: 220px;
  height: 60px;
  letter-spacing: 3px;
}

.ui-btn:active {
  width: 115px;
  height: 38px;
  letter-spacing: 0px;
}
