body #easyvote-pageWrapper.easyvote-boxPage .easyvote-boxPage__wrapper div.card.easyvote-card__login {
  border-top-color: #00673d; }

body #easyvote-navbar {
  background-color: #00673d;
  border-bottom: 3px solid #01ff97; }
  body #easyvote-navbar .btn {
    background-color: #00341f;
    border-color: #00341f;
    color: #fff; }
    body #easyvote-navbar .btn:hover {
      background-color: #002516; }

body .easyvote-btn__default {
  background-color: #00673d;
  color: #fff; }
  body .easyvote-btn__default:hover {
    color: #fff;
    background-color: #00341f; }

body .easyvote-tabs .nav-link.active {
  border-bottom: 3px solid #00673d;
  color: #495057; }

body #easyvote-footer {
  border-bottom: 3px solid #00673d; }

body .easyvote-buttonbar button.easyvote-button__vote {
  background-color: #00673d !important;
  color: #fff !important; }
  body .easyvote-buttonbar button.easyvote-button__vote:hover {
    background-color: #00341f !important; }

body .badge-success, body .easyvote-badge.badge-success {
  background-color: #00673d; }
