a {
  color: #5929B3;
  text-decoration: none;
  outline: 0 none;
  font-weight: 200;
}
a:focus,
.btn:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-style: auto !important;
  outline-offset: 1px;
  outline: 2px solid #2697fc !important;
  border-color: inherit !important;

}
input:focus,
select:focus,
textarea:focus {
  outline-offset: 0;
  background: white !important;
}

a:focus,
a:hover,
a:active {
  text-decoration: underline;
  color: #6d579d;
  outline-offset: 0;
}
.open > a:focus, .dropdown-toggle:focus, .select2-container-active {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 0;

}
