textarea.pb-textArea {
    font-size: 0.875em;
    width: 40.75em;
    height: 7.125em;
    border-radius: 0.25em;
    border: 2px solid #869FB1;
    box-shadow: inset 4px 4px 4px #E2EAEF;
    padding: 0.75em;
    background-color: #FFFFFF;
    resize: none;
    line-height: 172%;
}

input.pb-item.pb-email {
  width: 22.75em;
  height: 2.125em;
  border-radius: 4px;
  border: 1px solid #869FB1;
  box-shadow: inset 4px 4px 4px #E2EAEF;
  padding: 1em 0.75em;
  box-sizing: border-box;
  webkit-box-sizing: border-box;
  background-color: #FFFFFF;
  font-size: 0.875em;

}

selected.pb-selected:disabled{
 color:white;
}

enabled{
 color:#4F585F;
}

legend {
    display: none;
}

fieldset {
    border: none; 
}