/* ** Estilos  para el formulario ** */

.custom-input-transparente {
  color: white;
  width: 100%;
  border-width: 0;
  border-radius: 0;
  font-size: 14px;
  padding: 16px;
  border-bottom: 2px solid #3f3d3d41;
  border-top: none;
  border-right: none;
  border-left: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
}

.custom-input-transparente::placeholder {
  color: rgba(255,255,255,0.55);
}

.custom-input-transparente:focus {
  outline: none !important;
}

