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

body #easyvote-navbar {
  background-color: #f08a00;
  border-bottom: 3px solid #ffcd8a; }
  body #easyvote-navbar .btn {
    background-color: #bd6d00;
    border-color: #bd6d00;
    color: #fff; }
    body #easyvote-navbar .btn:hover {
      background-color: #ae6400; }

body .easyvote-btn__default {
  background-color: #f08a00;
  color: #fff; }
  body .easyvote-btn__default:hover {
    color: #fff;
    background-color: #bd6d00; }

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

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

body .easyvote-buttonbar button.easyvote-button__vote {
  background-color: #f08a00 !important;
  color: #fff !important; }
  body .easyvote-buttonbar button.easyvote-button__vote:hover {
    background-color: #bd6d00 !important; }

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