fieldset {
  border-color: transparent;
}

.critical-inputs {
  .v-text-field input {
    color: #010431;
    flex: 1 1 auto;
    line-height: 20px;
    padding: 8px 0 8px;
    max-width: 100%;
    min-width: 0px;
    width: 100%;
    background-color: transparent;
    border-style: none;
    font: inherit;
    border-radius: 0;
  }
  .v-text-field .v-input__control {
    color: currentColor;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    height: auto;
    flex-grow: 1;
    flex-wrap: wrap;
    min-width: 0;
    width: 100%;
  }
  .v-text-field--outlined fieldset {
    color: #cbd2da;
    border-collapse: collapse;
    border-color: currentColor;
    border-style: solid;
    border-width: 1px;
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -5px;
    transition-duration: 0.15s;
    transition-property: color;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: inherit;
  }
  .v-text-field .v-input__slot {
    display: flex;
    margin-bottom: 8px;
    position: relative;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    transition-property: height, min-height;
    width: 100%;
    border-radius: inherit;
    cursor: text;
    align-items: stretch;
    min-height: 48px;
    padding: 0 12px;
  }
  .v-text-field__details {
    padding-top: 0px;
    margin-bottom: 8px;
    padding: 0 12px;
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
    min-height: 14px;
    overflow: hidden;
  }
}
