:host {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-height: 300px;
  min-width: 300px;
}

input {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  border-color: transparent;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}
