.component-lib-input {
    .mat-mdc-form-field {
        width: 100%;
    }
    .mdc-text-field--filled:not(.mdc-text-field--disabled) {
        background-color: white !important
    }    
}

.aw-overwritten {
    .mdc-text-field--filled:not(.mdc-text-field--disabled) {
        background-color: #99b1c1 !important
    }
}