.trooper-login-btn button {

}

.trooper-login-btn button {
  background: #8696a1 !important;
  background-image: -webkit-linear-gradient(top, #8696a1, #616c73) !important;
  background-image: -moz-linear-gradient(top, #8696a1, #616c73) !important;
  background-image: -ms-linear-gradient(top, #8696a1, #616c73) !important;
  background-image: -o-linear-gradient(top, #8696a1, #616c73) !important;
  background-image: linear-gradient(to bottom, #8696a1, #616c73) !important;
  -webkit-border-radius: 39 !important;
  -moz-border-radius: 39 !important;
  border-radius: 39px !important;
  text-shadow: 1px 1px 0px #3e627a !important;
  font-family: Arial, sans-serif !important;
  color: #ffffff !important;
  font-size: 9px !important;
  padding: 5px 15px 5px 15px !important;
  border: solid #ff9829 2px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

.trooper-login-btn button:hover {
  background: #ff9829 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.trooper-login-btn button span {
  color:#ccc !important;
  font-size: 9px !important;
  font-family: Arial, sans-serif !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}
