/*  imported from typedInput.css 
*/

/* Copyright 2015-2017 Parity Technologies (UK) Ltd.
/* This file is part of Parity.
/*
/* Parity is free software: you can redistribute it and/or modify
/* it under the terms of the GNU General Public License as published by
/* the Free Software Foundation, either version 3 of the License, or
/* (at your option) any later version.
/*
/* Parity is distributed in the hope that it will be useful,
/* but WITHOUT ANY WARRANTY; without even the implied warranty of
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
/* GNU General Public License for more details.
/*
/* You should have received a copy of the GNU General Public License
/* along with Parity.  If not, see <http://www.gnu.org/licenses/>.
*/
.typedInput__inputs___1oyq- {
  padding-top: 2px;
  overflow-x: hidden; }
  .typedInput__inputs___1oyq- label {
    line-height: 22px;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.498039);
    -webkit-user-select: none;
    font-size: 12px;
    position: relative; }

.typedInput__ethInput___2wwBE {
  display: flex;
  flex-direction: row;
  align-items: flex-end; }
  .typedInput__ethInput___2wwBE .typedInput__input___2dp9_ {
    flex: 1;
    position: relative; }
    .typedInput__ethInput___2wwBE .typedInput__input___2dp9_ .typedInput__label___25Nn1 {
      position: absolute;
      right: 1.5em;
      bottom: 1em;
      font-size: 0.85em;
      margin-left: 0.5em; }
  .typedInput__ethInput___2wwBE .typedInput__toggle___2S-U- {
    margin-bottom: 0.5em;
    display: flex;
    flex-direction: row;
    align-items: center; }
