.btn.btn-own{
  background:#6f42c1 !important;
  color:#fff !important;
  font-weight:600 !important;

  border:2px solid #6f42c1 !important;

 

  box-shadow:0 4px 15px rgba(122,50,253,.2) !important;
  transition:all .3s ease !important;
}

.btn.btn-own:hover{
  background:#6220d9 !important;
  color:#fff !important;

  transform:translateY(-2px) !important;

  box-shadow:0 6px 20px rgba(122,50,253,.3) !important;
}

/* OUTLINE */

/* OUTLINE */

.btn.btn-outline-own{
  background:transparent;
  color:#6f42c1;
  font-weight:600;

  border:2px solid #6f42c1;

 

  transition:all .3s ease;
}
.btn.btn-outline-own:hover{
  background:#6f42c1;
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 6px 20px rgba(122,50,253,.3);
}

.bg-own{
    background-color:#6f42c1 !important;
}


.form-control:focus{
    border-color:#6f42c1 !important;
    box-shadow:0 0 0 1px #6f42c1 !important;
    outline:none !important;
}