input {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    border: none;
    outline: none;
    padding-bottom: 12px;
    margin-bottom: 12px;
    line-height: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-top: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
  input:hover {
    background-color: #f4f4f4;
  }
  
  input[type="checkbox"] {
    width: auto;
    margin: 0 10px 0 0 !important;
  }
  
  .inputContainer {
    position: relative;
  }