body {
    font-family: "Work Sans", "Poppins", sans-serif, "ui-sans-serif";
  }
.app{
  margin: auto;
  width: 70%;
}

  header {
    padding: 2em;
  }

  .subscription.bg-white {
    background: none;
  }

  .bg-white {
    background-color: #fff !important;
  }

  .subscription.bg-white .subscription-wrapper {
    background: #fff;
  }

  .subscription-wrapper {
    border-radius: 0% 5% 10% 3%/10% 20% 0% 17%;
    -webkit-transform: perspective(1800px) rotateY(20deg) skewY(1deg) translateX(50px);
    transform: perspective(1800px) rotateY(20deg) skewY(1deg) translateX(50px);
    padding: 70px 50px;
    z-index: 0;
    width: 100%;
    top: 100px;
    max-width: 900px;
    margin-top: 5em;
  }

  .subscription-wrapper {
    box-shadow: 15px 15px 39px 39px rgba(8, 18, 109, 0.1) !important;
  }

  .subscription-content {
    -webkit-transform: skewY(-1deg);
    transform: skewY(-1deg);
  }

  h3,
  .h3 {
    font-size: 30px;
  }

  .flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .subscription.bg-white .form-control {
    border: 1px solid #ebebeb !important;
  }

  .subscription-wrapper .form-control {
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 45px;
  }

  .subscription-wrapper .form-control:focus {
    background: rgba(255, 255, 255, 0.1);
    outline: 0;
    box-shadow: none;
  }

  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }

  .btn-primary {
    border: 0;
    color: #fff;
  }

  .btn {
    font-size: 16px;
    text-transform: capitalize;
    padding: 18px 45px;
    border-radius: 45px;
    font-weight: 500;
    border: 1px solid;
    position: relative;
    z-index: 0;
    transition: .3s ease-in;
    overflow: hidden;
  }

  .btn-primary:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 100%;
    background: black;
    z-index: -1;
    transition: ease 0.3s;
  }

  .svg-container {
    width: 100%;
    position: absolute;
    margin-left: 4em;
    margin-top: 6em;
  }