.fr-invalid {
  color: #dc3545;
}
.fr-input {
  &.fr-invalid {
    border-color: #dc3545 !important;
  }
  input {
    width: 100%;
    height: 34px;
    line-height: 1.42857143;
    border: none;
    padding: 0px 10px;
    &:focus {
      outline: 0;
    }
  }
  .fr-input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    border: none;
  }
  &[disabled] {
    background-color: #ebebe4;
  }
  &.fr-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  .fr-input-group-addon {
    display: table-cell;
    min-width: 40px;
    width: 10px;
  }
}
