/**
 * Inverite IBV Integration
 *
 * @package           InveriteIbvIntegration
 * @author            Pier-Yves C Valade
 * @copyright         2021 Pier-Yves C Valade - pycvala.de
 * @license           GPL-2.0-or-later
 *
 */

 .inverite-iframe {
  display: block;
  width: 350px;
  height: 600px;
  margin: 50px auto;
  border: 1px solid #ccc;
}
.inverite-data-form {
  display: block;
  width: 400px;
  margin: 50px auto;
}
.inverite-data-form .form-field {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 10px;
  background: #fff;
  color: #000;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  height: auto;
  line-height: 16px;
}
.inverite-data-form .button {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 10px;
  background: #059132;
  color: #fff;
  box-shadow: none;
  border: 1px solid #059132;
  border-radius: 5px;
  font-size: 16px;
  height: auto;
  line-height: 16px;
}
