@import '../../Pages/MainLayout/themes.scss';

.input-element {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;

  .label {
    margin-bottom: 0.5rem;
  }
  .input-field {
    font-size: 0.75rem;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.25rem;
    padding: 0.5rem 0.75rem;
    line-height: 1.5;
  }
}
