form {
  position: relative; }

input[type=text],
input[type=email] {
  background-color: #fff;
  background-image: none;
  border: none;
  padding: 6px 17px;
  font-size: 14px;
  line-height: 1.5;
  color: #1a1a1a;
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 78px;
  font-family: 'Galano Grotesque W05 Medium', sans-serif; }
  input[type=text]:focus,
  input[type=email]:focus {
    outline: none; }
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder {
    color: #6f6f6f;
    opacity: 1; }
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder {
    color: #6f6f6f;
    opacity: 1; }
  input[type=text]::-ms-input-placeholder,
  input[type=email]::-ms-input-placeholder {
    color: #6f6f6f;
    opacity: 1; }
  input[type=text]::placeholder,
  input[type=email]::placeholder {
    color: #6f6f6f;
    opacity: 1; }

.wfe_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px !important;
  height: 50px !important;
  min-width: auto;
  padding: 0 !important;
  text-indent: 999px;
  overflow: hidden;
  border: none;
  background: #ffffff no-repeat center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='18'%3E%3Cpath fill-rule='evenodd' fill='%23ED4E47' d='M22.515 17.485L21.1 16.071 27.172 10H0V8h27.172L21.1 1.929 22.515.515 31 9l-8.485 8.485z'/%3E%3C/svg%3E");
  background-size: 15px 9px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s; }
  .wfe_button:hover, .wfe_button:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
    background-position: 23px center; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }
