.button {
  background-color: #3d1951;
  border: 0px;
  padding: 10px;
  border-radius: 3px;
  margin: 0px;
  text-align: left;
  font-size: 16px;
  font-family: Raleway, Helvetica, Arial;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
  text-decoration: none;
}

.form-wrap {
  margin: 5px 0;
  display: block;
  text-align: left;
}

.feedback-form-widget {
  width: 400px;
  border-top: 3px solid #3d1951;
  margin: 0px auto;
  padding: 20px;
  background-color: #ffffff;
  font-family: Raleway, Helvetica, Arial;
  line-height: 20px;
  box-shadow: 0 0 70px rgba(0,0,0,0.4);
  position: relative;
}

.feedback-form-widget.closed {
  display: none;
}

.feedback-form-widget.open {
  display: block;
}

.close-feedback-widget {
  float: right;
  right: 5px;
  top: 5px;
  position: absolute;
  display: inline-block;
  color: #666;
  background-color: #f7f7f7;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 50%;
}

h1 {
  font-family: raleway, helvetica, arial, sans-serif;
  color: #3e1951;
  font-size: 50px;
  line-height: 65px;
}

h2 {
  color: #3d1951;
  font-size: 20px;
  line-height: 28px;
}

input {
     border: 1px solid #3d1951;
    font-family: Raleway,sans-serif;
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    margin: 0px;
    padding: 10px;
    width: calc(100% - 20px);
    font-size: 16px;
}

textarea {
    width: calc(100% - 5px);
    height: 120px;
    line-height: 20px;
    font-size: 16px;
    border: 1px solid #3d1951;
    resize: vertical;
}

label {
  font-weight: 700;
  color: #3d1951;
  width: auto;
}

/* Star Rating */

.star-rating {
  display: table-footer-group;
  border:solid 0px #ccc;
  font-size:1.5em;
  height:2.5em;
  padding:0 .2em;
  text-align:center;
  width:270px;
/*  margin: 0 auto;*/
  margin-bottom: 20px;
}

.star-rating input {
  display:none;
}

.star-rating label {
  color:#ccc;
  cursor:pointer;
  float:right;
  margin:0 .08em;
}

.star-rating :checked ~ label {
  color:#f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color:#fc0;
}
/* End Star Rating */

.star{
  font-size: 50px !important;
}