.newsletter-subscribe {
  color: #fff;
  background-color: #4012a6;
  padding: 12px 0;
  float: left;
  width: 100%;
}

.newsletter-subscribe p {
  color: #fff;
  line-height:20px;
  font-weight: 300;
  margin: 0;
}

.newsletter-subscribe h2 {
  font-size: 30px;
  margin-bottom: 5px;
  line-height: 30px;
  font-weight: 400;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
  text-transform: uppercase;
}

.newsletter-subscribe .intro {
  font-size: 15px;
  float: left;
  text-align: left;
  width: 70%;
  
}
.skpgroup-subscribe-link a {
    background: #b41faf;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 17px;
    margin-top:0;
    float: right;
}

.newsletter-subscribe .intro p { margin:0;font-weight:300; line-height:20px}

.newsletter-subscribe form {
  justify-content: center;
  float: right;
  width: 68%;
  margin-top: 40px;
}

.newsletter-subscribe form .form-control {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 9px;
  margin: 0;
  margin-right: 10px;color: #000;
  width: 100%;
}

.newsletter-subscribe form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  margin-top: 31px;
  letter-spacing: 0.4px;
  line-height: 1;
}

.newsletter-subscribe form .btn:hover {
  opacity: 1;
}

.newsletter-subscribe form .btn:active {
  transform: translateY(1px);
}

.newsletter-subscribe form .btn-primary {
  background-color: #210069!important;
  color: #fff;
  outline: none !important;
  border-radius: 35px;
  font-size: 21px;
  font-weight: 700;
  padding:8px 26px 9px;width: 100%;
}

.form-group label {
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
  font-size: 18px;
  justify-content: left;
  font-weight: 300;
}

.form-inline .form-group {
  margin: 0 1%;
  flex: 0 0 35%;
}

.form-inline .form-group.last {
  margin: 0 0 0 1%;
  flex: 0 0 23%;
}

.newsletter-subscribe .container {
    display: flex;
    align-items: center;
    justify-content: space-between; flex-wrap:wrap
}

