.btn {
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  color: #ffffff !important;
  background: #3069ab !important;
  border: 1px solid #2c5f9b !important;
  padding: 20px 30px;
}
.btn:hover {
  color: #ffffff !important;
  background: #34a4f7 !important;
  border: 1px solid #098def !important;
  text-decoration: none;
}
.btn-mini {
  padding: 4px;
}
.btn-success {
  background: #3e9b52 !important;
  border: 1px solid #388c4a !important;
}
.btn-primary {
  background: #3069ab !important;
  border: 1px solid #2c5f9b !important;
}
.btn-danger {
  background: #cc0000 !important;
  border: 1px solid #b80000 !important;
}
.btn-warning {
  background: #ff8800 !important;
  border: 1px solid #eb7d00 !important;
}
.btn-info {
  background: #0099cc !important;
  border: 1px solid #008ab8 !important;
}