input {
  background-color :#FDF5EAc !important;
  padding: 0 10px}
}
textarea {
  background-color:#FDF5EAc !important;
}
.Select-placeholder, .Select--single > .Select-control .Select-value {
  background-color:#FDF5EAc !important;
}
textarea.LiveField__input[rows] {
  background-color:#FDF5EAc !important;
}
.LiveField__input--confirm {
    padding: 0 10px;
    margin-top: 5px;
    background-color: #ffffff;
    border-top: 1px solid rgba(230,230,230,0.8);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;    
}