.sidebar-form{
  color: #fff;
  padding: 2rem;
  background: -moz-linear-gradient(-39deg,#10a8a4 0%,#0867af 100%);
  background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#10a8a4),color-stop(100%,#0867af));
  background: -webkit-linear-gradient(-39deg,#10a8a4 0%,#0867af 100%);
  background: -o-linear-gradient(-39deg,#10a8a4 0%,#0867af 100%);
  background: -ms-linear-gradient(-39deg,#10a8a4 0%,#0867af 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10a8a4',endColorstr='#0867af',GradientType=1);
  border-radius: 5px
}

.sidebar-form .wrapper {
  background-repeat: no-repeat;
  background-position: left bottom;
}

.sidebar-form *{
  color: #fff;
}

.sidebar-form p{
  margin: 0 0 11px;
  line-height: 1.42857;
}

.sidebar-form form .form-title{
  margin: 0;
}

.sidebar-form form select option{
  color: #797979;
}

.sidebar-form form .hs-richtext p{
  line-height: 1.42857;
  margin-bottom: 11px !important;
}

.sidebar-form form input[type=submit] {
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  padding: 2rem !important;!i;!;
  font-size: 2.5rem;
  font-family: "Cinzel", serif;
  margin-bottom: 31px;
}

.sidebar-form form input[type=submit]:hover{
  color: white;
  background-color: rgba(230, 230, 230, 0.3);
  border-color: rgba(224, 224, 224, 0.3);
}