.input-field {
  font: 400 18px 'Lato', sans-serif;
  color: #fff;
  width: 100%;
  padding: 17px;
  background: rgba(255, 255, 255, .2);
  border-radius: 10px; }

.input-field_white {
  color: #1e1e1e;
  background: #fff; }

.textarea-field {
  font: 400 18px 'Lato', sans-serif;
  color: #fff;
  width: 100%;
  height: 140px;
  padding: 17px;
  display: block;
  background: rgba(255, 255, 255, .2);
  border-radius: 10px;
  resize: none; }

.textarea-field_white {
  color: #1e1e1e;
  background: #fff; }
