/* Basic Form (clientes, direcciones) */
.basicForm fieldset {
  position: relative;
}
.basicForm fieldset legend {
  background-color: transparent;
}
.basicForm fieldset > span,
.basicForm fieldset > label > span {
  font-size: 0.9em;
  color: #194c2d;
  display: block;
  margin: 4px 0 2px 0;
}
.basicForm fieldset > input,
.basicForm fieldset > label > input {
  border: 1px solid #a2a7a2;
}
.basicForm fieldset > input,
.basicForm fieldset > label > input,
.basicForm fieldset textarea {
  padding: 0.5em;
  margin: 0 0 0.5em 0;
  font-size: 0.9em;
  color: #202020;
  background-color: #ffffff;
}
