input[type=button] {
  background-color: #3A98E5;
  color: white;
  border: none;
  width: 170px;
  height: 40px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 12px;
}

input[type=button].outlined {
  background-color: white;
  border: 1px solid #3A98E5;
  color: #3A98E5;
}

input[type=button]:hover {
  opacity: 0.8;
}

input[type=button]:active {
  opacity: 0.6;
}
