label {
  font-size: 14px;
  color: rgba(255,255,255,.82);
}
input, textarea,select {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.08);
  color: white;
  padding: 13px 14px;
  outline: none;
}
input:focus, textarea:focus, select:focus {
  border-color: rgba(134,64,173,.75);
  box-shadow: 0 0 0 4px rgba(134,64,173,.14);
}
option {
  color: white;
  background: #202023;
  padding:5px;
}
input[disabled], select[disabled] {
  opacity: .9;
  cursor: not-allowed;
  color: #dbe6ff;
}
textarea {
  min-height: 120px;
  resize: vertical;
}
