body .lib-form-signup .lib-input {
  padding-left: 20px;
  height: 55px;
  background-color: rgba(42, 18, 92, 0.6);
  border:0;
  color:white;
}

body .lib-form-signup .lib-input:focus,
body .lib-form-signup .lib-input:active {
  background-color: rgba(82,188,230,.05);
  border: 1px solid rgba(82,188,230,.5);
  outline: none !important;
}

body .lib-form-signup .lib-btn-submit:hover {
  background-position: right center;
}

body .lib-form-signup .lib-btn-submit {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px;
  padding: 0 32px;
  font-size: 14px;
  line-height: 50px;
  color: #fff !important;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#c90075), color-stop(50%, #de00ac), to(#c90075));
  background: linear-gradient(to right, #c90075 0%, #de00ac 50%, #c90075 100%);
  background-size: 200% auto;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 1px 0px rgba(255, 255, 255, 0.2);
}

body .lib-form-signup .lib-btn-submit:hover {
  background-position: right center;
  background: -webkit-gradient(linear, left top, right top, from(#c90075), color-stop(50%, #de00ac), to(#c90075));
  background: linear-gradient(to right, #c90075 0%, #de00ac 50%, #c90075 100%);
}

body .lib-input-holder.lib-input-holder-checkbox-agree-terms {
  text-align:center;
  color:white;
}

body .lib-input.lib-area-flags-holder {
  width: auto!important;
  min-width: auto!important;
  padding: 13px 4px 13px 16px!important;
  line-height: 22px;
  background-color: rgba(30, 14, 68, 0.6) !important;
}

body .lib-areas-dropdown {
  color:black;
}

body .lib-input.lib-input-phone {
  min-width: auto!important;
}

body .lib-checkbox-label-agree-terms-text {
  font-size: 1rem;
}

body .lib-checkbox-label-agree-terms-text a {
  color:#007bff;
}

body .lib-form-message-success {
  display: none;
}


