.pattern.bottom {
  background-size: 100%;
  z-index: 100;
  transform: none;
  bottom: 0;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23FE83AF' fill-opacity='1' d='M0,320L120,304C240,288,480,256,720,250.7C960,245,1200,267,1320,277.3L1440,288L1440,320L1320,320C1200,320,960,320,720,320C480,320,240,320,120,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
}

.pattern.bottom svg {
  display: none;
}

.bg-elegant-dark {
  background-color: #FE83AF !important;
}

.section.wow {
  padding-top: 3rem !important;
  padding-bottom: 1rem !important;
}

.text-white,
.text-white * {
  color: #FAFADD !important;
}

.form-control:focus {
  background-color: #e4759d !important;
}

.focused .input-group-text {
  background-color: #e4759d !important;
}

#payment-type * {
  color: black !important;
}

section#help {
    padding-bottom: 4rem !important;
}

.profile-card .card {
  border-radius: 10px !important;
}

.profile-card .card-image {
  border-radius: 10px 0 0 10px !important;
}

.badge {
  border-radius: 10px !important;;
}

.input-group {
  border-radius: 10px !important;
  overflow: hidden;
}

.btn {
  border-radius: 10px !important;
}