.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, 0.2) !important;
  transition: all 0.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, 0.3) !important;
}

/* OUTLINE */

/* OUTLINE */

.btn.btn-outline-own {
  background: transparent;
  color: #6f42c1;
  font-weight: 600;

  border: 2px solid #6f42c1;

  transition: all 0.3s ease;
}
.btn.btn-outline-own:hover {
  background: #6f42c1;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(122, 50, 253, 0.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;
}

html,
body {
  min-height: 100%;
  background:
    radial-gradient(
      circle at top left,
      rgba(111, 66, 193, 0.15),
      transparent 30%
    ),
    radial-gradient(circle at 90% 5%, rgba(111, 66, 193, 0.1), transparent 26%),
    linear-gradient(180deg, #fbf9ff 0%, #ffffff 48%, #fbf9ff 100%);
  background-attachment: fixed;
}
