body.gin-login .button--primary {
  background-color: #007cc3 !important;
  color: #fff !important;
  border: none !important;
}
body.gin-login .button--primary:hover {
  background-color: #41535d !important;
  color: #fff !important;
  border: none !important;
}
body.gin-login .button--primary:active {
  background-color: #41535d !important;
  color: #fff !important;
  border: none !important;
}
body.gin-login .button--secondary,
body.gin-login .register-button {
  background-color: #41535d !important;
  border-color: #41535d !important;
  color: #fff !important;
  border: none !important;
}
body.gin-login .button--secondary:hover,
body.gin-login .register-button:hover {
  background-color: #41535d !important;
  color: #fff !important;
  border: none !important;
}
body.gin-login .link--more {
  color: rgb(0,124,195) !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
body.gin-login .link--more:hover {
  color: rgb(0,124,195) !important;
  text-decoration: underline !important;
}
