﻿/* Your custom css code goes here */


.btn.btn-white {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #65936F;
}

.btn.btn-white:hover {
  background: #65936F;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.btn.btn-white:focus, .btn.btn-white:active {
  outline: none;
  background: transparent;
  color: #65936F;
  border: 2px solid #ffffff;
}

.btn.btn-white.btn-white-white {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #65936F;
}

.btn.btn-white.btn-white-white:hover {
  background: #65936F;
  color: #ffffff;
}


.btn.btn-ghost.btn-ghost-white:hover {
  background: #65936F;
  color: #ffffff;
}

.btn.btn-ghost.btn-ghost-white:focus, .btn.btn-ghost.btn-ghost-white:active {
  outline: none;
  background: #ffffff;
  color: #65936F;
  border: 2px solid #ffffff;
}
