/* Enter Your Custom CSS Here */
.wpcf7-form-control.wpcf7-submit {
  border-radius: 7px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-top-color: #4353ff;
  border-right-color: #4353ff;
  border-bottom-color: #4353ff;
  border-left-color: #4353ff;
  text-align: center;
  background-color: #4353ff;
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0px 10px 20px -15px #4353ff;
  font-size: 13px;
  padding-top: 12px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 12px;
  margin-top: 20px;
}
.bb-mail-label {
  font-size: 16px;
  color: #191919;
	margin-top: 10px;
	display: block;
}
.bb-mail-label input {
  padding: 10px;
}
.bb-mail-label textarea {
  padding: 10px
}

